X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-breathe.ly;h=18d8dca87fef617a2000acb23627a806f6ea856b;hb=8ef5f99e63cc9e52c7c0071cde4d99e057d10329;hp=091bc2fc5e0d2a4edae6ecdedb6b6d48227da337;hpb=a61dccceef1804b6ef2c616b8b04a53446e5d80f;p=lilypond.git diff --git a/input/regression/song-breathe.ly b/input/regression/song-breathe.ly index 091bc2fc5e..18d8dca87f 100644 --- a/input/regression/song-breathe.ly +++ b/input/regression/song-breathe.ly @@ -1,12 +1,16 @@ -\version "2.11.16" - +\version "2.19.21" +\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'2 e \breathe g } \addlyrics { play the game } } -#(display "song-breathe") +#(ly:progress "song-breathe") #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))