X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspan-bar.ly;h=498460291637f521252c973729ce8cc18f24554c;hb=refs%2Fheads%2Fupstream-mut;hp=bb6357b62da7c577eebd05da7e98488833a03c4b;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index bb6357b62d..4984602916 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,4 +1,4 @@ -\version "2.7.13" +\version "2.17.30" \header { texidoc = "Span bars are drawn only between staff bar lines. By setting bar lines to transparent, they are shown only between systems. @@ -13,15 +13,15 @@ between systems. \context { \Staff } - raggedright =##t + ragged-right =##t } \relative c' \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 "|." }