]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-skip-noword.ly
Doc-es: various updates.
[lilypond.git] / input / regression / song-skip-noword.ly
index 18938e351e44479642a89c625ab9209e0e91d410..0fb6da3f0b7ea3eddc4118fc69df76f4fa582753 100644 (file)
@@ -1,17 +1,20 @@
-\version "2.12.0"
+\version "2.19.21"
 \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'4 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-")