]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-reordering2.ly
Merge branch 'stable'
[lilypond.git] / input / regression / song-reordering2.ly
1 \version "2.12.0"
2
3 \include "festival.ly"
4
5 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
6 <<
7   \relative \context Voice = "lahlah" {
8     \set Staff.autoBeaming = ##f
9     c4
10     <<
11       {
12         \voiceTwo
13         f8.[ g16]
14         \oneVoice
15       }
16       \context Voice = alternative {
17         \voiceOne
18         \times 2/3 {
19           \override NoteColumn #'force-hshift = #-3
20           f8 f g
21         }
22       }
23     >>
24     a8( b) c
25   }
26   \new Lyrics \lyricsto "lahlah" {
27     Ju -- ras -- sic Park
28   }
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"))