]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ledger-line-shorten.ly
release commit
[lilypond.git] / input / regression / ledger-line-shorten.ly
1 \header {
2     texidoc = "Ledger lines are shortened when they are very close. This ensures
3 that  ledgers lines stay separate."
4 }
5 \version "2.8.0"
6
7 \layout {
8     ragged-right = ##t
9 }
10
11 \relative {
12 \time 2/4 
13
14 c4
15 b
16 c4
17 b
18 a g
19 c32[ 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 }