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
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
ledger-line-minimum.ly
blob
471818e9d241b651b0e90ec61f1f25b775de6b6f
1
2
\header
{
3
4
texidoc
=
"When ledgered notes are very close, for example, in grace
5
notes, they are kept at a minimum distance to prevent the ledgers from
6
disappearing."
7
8
}
9
10
\version
"2.12.0"
11
\paper
{
ragged-right
= ##
t
}
12
\relative
c
'' {
13
\time
2
/
4
14
c
8
c c c
15
c
\grace
{
\stemDown
e
'
32
[
c a f
] }
f
8
f f
16
}