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