MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / song-reordering.ly
blob1a45d962922de63b47c890c33047ab5676d805a3
1 \version "2.12.0"
2 \header {
3 texidoc="Festival song synthesis output supports
4 reordered lyrics.
7 \include "festival.ly"
9 \festival #"song-reordering.xml" { \tempo 4 = 100 }
11 \relative \context Voice = "lahlah" {
12 \set Staff.autoBeaming = ##f
15 \context Voice = alternative {
16 \voiceOne
17 \times 2/3 {
18 \override NoteColumn #'force-hshift = #-3
19 f8 f g
23 \voiceTwo
24 f8.[ g16]
25 \oneVoice
26 } >>
27 a8( b) c
29 \new Lyrics \lyricsto "lahlah" {
30 Ju -- ras -- sic Park
32 \new Lyrics \lyricsto "lahlah" {
33 \set associatedVoice = alternative % applies to "ran"
34 Ty --
35 ran --
36 no --
37 \set associatedVoice = lahlah % applies to "rus"
38 sau -- rus Rex
39 } >>
40 #(ly:progress "song-reordering")
41 #(ly:progress "~a" (ly:gulp-file "song-reordering.xml"))