X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=d102aaf24669c9bfc05bcd0c3bed5a46c9cdccb4;hb=22a856e734d8dd3e2112ba954c4aab2ab7fc3556;hp=fc777550fce98a4921428ea8ea9348045c179c84;hpb=2055f35c47a045a50a01ff4dba8524322cfc3b48;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index fc777550fc..d102aaf246 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,4 +1,4 @@ -\version "2.14.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 "|." }