lilypond-1.3.129
[lilypond.git] / input / beams.ly
blob953bd7c02ab8914d2a4a2e923a9a562f1ff47b6f
2 \header{
3 filename = "beams.ly";
4 composer = "heu";
5 enteredby = "jcn";
6 copyright = "PD";
8 TestedFeatures = "beams and beamflags";
10 \version "0.1.9";
12 \score{
13 \melodic { \multi 3 <
14 { \octave c';
15 \meter 8/4;
16 \duration8;
17 \stemup [c c'' a' f']
18 \duration16;
19 \stemup [c c'' a' f']
20 \duration32;
21 \stemup [c c'' a' f']
22 \duration64;
23 \stemup [c c'' a' f']
24 \duration128;
25 \stemup [c c'' a' f']
26 r32
28 \duration 8;
29 \stemup ['g 'g 'g 'g]
30 \duration 16;
31 \stemup ['g 'g 'g 'g]
32 \duration 32;
33 \stemup ['g 'g 'g 'g]
34 \duration 64;
35 \stemup ['g 'g 'g 'g]
36 \duration 128;
37 \stemup ['g 'g 'g 'g]
38 r32
41 { \octave c';
42 \meter 8/4;
43 \duration8;
44 \stemdown [a' 'a c e]
45 \duration16;
46 \stemdown [a' 'a c e]
47 \duration32;
48 \stemdown [a' 'a c e]
49 \duration64;
50 \stemdown [a' 'a c e]
51 \duration128;
52 \stemdown [a' 'a c e]
53 r32
55 \octave c;
56 \duration 8;
57 \stemdown [d'' d'' d'' d'']
58 \duration 16;
59 \stemdown [d'' d'' d'' d'']
60 \duration 32;
61 \stemdown [d'' d'' d'' d'']
62 \duration 64;
63 \stemdown [d'' d'' d'' d'']
64 \duration 128;
65 \stemdown [d'' d'' d'' d'']
66 r32
68 } >
70 {\duration "last";
71 % ugh, "duration mode"
73 [g8 g] [a a] [b b] [c' c']
75 [g16 g ] [a a] [b b] [c' c']
76 [g32 g] [a a] [b b] [c' c']
78 [g64 g ] [c' c' ]
81 \transpose d {
82 \octave c''';
83 | [g8 g] [a a] [b b] [c' c']
84 [g16 g ] [a a] [b b] [c' c']
85 [g32 g] [a a] [b b] [c' c']
86 [g64 g]
87 [c' c']
91 \paper{
92 gourlay_maxmeasures = 1.;