]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-reordering2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / song-reordering2.ly
1 \version "2.19.21"
2 \header {
3   texidoc="Festival song synthesis output supports
4 reordered lyrics.
5 "
6 }
7 \include "festival.ly"
8
9 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
10 <<
11   \relative \context Voice = "lahlah" {
12     \set Staff.autoBeaming = ##f
13     c'4
14     <<
15       {
16         \voiceTwo
17         f8.[ g16]
18         \oneVoice
19       }
20       \context Voice = alternative {
21         \voiceOne
22         \tuplet 3/2 {
23           \override NoteColumn.force-hshift = #-3
24           f8 f g
25         }
26       }
27     >>
28     a8( b) c
29   }
30   \new Lyrics \lyricsto "lahlah" {
31     Ju -- ras -- sic Park
32   }
33   \new Lyrics \lyricsto "lahlah" {
34     \set associatedVoice = alternative % applies to "ran"
35     Ty --
36     ran --
37     no --
38     \set associatedVoice = lahlah % applies to "rus"
39     sau -- rus Rex
40   } >>
41 #(ly:progress "song-reordering2")
42 #(ly:progress "~a" (ly:gulp-file "song-reordering2.xml"))