X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-breathe.ly;h=6b52aaa3e11d6d16f84a0d89b4c60a683f42aff8;hb=19520fd5bbd221ca1d35011d7710e233c92a44b0;hp=f0484c130e92454cddc76032d0f60fcb51df03e6;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/song-breathe.ly b/input/regression/song-breathe.ly index f0484c130e..6b52aaa3e1 100644 --- a/input/regression/song-breathe.ly +++ b/input/regression/song-breathe.ly @@ -1,11 +1,15 @@ -\version "2.12.0" - +\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")