]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-grace-duration.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / spacing-grace-duration.ly
1 \version "1.5.68"
2 \header {
3
4     texidoc = "Spacing uses the duration of the notes, but disregards
5     grace notes for this. In this example, the 8ths around the grace
6     are spaced exactly as the other 8th notes.
7
8 "
9 }
10
11 \score { \notes \relative c''
12          \context Voice 
13 {
14     [c8  c8]
15     \grace {  b16 }
16     [c8 c8] [c8 c8] 
17
18 }
19
20          \paper { linewidth = -1. }
21 }