]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental.ly
3ede19f40779072af26810dc195f8711b3618a8c
[lilypond.git] / input / regression / spacing-accidental.ly
1
2 \version "2.6.0"
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 \layout { raggedright = ##t}
15
16 }
17
18