X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=feb952071626752c61c6c26963b613e13f239ef2;hb=ca5ffa906698b69799dffc2461de29762847a11c;hp=57fbf47cb3a993282e2c49f075017f5d084a4b1c;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index 57fbf47cb3..feb9520716 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,4 +1,4 @@ -\version "2.4.0" +\version "2.12.0" \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 - } - >> - \layout { - \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