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