1\version "2.17.6"
2\header {
3  texidoc = "Bar lines are positioned correctly when using custom
4staves 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}
13