X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-extender-broken.ly;h=0517f2c9da87ea22b0ef49f43801bac9ea7e7343;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=a07af0590bcee7276ba88e2ec34cc775f4546010;hpb=7b22eeeee2505be517e58c3f922ddc53f1b7b0bd;p=lilypond.git diff --git a/input/regression/lyric-extender-broken.ly b/input/regression/lyric-extender-broken.ly index a07af0590b..0517f2c9da 100644 --- a/input/regression/lyric-extender-broken.ly +++ b/input/regression/lyric-extender-broken.ly @@ -1,23 +1,23 @@ -\version "2.1.21" +\version "2.11.51" \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 } +>> +