X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-breathe.ly;h=6b52aaa3e11d6d16f84a0d89b4c60a683f42aff8;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=1c553be6de4f6bdf86abd411de7f80f2c2ac3ade;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/input/regression/song-breathe.ly b/input/regression/song-breathe.ly index 1c553be6de..6b52aaa3e1 100644 --- a/input/regression/song-breathe.ly +++ b/input/regression/song-breathe.ly @@ -1,11 +1,15 @@ -\version "2.11.51" - +\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 } } #(ly:progress "song-breathe")