X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-skip-noword.ly;h=0fb6da3f0b7ea3eddc4118fc69df76f4fa582753;hb=22a856e734d8dd3e2112ba954c4aab2ab7fc3556;hp=18938e351e44479642a89c625ab9209e0e91d410;hpb=36ceb05d8e5888b8d50888acbdd2dc341215d9fc;p=lilypond.git diff --git a/input/regression/song-skip-noword.ly b/input/regression/song-skip-noword.ly index 18938e351e..0fb6da3f0b 100644 --- a/input/regression/song-skip-noword.ly +++ b/input/regression/song-skip-noword.ly @@ -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-")