]> 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 79e8ec88dc0a93024f2190cb9f23f824190fc27e..308a6e3abbbd0bfc2834c7c417d947f6c5156160 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.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,6 +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 "|."
 }