X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-melisma.ly;h=cc9afcbaca60d60b71369e2776933e2a3dc23534;hb=f3d08b80817cd1b23a996ca5781b1fa0517ffbac;hp=6eb952706164b461c32e0941e4e3637ff8c89a52;hpb=38d7d319eabc906e82fb42002678c6d42a23b6f7;p=lilypond.git diff --git a/input/regression/song-melisma.ly b/input/regression/song-melisma.ly index 6eb9527061..cc9afcbaca 100644 --- a/input/regression/song-melisma.ly +++ b/input/regression/song-melisma.ly @@ -1,20 +1,24 @@ -\version "2.12.0" - +\version "2.19.21" +\header { + texidoc="Festival song synthesis output supports +melismas. +" +} \include "festival.ly" \festival #"song-melisma.xml" { \tempo 4 = 100 } -\relative c'' +\relative { << \context Voice = "lala" { \time 3/4 - f4 g8 + f''4 g8 \melisma f e f \melismaEnd e2 } - \lyricsto "lala" \new Lyrics { + \new Lyrics \lyricsto "lala" { la di __ daah } >>