]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-short-notes.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / spacing-short-notes.ly
1
2 \version "2.11.51"
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 \layout { ragged-right = ##t}
14
15 \relative c''
16 {
17   \time 2/4 
18   c16 c c c c4 c4
19   c8 c8 c8 c8
20   c8 c8 c4
21   c8 c8 c4
22
23 }
24
25
26
27