]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental.ly
* scm/ps-to-png.scm: remove dir-re function.
[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 \layout { raggedright = ##t}
10
11 \relative c'' {
12   \time 8/4
13   c2 c2 cis2 cis2 |
14   c8 c8 cis8 cis8 cis c c c]
15 }
16
17
18
19
20