]> git.donarmstrong.com Git - lilypond.git/blob - input/spacing.ly
fb1f1085c0b603f705147d583191023923492fe8
[lilypond.git] / input / spacing.ly
1 \header{
2 title= "Spacing";
3 subtitle = "proofsheet"; 
4 enteredby =      "jcn";
5 copyright =      "public domain";
6 TestedFeatures =         "This file tests various spacings";
7 }
8
9 \version "0.1.7";
10
11 \score{
12     \melodic{ 
13         c4 d e f
14         c4 d e [f8 f]
15         c4 d e f8 [f16 f]
16         c4 d e f8 f16 [f32 f]
17         c4 d e f8 f16 f32 [f64 f]
18     }
19     \paper {
20 %       gourlay_maxmeasures = 4.0
21     }
22 }