]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-partial.ly
stem-tremolo-style.ly: Minor doc improvement.
[lilypond.git] / input / regression / span-bar-partial.ly
index 20f85ac9f8fe9c86932d353c96f43feaa5371501..adf890e5fcd8eb7ef7e263087c6991508c3c1532 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.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 {