]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-short-notes.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-short-notes.ly
1
2 \version "2.16.0"
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 eighth 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