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