X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Fspan-bar.ly;h=4ba6971a642bbfe058b631e14069f4f7ec3afda3;hb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;hp=59f00777de9aa0ce6619f92b393f2b26fbaedef5;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index 59f00777de..4ba6971a64 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,4 +1,4 @@ -\version "2.3.16" +\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. @@ -9,31 +9,32 @@ between systems. " } -\score { - \relative c' \new StaffGroup << - \new Staff { - \override Score.BarLine #'transparent = ##t - a1 a1 - \revert Score.BarLine #'transparent - \override Score.SpanBar #'transparent = ##t - a1 a1 - } - \lyricmode << - \new Lyrics { bla1 die bla } - \new Lyrics { foo bar foo } - >> - \new Staff { - f1 f1 f1 f1 - } - >> - \paper { - \context { - \Staff - } - 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