X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-stanzas.ly;h=88506933fbea086ec89b6ab9e81629f9c8de6e78;hb=17d3559fc93cd3b2cc2afbc240abbe11874373c6;hp=0a85f878c381b8168fe3b2822562a14c10c1e534;hpb=a61dccceef1804b6ef2c616b8b04a53446e5d80f;p=lilypond.git diff --git a/input/regression/song-stanzas.ly b/input/regression/song-stanzas.ly index 0a85f878c3..88506933fb 100644 --- a/input/regression/song-stanzas.ly +++ b/input/regression/song-stanzas.ly @@ -1,14 +1,18 @@ -\version "2.11.16" - +\version "2.12.0" +\header { + texidoc="Festival song synthesis output supports +multiple stanzas. +" +} \include "festival.ly" \festival #"song-stanzas.xml" { \tempo 4 = 100 } { \time 3/4 -\relative { c2 e4 g2. } +\relative c' { c2 e4 g2. } \addlyrics { play the game } \addlyrics { speel het spel } \addlyrics { joue le jeu } } -#(display "song-stanzas") +#(ly:progress "song-stanzas") #(ly:progress "~a" (ly:gulp-file "song-stanzas.xml"))