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