X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-breathe.ly;h=18d8dca87fef617a2000acb23627a806f6ea856b;hb=909988faa0d04a3176a71120c57573d9f84bf8f3;hp=f0484c130e92454cddc76032d0f60fcb51df03e6;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/song-breathe.ly b/input/regression/song-breathe.ly index f0484c130e..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 { c2 e \breathe g } +\relative { c'2 e \breathe g } \addlyrics { play the game } } #(ly:progress "song-breathe")