X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-breathe.ly;h=442b3fffc1fd9c169d33a55ff116883565e2a68d;hb=ba8eee4036ebb86c32f23c784adcf3bf2ef5fe3b;hp=2556ab263490d2d43a5873364125e6027a58e44b;hpb=95cab1efe4b9842e8d3ebcf75697cc89bc4393d4;p=lilypond.git diff --git a/input/regression/song-breathe.ly b/input/regression/song-breathe.ly index 2556ab2634..442b3fffc1 100644 --- a/input/regression/song-breathe.ly +++ b/input/regression/song-breathe.ly @@ -1,11 +1,15 @@ -\version "2.11.16" - +\version "2.12.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")