X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=d102aaf24669c9bfc05bcd0c3bed5a46c9cdccb4;hb=3ad118d6062153701ab613c1b3855911c45214d3;hp=feb952071626752c61c6c26963b613e13f239ef2;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index feb9520716..d102aaf246 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\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. @@ -16,12 +16,12 @@ between systems. ragged-right =##t } -\relative c' \new StaffGroup << +\relative \new StaffGroup << \new Staff { a1 - \once \override Score.BarLine #'transparent = ##t + \once \hide Score.BarLine a1 - \once \override Score.SpanBar #'transparent = ##t + \once \hide Score.SpanBar a1 a1 \bar "|." }