]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / spacing-accidental.ly
1 \version "1.5.68"
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 { linewidth = -1. }
14
15 }
16