]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-ledger.ly
(internal_brew_molecule): make left protusion
[lilypond.git] / input / regression / accidental-ledger.ly
1 \version "1.9.8"
2
3 \header {
4     texidoc = "Ledger lines are shortened when there are accidentals."
5 }
6
7 \score { \notes
8 {
9  c'!4 cis'! cis' <cis'! gis'>
10 }
11          \paper { raggedright = ##t}
12 }