repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consider accidentals in optical spacing correction.
[lilypond.git]
/
input
/
regression
/
ledger-line-shorten.ly
blob
04ec6a9f95b7b426bb017b340853ec5ffd0b57f3
1
\header
{
2
texidoc
=
"Ledger lines are shortened when they are very close. This ensures
3
that ledger lines stay separate."
4
}
5
\version
"2.12.0"
6
7
\layout
{
8
ragged-right
= ##
t
9
}
10
11
\relative
{
12
\time
2
/
4
13
14
c
4
15
b
16
c
4
17
b
18
a g
19
c
32
[
b c d
]
20
b
[
c d c
]
21
b
[
d d b
]
22
b
[
e e b
]
23
c
[
d d c
]
24
c
[
e e c
]
25
26
27
28
}