]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-partial.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / span-bar-partial.ly
index 6ef67048fec23c6ce143268b7173c79a2d4ec6cd..9113a0acd1f8a61e3e97f3ef9c41ee3a28e6c950 100644 (file)
@@ -1,6 +1,6 @@
-\version "2.12.0"
+\version "2.19.21"
 \header {
-  texidoc = "Span bars can be turned on/off on a staff-by-staff basis."
+  texidoc = "Span bars can be turned on/@/off on a staff-by-staff basis."
 }
 
 \layout {
   ragged-right =##t 
 }
 
-\relative c' \new StaffGroup <<
+\relative \new StaffGroup <<
   \new Staff {
-    c1
-    \once \override Staff.BarLine #'allow-span-bar = ##f
+    c'1
+    \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 {