]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-centered-bar-lines.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / non-centered-bar-lines.ly
index 79e8ec88dc0a93024f2190cb9f23f824190fc27e..d63e91abe64c72a2455df5823823baa7c8d463b5 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.16.0"
+\version "2.17.6"
 \header {
   texidoc = "Bar lines are positioned correctly when using custom
 staves which are not centered around position@tie{}0.
 "
 }
 \new Staff {
-  \override Staff.StaffSymbol #'line-positions = #'(1 3 5 7 9)
+  \override Staff.StaffSymbol.line-positions = #'(1 3 5 7 9)
   c''1 \bar "||"
-  c''1 \bar ":"
+  c''1 \bar ";"
   c''1 \bar "|."
 }