X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=d102aaf24669c9bfc05bcd0c3bed5a46c9cdccb4;hb=22a856e734d8dd3e2112ba954c4aab2ab7fc3556;hp=feb952071626752c61c6c26963b613e13f239ef2;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;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 "|." }