X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyrics-bar.ly;h=a6a1afab9e7ee30ac314b948a524ac9ec3de8443;hb=ce14f918fb0cdd880e567dd67e5ef277d8f7dee5;hp=a5973203238034ce4a85d94137a620d994c3c087;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/lyrics-bar.ly b/input/regression/lyrics-bar.ly index a597320323..a6a1afab9e 100644 --- a/input/regression/lyrics-bar.ly +++ b/input/regression/lyrics-bar.ly @@ -1,4 +1,4 @@ -\version "2.6.0" +\version "2.10.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 } >>