]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-centered-bar-lines.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / non-centered-bar-lines.ly
index f12fb9850361f374cc7076c5c889351c09021427..d63e91abe64c72a2455df5823823baa7c8d463b5 100644 (file)
@@ -1,13 +1,12 @@
-\version "2.14.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 ";"
   c''1 \bar "|."
 }