X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-breathe.ly;h=18d8dca87fef617a2000acb23627a806f6ea856b;hb=e05dfb628c1538474852a968adad74c1d518199a;hp=1acc955a60e9c518827c2fcd5bbac4feeaf2c348;hpb=67201c80eb90b3255b27be1514573826bf64c17b;p=lilypond.git diff --git a/input/regression/song-breathe.ly b/input/regression/song-breathe.ly index 1acc955a60..18d8dca87f 100644 --- a/input/regression/song-breathe.ly +++ b/input/regression/song-breathe.ly @@ -1,11 +1,15 @@ -\version "2.12.0" - +\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 c' { c2 e \breathe g } +\relative { c'2 e \breathe g } \addlyrics { play the game } } #(ly:progress "song-breathe")