MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / song-associated-voice.ly
blob47ac9e783b1ff8137af4e742fa4108dd1d2aff4d
1 \version "2.12.0"
2 \header {
3 texidoc="Festival song synthesis output supports
4 associated voices.
9 \include "festival.ly"
11 \festival #"song-associated-voice.xml" { \tempo 4 = 100 }
12 \relative c'
14 << \context Voice = melody {
15 \time 3/4
16 c2 e4 g2.
18 \new Lyrics \lyricmode {
19 \set associatedVoice = #"melody"
20 play2 the4 game2.
21 } >>
23 #(ly:progress "song-associated-voice")
24 #(ly:progress "~a" (ly:gulp-file "song-associated-voice.xml"))