X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-skip-noword.ly;h=0fb6da3f0b7ea3eddc4118fc69df76f4fa582753;hb=5a90b2f0cea52ae01dcfafe5f9d8d55705ed5e7d;hp=17e578f9458b2794981d684a7c445d41f11601ba;hpb=38d7d319eabc906e82fb42002678c6d42a23b6f7;p=lilypond.git diff --git a/input/regression/song-skip-noword.ly b/input/regression/song-skip-noword.ly index 17e578f945..0fb6da3f0b 100644 --- a/input/regression/song-skip-noword.ly +++ b/input/regression/song-skip-noword.ly @@ -1,13 +1,20 @@ -\version "2.12.0" - +\version "2.19.21" +\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 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-")