repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
non-centered-bar-lines.ly
blob
8749ae0f51a76a1de89ec8d2fbcb2aab88e5a553
1
\version
"2.12.0"
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
}