]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-skip.ly
Singing tests added
[lilypond.git] / input / regression / song-skip.ly
diff --git a/input/regression/song-skip.ly b/input/regression/song-skip.ly
new file mode 100644 (file)
index 0000000..5762603
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.11.16"
+
+\include "festival.ly"
+
+\festival #"song-skip.xml" { \tempo 4 = 100 }
+\relative { c c g' }
+\addlyrics {
+  twin -- \skip 4
+  kle
+}
+#(display "song-skip")
+#(ly:progress "~a" (ly:gulp-file "song-skip.xml"))