X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyrics-bar.ly;h=f8b7d83575ad9f73d981d43b806c070e2f13638f;hb=7d496a828e54ae3ecd0007094e845f1e7c52c5ca;hp=ecff5f539a0a1e9e3e2ab33138274da95984859a;hpb=edaa86202a05fe55f974037c6c59556ee94076bc;p=lilypond.git diff --git a/input/regression/lyrics-bar.ly b/input/regression/lyrics-bar.ly index ecff5f539a..f8b7d83575 100644 --- a/input/regression/lyrics-bar.ly +++ b/input/regression/lyrics-bar.ly @@ -1,4 +1,4 @@ -\version "2.3.22" +\version "2.12.0" \header{ texidoc=" @@ -8,11 +8,11 @@ lyrics do not collide with barlines. } \layout { - raggedright = ##t + ragged-right = ##t } << - \context Staff=foo \with + \new Staff \with { % \remove "Bar_engraver" } @@ -21,14 +21,15 @@ lyrics do not collide with barlines. } \context Lyrics \with { \consists "Bar_engraver" - \override BarLine #'bar-size = #4 + \consists "Separating_line_group_engraver" + \override BarLine #'bar-size = #4 } \lyricmode { looooooooooooooooooooooooooooooooooong1 syllable } \lyrics { no Bar_Engraver_Bar_Engraver_Bar_Engraver } - \context Staff=bar \with { + \new Staff \with { % \remove "Bar_engraver" } { b1 b1 } >>