]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-skip.ly
Add support for max-systems-per-page.
[lilypond.git] / input / regression / song-skip.ly
1 \version "2.11.51"
2
3 \include "festival.ly"
4
5 \festival #"song-skip.xml" { \tempo 4 = 100 }
6 \relative { c c g' }
7 \addlyrics {
8   twin -- \skip 4
9   kle
10 }
11 #(ly:progress "song-skip")
12 #(ly:progress "~a" (ly:gulp-file "song-skip.xml"))