]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beams.ly
release: 1.1.44
[lilypond.git] / input / test / beams.ly
1 \header{
2 filename =       "beams.ly";
3 composer =       "heu";
4 enteredby =      "jcn";
5 copyright =      "PD";
6
7 TestedFeatures =         "beams and beamflags";
8 }
9 \version "1.0.20";
10
11 \score{
12         <
13 %               \property Score.beamquantisation = \none
14                 \context GrandStaff < 
15                 \notes\transpose c' { 
16
17                         \time 8/4;
18                         \stemup [c8 c'' a' f']
19                         \stemup [c16 c'' a' f']
20                         \stemup [c32 c'' a' f']
21                         \stemup [c64 c'' a' f']
22                         \stemup [c128 c'' a' f']
23                         r32
24
25                         \stemup [g8 g g g]
26                         \stemup [g16 g g g]
27                         \stemup [g32 g g g]
28                         \stemup [g64 g g g]
29                         \stemup [g128 g g g]
30                         r32
31
32                                                 \transpose c{
33                         \stemboth
34                         [c'8 c'] [b b] [a a] [g g] [f f] [e e]
35                         [c'16 c'] [b b] [a a] [g g]  [f f] [e e]
36                         [c'32 c'] [b b] [a a] [g g] [f f] [e e]
37                         [c'64 c'] [e e]}
38                 }
39         >
40         <       
41                 \notes { 
42 \transpose c' {
43                         \time 8/4;
44                         \stemdown [a'8 a, c e]
45                         \stemdown [a'16 a, c e]
46                         \stemdown [a'32 a, c e]
47                         \stemdown [a'64 a, c e]
48                         \stemdown [a'128 a, c e]
49                         r32}
50
51                         \transpose c{
52                         \stemdown [d''8 d'' d'' d'']
53                         \stemdown [d''16 d'' d'' d'']
54                         \stemdown [d''32 d'' d'' d'']
55                         \stemdown [d''64 d'' d'' d'']
56                         \stemdown [d''128 d'' d'' d'']
57                         r32}
58
59                         \transpose c''{
60                         \stemboth
61                         [a8 a] [b b] [c' c'] [d' d'] [e' e'] [f' f']
62                         [a16 a] [b b] [c' c'] [d' d']  [e' e'] [f' f']
63                         [a32 a] [b b] [c' c'] [d' d']  [e' e'] [f' f']
64                         [a64 a] [f' f']} 
65                 }
66         >
67         >
68
69         \paper{
70                 castingalgorithm = \Wordwrap;
71         }
72 }
73