X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-breathe.ly;h=6b52aaa3e11d6d16f84a0d89b4c60a683f42aff8;hb=eac77f904fc380767d938a2ea41b9306b76f9561;hp=091bc2fc5e0d2a4edae6ecdedb6b6d48227da337;hpb=a61dccceef1804b6ef2c616b8b04a53446e5d80f;p=lilypond.git diff --git a/input/regression/song-breathe.ly b/input/regression/song-breathe.ly index 091bc2fc5e..6b52aaa3e1 100644 --- a/input/regression/song-breathe.ly +++ b/input/regression/song-breathe.ly @@ -1,12 +1,16 @@ -\version "2.11.16" - +\version "2.14.0" +\header { + texidoc="Festival song synthesis output supports +breath marks. +" +} \include "festival.ly" \festival #"song-breathe.xml" { \tempo 4 = 100 } { \time 3/4 -\relative { c2 e \breathe g } +\relative c' { c2 e \breathe g } \addlyrics { play the game } } -#(display "song-breathe") +#(ly:progress "song-breathe") #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))