Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / song-splitpart.ly
blobc311e9be3e526e2ffdc7bd16f22369924af724e0
1 \version "2.11.16"
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"))