1
2\version "2.19.21"
3\header {
4
5  texidoc = "Notes that are shorter than the common shortest note get a
6space (i.e. without the space needed for the note) proportional to
7their duration. So, the 16th notes get 1/2 of the space of an eighth note.
8The total distance for a 16th (which includes note head) is 3/4 of the
9eighth note. "
10
11}
12
13\layout { ragged-right = ##t}
14
15\relative
16{
17  \time 2/4
18  c''16 c c c c4 c4
19  c8 c8 c8 c8
20  c8 c8 c4
21  c8 c8 c4
22
23}
24
25
26
27
28