]> git.donarmstrong.com Git - lilypond.git/blob - input/test/spacing.ly
9c1fc724c71d2e4757b9a88d176772a549e2b795
[lilypond.git] / input / test / 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 "1.0.1";
10
11 multipart = \melodic{ 
12     \type StaffGroup < 
13                 { 
14                    c4
15                    c 
16                    c c 
17                 }
18                 { 
19                    [c8 c] 
20                    [c c] 
21                    [c c] [c c] 
22                 }
23                 { 
24                    [2/3 c8 c c]1/1 
25                    [2/3 c c c]1/1 
26                    [2/3c c c]1/1 [2/3c c c]1/1 
27                 }
28                 { 
29                    [2/4 c8 c c c]1/1
30                    [2/4 c c c c]1/1 
31                    [2/4c c c c]1/1 [2/4c c c c]1/1 
32                 }
33                 { 
34                    [2/5 c8 c c c c]1/1 
35                    [2/5 c c c c c]1/1 
36                    [2/5c c c c c]1/1 [2/5c c c c c]1/1 
37                 }
38                 { 
39                    [2/6c8 c c c c c]1/1 
40                    [2/6c  c c c c c]1/1 
41                    [2/6c c c c c c]1/1 [2/6c c c c c c]1/1 
42                 }
43                 { 
44                    [2/7c8 c c c c c c]1/1 
45                    [2/7c c  c c c c c]1/1 
46                    [2/7c c c c c c c]1/1 [2/7c c c c c c c]1/1 
47                 }
48             >
49         }
50
51 singlepart = \melodic{ 
52         c4 d e f
53         c4 d e [f8 f]
54         c4 d e f8 [f16 f]
55         c4 d e f8 f16 [f32 f]
56         c4 d e f8 f16 f32 [f64 f]
57         c4 c4 c4 c4
58         
59     }
60     
61     \score{
62     \melodic { 
63 %       \singlepart 
64         \multipart 
65     }
66     \paper {
67 %    linewidth= 18.\cm;
68 %       gourlay_maxmeasures = 4.0
69     }
70 }