X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-extender-broken.ly;h=0919bfcbbf8cfdde5c94e1522add16e611c0d58b;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=670e62ab95264d510fbd15e6e71898eea249953a;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/lyric-extender-broken.ly b/input/regression/lyric-extender-broken.ly index 670e62ab95..0919bfcbbf 100644 --- a/input/regression/lyric-extender-broken.ly +++ b/input/regression/lyric-extender-broken.ly @@ -1,23 +1,23 @@ -\version "2.1.30" +\version "2.19.2" \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 + } + \context Lyrics \lyricsto A { a __ a __ ha } +>> +