]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/non-centered-bar-lines.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / non-centered-bar-lines.ly
1 \version "2.17.6"
2 \header {
3   texidoc = "Bar lines are positioned correctly when using custom
4 staves which are not centered around position@tie{}0.
5 "
6 }
7 \new Staff {
8   \override Staff.StaffSymbol.line-positions = #'(1 3 5 7 9)
9   c''1 \bar "||"
10   c''1 \bar ";"
11   c''1 \bar "|."
12 }