X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=498460291637f521252c973729ce8cc18f24554c;hb=145389636e81237d560aba4d04abcb89fa60cd9c;hp=f0318b1f4a47cfe1db738ab3409b50222da5a0aa;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index f0318b1f4a..4984602916 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,25 +1,42 @@ -\version "2.1.28" +\version "2.17.30" \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 \hide Score.BarLine + a1 + \once \hide Score.SpanBar + 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: +