MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / song-reordering2.ly
blob5c1f5628d20ccd783c2c96447f6fa6643dc6b8e3
1 \version "2.12.0"
2 \header {
3 texidoc="Festival song synthesis output supports
4 reordered lyrics.
7 \include "festival.ly"
9 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
11 \relative \context Voice = "lahlah" {
12 \set Staff.autoBeaming = ##f
16 \voiceTwo
17 f8.[ g16]
18 \oneVoice
20 \context Voice = alternative {
21 \voiceOne
22 \times 2/3 {
23 \override NoteColumn #'force-hshift = #-3
24 f8 f g
28 a8( b) c
30 \new Lyrics \lyricsto "lahlah" {
31 Ju -- ras -- sic Park
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"))