]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-reordering.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / song-reordering.ly
1 \version "2.12.0"
2
3 \include "festival.ly"
4
5 \festival #"song-reordering.xml" { \tempo 4 = 100 }
6 <<
7   \relative \context Voice = "lahlah" {
8     \set Staff.autoBeaming = ##f
9     c4
10     <<
11       \context Voice = alternative {
12         \voiceOne
13         \times 2/3 {
14           \override NoteColumn #'force-hshift = #-3
15           f8 f g
16         }
17       }
18       {
19         \voiceTwo
20         f8.[ g16]
21         \oneVoice
22       } >>
23     a8( b) c
24   }
25   \new Lyrics \lyricsto "lahlah" {
26     Ju -- ras -- sic Park
27   }
28   \new Lyrics \lyricsto "lahlah" {
29     \set associatedVoice = alternative % applies to "ran"
30     Ty --
31     ran --
32     no --
33     \set associatedVoice = lahlah % applies to "rus"
34     sau -- rus Rex
35   } >>
36 #(ly:progress "song-reordering")
37 #(ly:progress "~a" (ly:gulp-file "song-reordering.xml"))