]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-short-notes.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / spacing-short-notes.ly
1 \version "1.5.68"
2 \header {
3     
4 texidoc = "Notes that are shorter than the common shortest note, Get a
5 space (i.e. without the space needed for the note) proportional to
6 their duration. So 16th notes get 1/2 of the space of an eigth note.
7 The total distance for a 16th is (including note head) is 3/4 of the
8 eighth note. "
9
10 }
11
12 \score { \notes \relative c''
13 {
14     \time 2/4 
15     c16 c c c c4 c4
16     c8 c8 c8 c8
17     c8 c8 c4
18     c8 c8 c4
19
20 }
21
22          \paper { linewidth = -1. }
23 }