]> git.donarmstrong.com Git - lilypond.git/blob - input/test/spacing.ly
update syntax in .ly files.
[lilypond.git] / input / test / spacing.ly
1 \version "1.7.6"
2 \header{
3 title= "Spacing"
4 subtitle =  "proofsheet" 
5 enteredby =      "jcn"
6 copyright =      "public domain"
7 TestedFeatures =         "This file tests various spacings"
8 }
9
10
11
12 multipart =  \notes \relative c'{ 
13     \context StaffGroup < 
14                 \context Staff = one \context Voice { 
15                    c4
16                    c 
17                    c c 
18                 }
19                 \context Staff = two \context Voice { 
20                    [c8 c] 
21                    [c c] 
22                    [c c] [c c] 
23                 }
24                 \context Staff = three \context Voice { 
25                    \times 2/3 { [c8 c c] } 
26                    \times 2/3 { [c  c c] } 
27                    \times 2/3 { [c  c c] }
28                    \times 2/3 { [c c c] } 
29                 }
30                 \context Staff = four \context Voice { 
31                    \times 2/4 { [c8 c c c] }
32                    \times 2/4 { [c  c c c] } 
33                    \times 2/4 { [c  c c c] } \times 2/4 { [c c c c] } 
34                 }
35                 \context Staff = five \context Voice { 
36                    \times 2/5 { [c8 c c c c] } 
37                    \times 2/5 { [c  c c c c] } 
38                    \times 2/5 { [c  c c c c] } \times 2/5 { [c c c c c] } 
39                 }
40                 \context Staff = six \context Voice { 
41                    \times 2/6 { [c8 c c c c c] } 
42                    \times 2/6 { [c  c c c c c] } 
43                    \times 2/6 { [c  c c c c c] } \times 2/6 { [c c c c c c] } 
44                 }
45                 \context Staff = seven \context Voice { 
46                    \times 2/7 { [c8 c c c c c c] } 
47                    \times 2/7 { [c  c c c c c c] } 
48                    \times 2/7 { [c  c c c c c c] } 
49                    \times 2/7 { [c  c c c c c c] } 
50                 }
51                 \context Staff = eight \context Voice { 
52                    \times 2/8 { [c8 c c c c c c c] } 
53                    \times 2/8 { [c  c c c c c c c] } 
54                    \times 2/8 { [c  c c c c c c c] } 
55                    \times 2/8 { [c  c c c c c c c] } 
56                 }
57                 \context Staff = nine  \context Voice { 
58                    \times 2/9 { [c8 c c c c c c c c] } 
59                    \times 2/9 { [c  c c c c c c c c] } 
60                    \times 2/9 { [c  c c c c c c c c] } 
61                    \times 2/9 { [c  c c c c c c c c] } 
62                 }
63                 \context Staff = ten  \context Voice { 
64                    \times 2/10 { [c8 c c c c c c c c c] } 
65                    \times 2/10 { [c  c c c c c c c c c] } 
66                    \times 2/10 { [c  c c c c c c c c c] } 
67                    \times 2/10 { [c  c c c c c c c c c] } 
68                 }
69                 \context Staff = eleven  \context Voice { 
70                    \times 2/11 { [c8 c c c c c c c c c c] } 
71                    \times 2/11 { [c  c c c c c c c c c c] } 
72                    \times 2/11 { [c  c c c c c c c c c c] } 
73                    \times 2/11 { [c  c c c c c c c c c c] } 
74                 }
75             >
76         }
77
78 singlepart =  \notes{ 
79         c4 d e f
80         c4 d e [f8 f]
81         c4 d e f8 [f16 f]
82         c4 d e f8 f16 [f32 f]
83         c4 d e f8 f16 f32 [f64 f]
84         c4 c4 c4 c4
85         
86     }
87     
88     \score{
89     \notes { 
90 %       \singlepart 
91         \multipart 
92     }
93     \paper {
94       indent = 0.0 \cm
95       linewidth= 20.0\cm
96     }
97 }
98 %% new-chords-done %%