X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyrics-bar.ly;h=f8b7d83575ad9f73d981d43b806c070e2f13638f;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=1e01ef5b7c5ba2de152a72167ae97e1922e59a09;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/lyrics-bar.ly b/input/regression/lyrics-bar.ly index 1e01ef5b7c..f8b7d83575 100644 --- a/input/regression/lyrics-bar.ly +++ b/input/regression/lyrics-bar.ly @@ -1,4 +1,4 @@ -\version "2.1.36" +\version "2.12.0" \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 - \context { - \ScoreContext - \accepts "LyricsWithBars" - } - \context { - \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 } +>> + +