X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-extender-broken.ly;h=0de0f3863aa7c9464a9661f8edd2f272ada9def4;hb=206f8bfb286a1d67af997ad368ae0326505b95ad;hp=83d76b00581226d513076ac78cf794978d5c9c3e;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/lyric-extender-broken.ly b/input/regression/lyric-extender-broken.ly index 83d76b0058..0de0f3863a 100644 --- a/input/regression/lyric-extender-broken.ly +++ b/input/regression/lyric-extender-broken.ly @@ -1,23 +1,23 @@ -\version "2.4.0" +\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 { - a1 ( a1 \break - a) a2( b) \break - a2 - } - \lyricsto A \context Lyrics \lyricmode { a __ a __ ha } - >> - \layout { - 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 } +>> +