]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / span-bar.ly
index 9e09369b2f8c20c97d71be5d9ad438e2b81c0191..498460291637f521252c973729ce8cc18f24554c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\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.
@@ -19,9 +19,9 @@ between systems.
 \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 "|."
   }