]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-splitpart.ly
Add support for max-systems-per-page.
[lilypond.git] / input / regression / song-splitpart.ly
1 \version "2.11.51"
2
3 \include "festival.ly"
4
5 \score{
6 \festival #"song-splitpart.xml" { \tempo 4 = 100 }
7 <<
8   \context Voice = "melody" {
9     \relative c' {
10       c4
11       <<
12         { \voiceOne c8 e }
13         \context Voice = splitpart { \voiceTwo c4 }
14       >>
15       \oneVoice c4 c | c
16     }
17   }
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"))