]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ledger-line-minimum.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / ledger-line-minimum.ly
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.19.21"
11 \paper { ragged-right = ##t}
12 \relative {
13   \time 2/4 
14   c''8 c c c
15   c \grace { \stemDown e'32[ c a f] } f8 f f 
16 }