]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / spacing-accidental.ly
1
2 \version "2.1.26"
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 { \notes \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