X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-extender-broken.ly;h=0de0f3863aa7c9464a9661f8edd2f272ada9def4;hb=af60e9b57f205a3c2e044ac8db351b42ef3e26ad;hp=06395b2e4e7cf3a326081314bc35eaceae2d1535;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/lyric-extender-broken.ly b/input/regression/lyric-extender-broken.ly index 06395b2e4e..0de0f3863a 100644 --- a/input/regression/lyric-extender-broken.ly +++ b/input/regression/lyric-extender-broken.ly @@ -1,23 +1,23 @@ -\version "2.1.26" +\version "2.14.0" \header { - texidoc = "Lyric extenders run to the end of the line if it + texidoc = "Lyric extenders run to the end of the line if it continues the next line. Otherwise, it should run to the last note of the melisma." } -\score { - << - \context Voice=A \notes { - a1 ( a1 \break - a) a2( b) \break - a2 - } - \lyricsto A \context Lyrics \lyrics { a __ a __ ha } - >> - \paper { - raggedright = ##t - } +\layout { + ragged-right = ##t } + +<< + \new Voice =A { + a1 ( a1 \break + a) a2( b) \break + a2 + } + \lyricsto A \context Lyrics \lyricmode { a __ a __ ha } +>> +