X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=bb6357b62da7c577eebd05da7e98488833a03c4b;hb=9f4d4a1ce5dc0fad4ed27c9cc1e357cae090b1b1;hp=19f191e85e470f0b902551774220e8d517d50e55;hpb=89b7e8eb4e8141e2b9b294a93f90665314a8349f;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index 19f191e85e..bb6357b62d 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,34 +1,42 @@ -\version "2.1.30" +\version "2.7.13" \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 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 = ##t - \overr Score.SpanBar #'transparent = ##t - a1 a1} - \new Lyrics \lyrics << - { bla1 die bla } - { foo bar foo } - >> - \new Staff { - f1 f1 f1 f1} - >> - \paper { +\layout { \context { - \StaffContext + \Staff } raggedright =##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 +%% End: +