Update .ly files.
[lilypond.git] / input / regression / song-splitpart.ly
blob9079a66a2b43bf5e2377de0a846d93b34719948e
1 \version "2.12.0"
3 \include "festival.ly"
5 \score{
6 \festival #"song-splitpart.xml" { \tempo 4 = 100 }
7 <<
8 \context Voice = "melody" {
9 \relative c' {
12 { \voiceOne c8 e }
13 \context Voice = splitpart { \voiceTwo c4 }
15 \oneVoice c4 c | c
18 \new Lyrics \lyricsto "melody" { we shall not o- ver- come }
19 \new Lyrics \lyricsto "splitpart" { will }
20 >> }
21 #(ly:progress "song-splitpart")
22 #(ly:progress "~a" (ly:gulp-file "song-splitpart.xml"))