X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyrics-bar.ly;h=2f60761fa00e266bb0d440564d2e30c027cf4272;hb=03aeb8ec429f88b99aa00e7ad44b593e94737760;hp=3f93f087a3b0b31f541f70d0adf21fe8e2629173;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/lyrics-bar.ly b/input/regression/lyrics-bar.ly index 3f93f087a3..2f60761fa0 100644 --- a/input/regression/lyrics-bar.ly +++ b/input/regression/lyrics-bar.ly @@ -1,4 +1,4 @@ -\version "2.1.28" +\version "2.11.51" \header{ texidoc=" @@ -7,33 +7,31 @@ lyrics do not collide with barlines. " } -\score { - \context StaffGroup << - \notes \context Staff { - b1 \bar "|:" b1 \bar ":|" - } - \lyrics << - \context LyricsWithBars { -% thisContextHasBarEngraver1 added - ThisContextCertainlyHasBarEngraverAddedButThereHasBeenSomethingFunnyBefore1. Here. - } - \context Lyrics { - this4 one has no BarEngraverAddedToContext1 - } - >> - \notes \new Staff { b1 b1 } - >> - \paper { - raggedright = ##t - \translator { - \ScoreContext - \accepts "LyricsWithBars" - } - \translator { - \LyricsContext - \consists "Bar_engraver" - \name "LyricsWithBars" - } - } +\layout { + ragged-right = ##t } +<< + \new Staff \with + { +% \remove "Bar_engraver" + } + { + b1 \bar "|:" b1 \bar ":|" + } + \context Lyrics \with { + \consists "Bar_engraver" + \consists "Separating_line_group_engraver" + \override BarLine #'bar-size = #4 + } \lyricmode { + looooooooooooooooooooooooooooooooooong1 syllable + } + \lyrics { + no Bar_Engraver_Bar_Engraver_Bar_Engraver + } + \new Staff \with { +% \remove "Bar_engraver" + } { b1 b1 } +>> + +