X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-extender-broken.ly;h=36aae288b5a9061de72c8fc158d917986a319c20;hb=f70f949ada045f29480bdfde1e855fa5367dc639;hp=580e12d5a64bc0e131139f9eb4a17424d23aba05;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/lyric-extender-broken.ly b/input/regression/lyric-extender-broken.ly index 580e12d5a6..36aae288b5 100644 --- a/input/regression/lyric-extender-broken.ly +++ b/input/regression/lyric-extender-broken.ly @@ -1,23 +1,23 @@ -\version "2.6.0" +\version "2.10.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 } +>> +