]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-skip-noword.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / song-skip-noword.ly
index b683410d5f3a09b8e12910093df95473ed6fbc08..9fcbbbf03fa2241addedd8f8cfb36f4ebb4fef92 100644 (file)
@@ -1,17 +1,20 @@
-\version "2.14.0"
+\version "2.16.0"
 \header {
-  texidoc="Festival song synthesis output supports
+  texidoc = "Festival song synthesis output supports
 lyrics which are not complete words.
 "
 }
 \include "festival.ly"
-#(set! *skip-word* #f)
+#(*skip-word* #f)
 
 \festival #"song-skip-noword.xml" { \tempo 4 = 100 }
-\relative c' { c c g' }
+\relative c' { c4 c g' }
 \addlyrics {
   twin -- \skip 4
   kle
 }
+
 #(ly:progress "song-skip-noword")
 #(ly:progress "~a" (ly:gulp-file "song-skip-noword.xml"))
+
+#(*skip-word* "-skip-")