MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / song-splitpart.ly
blob2001a5f0f649c3c98efa468ece3e9fa0e919871d
1 \version "2.12.0"
2 \header {
3 texidoc="Festival song synthesis output supports
4 divided voices.
7 \include "festival.ly"
9 \score{
10 \festival #"song-splitpart.xml" { \tempo 4 = 100 }
12 \context Voice = "melody" {
13 \relative c' {
16 { \voiceOne c8 e }
17 \context Voice = splitpart { \voiceTwo c4 }
19 \oneVoice c4 c | c
22 \new Lyrics \lyricsto "melody" { we shall not o- ver- come }
23 \new Lyrics \lyricsto "splitpart" { will }
24 >> }
25 #(ly:progress "song-splitpart")
26 #(ly:progress "~a" (ly:gulp-file "song-splitpart.xml"))