]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-partial.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / span-bar-partial.ly
index 66ba86bbd00a529135e232efdf7695d97533ff46..adf890e5fcd8eb7ef7e263087c6991508c3c1532 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 \header {
   texidoc = "Span bars can be turned on/@/off on a staff-by-staff basis."
 }
 \relative c' \new StaffGroup <<
   \new Staff {
     c1
-    \once \override Staff.BarLine #'allow-span-bar = ##f
+    \once \override Staff.BarLine.allow-span-bar = ##f
     c1 c1 c1
     \bar "|."
   }
   \new Staff {
     a1 a1
-    \once \override Staff.BarLine #'allow-span-bar = ##f
+    \once \override Staff.BarLine.allow-span-bar = ##f
     a1 a1
   }
   \new Staff {