Update .ly files.
[lilypond.git] / input / regression / song-reordering2.ly
blob222b16d70ab4eb5c04c4c872bea25d02ef10982b
1 \version "2.12.0"
3 \include "festival.ly"
5 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
6 <<
7 \relative \context Voice = "lahlah" {
8 \set Staff.autoBeaming = ##f
9 c4
12 \voiceTwo
13 f8.[ g16]
14 \oneVoice
16 \context Voice = alternative {
17 \voiceOne
18 \times 2/3 {
19 \override NoteColumn #'force-hshift = #-3
20 f8 f g
24 a8( b) c
26 \new Lyrics \lyricsto "lahlah" {
27 Ju -- ras -- sic Park
29 \new Lyrics \lyricsto "lahlah" {
30 \set associatedVoice = alternative % applies to "ran"
31 Ty --
32 ran --
33 no --
34 \set associatedVoice = lahlah % applies to "rus"
35 sau -- rus Rex
36 } >>
37 #(ly:progress "song-reordering2")
38 #(ly:progress "~a" (ly:gulp-file "song-reordering2.xml"))