X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=4ba6971a642bbfe058b631e14069f4f7ec3afda3;hb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;hp=7e2072aeb8afb3145c3e649de9ceefed4f8e1730;hpb=33c5647888256694d414153d5a1a5da0455a1ef8;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index 7e2072aeb8..4ba6971a64 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,39 +1,40 @@ -\version "2.1.30" +\version "2.11.51" \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 - } - \lyrics << - \new Lyrics { bla1 die bla } - \new Lyrics { foo bar foo } - >> - \new Staff { - f1 f1 f1 f1 - } - >> - \paper { - \context { - \StaffContext - } - raggedright =##t +\layout { + \context { + \Staff } + 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