X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=d102aaf24669c9bfc05bcd0c3bed5a46c9cdccb4;hb=e45059ae37b240ce52639ad5c49110b510a89481;hp=6460a9c98123f9f6b5e53e8a77be7d022ba1a93a;hpb=d1e04a3b0c95e6182d3778fa43748ea6381cfafc;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index 6460a9c981..d102aaf246 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,39 +1,41 @@ -\version "2.1.30" +\version "2.19.21" \header { 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 does the removes the barlines +Setting @code{SpanBar} transparent removes the barlines between systems. " } -\score { - \notes \relative c' \new StaffGroup << - \new Staff { - \override Score.BarLine #'transparent = ##t - a1 a1 - \revert Score.BarLine #'transparent - \override Score.SpanBar #'transparent = ##t - a1 a1 - } - \new Lyrics \lyrics << - { bla1 die bla } - { foo bar foo } - >> - \new Staff { - f1 f1 f1 f1 - } - >> - \paper { - \context { - \StaffContext - } - raggedright =##t +\layout { + \context { + \Staff } + ragged-right =##t } +\relative \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: