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