]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-skip.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / song-skip.ly
1 \version "2.19.21"
2 \header {
3   texidoc="Festival song synthesis output supports
4 skips.
5 "
6 }
7 \include "festival.ly"
8
9 \festival #"song-skip.xml" { \tempo 4 = 100 }
10 \relative { c' c g' }
11 \addlyrics {
12   twin -- \skip 4
13   kle
14 }
15 #(ly:progress "song-skip")
16 #(ly:progress "~a" (ly:gulp-file "song-skip.xml"))