]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental.ly
release: 1.5.39
[lilypond.git] / input / regression / spacing-accidental.ly
1
2 \header {
3 texidoc = "Accidentals sticking out to the left
4 of a note will take a little more space, but only if the spacing is tight." 
5 }
6
7 \score { \notes \relative c'' {
8     \time 8/4
9     c2 c2 cis2 cis2 |
10     c8 c8 cis8 cis8 cis c c c]
11 }
12 \paper { linewidth = -1. }
13
14 }
15