]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-ledger.ly
9128d022f56a7ec3044ca0c499c3ff55f1b3136d
[lilypond.git] / input / regression / accidental-ledger.ly
1 \version "1.5.68"
2
3 \header {
4     texidoc = "Ledger lines are shortened when there are accidentals"
5 }
6
7 \score { \notes
8 {
9  cis'4 cis'! cis' cis'
10 }
11          \paper { linewidth = -1. }
12 }