X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnon-centered-bar-lines.ly;h=d63e91abe64c72a2455df5823823baa7c8d463b5;hb=0ea80a5e850c6114d1ba7dc4cfd81d5a45d9604a;hp=f12fb9850361f374cc7076c5c889351c09021427;hpb=a01dce03cbf3fa0d219ba2d5cfbd008be7341a9d;p=lilypond.git diff --git a/input/regression/non-centered-bar-lines.ly b/input/regression/non-centered-bar-lines.ly index f12fb98503..d63e91abe6 100644 --- a/input/regression/non-centered-bar-lines.ly +++ b/input/regression/non-centered-bar-lines.ly @@ -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 "|." }