]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-skip-noword.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / song-skip-noword.ly
index 75c71122ceab7788efd4f083efa8a23311b39933..9fcbbbf03fa2241addedd8f8cfb36f4ebb4fef92 100644 (file)
@@ -1,13 +1,20 @@
-\version "2.12.0"
-
+\version "2.16.0"
+\header {
+  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-")