X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=feb952071626752c61c6c26963b613e13f239ef2;hb=f47d8eced407ca1fa546d8bbc19806b62686a435;hp=f0318b1f4a47cfe1db738ab3409b50222da5a0aa;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index f0318b1f4a..feb9520716 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,25 +1,42 @@ -\version "2.1.28" +\version "2.12.0" \header { -texidoc = "Span bars are drawn only between staff bar lines. By setting + texidoc = "Span bars are drawn only between staff bar lines. By setting bar lines to transparent, they are shown only between systems. + +Setting @code{SpanBar} transparent removes the barlines +between systems. + " } -\score { - \notes \relative c' \new StaffGroup << - \new Staff { a1 a1 a1} - \new Lyrics \lyrics << - { bla1 die bla } - { foo bar foo } - >> - \new Staff { f1 f1 f1} - >> - \paper { - \translator { - \StaffContext - \override BarLine #'transparent = ##t +\layout { + \context { + \Staff } - raggedright =##t - } + ragged-right =##t } +\relative c' \new StaffGroup << + \new Staff { + a1 + \once \override Score.BarLine #'transparent = ##t + a1 + \once \override Score.SpanBar #'transparent = ##t + a1 a1 + \bar "|." + } + \lyricmode << + \new Lyrics { bla1 die bla } + \new Lyrics { foo bar foo } + >> + \new Staff { + f1 f1 f1 f1 + } +>> + + + +%% Local variables: +%% LilyPond-indent-level:2 +%% End: +