]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-centered-bar-lines.ly
New bar line interface
[lilypond.git] / input / regression / non-centered-bar-lines.ly
index f12fb9850361f374cc7076c5c889351c09021427..308a6e3abbbd0bfc2834c7c417d947f6c5156160 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.17.5"
 \header {
   texidoc = "Bar lines are positioned correctly when using custom
 staves which are not centered around position@tie{}0.
@@ -7,7 +7,6 @@ staves which are not centered around position@tie{}0.
 \new Staff {
   \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 "|."
 }