]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beams.ly
release: 1.1.15
[lilypond.git] / input / test / beams.ly
index 953bd7c02ab8914d2a4a2e923a9a562f1ff47b6f..1216d624d3c512750c41152ad52f2edf866f5355 100644 (file)
@@ -1,4 +1,3 @@
-
 \header{
 filename =      "beams.ly";
 composer =      "heu";
@@ -7,90 +6,68 @@ copyright =    "PD";
 
 TestedFeatures =        "beams and beamflags";
 }
-\version "0.1.9";
+\version "1.0.14";
 
 \score{
-       \melodic { \multi 3 < 
-               { \octave c'; 
-                       \meter 8/4;
-                       \duration8;
-                       \stemup [c c'' a' f']
-                       \duration16;
-                       \stemup [c c'' a' f']
-                       \duration32;
-                       \stemup [c c'' a' f']
-                       \duration64;
-                       \stemup [c c'' a' f']
-                       \duration128;
-                       \stemup [c c'' a' f']
-                       r32
+       <
+%              \property Score.beamquantisation = \none
+               \type GrandStaff < 
+               \notes\transpose c' { 
 
-                       \duration 8;
-                       \stemup ['g 'g 'g 'g]
-                       \duration 16;
-                       \stemup ['g 'g 'g 'g]
-                       \duration 32;
-                       \stemup ['g 'g 'g 'g]
-                       \duration 64;
-                       \stemup ['g 'g 'g 'g]
-                       \duration 128;
-                       \stemup ['g 'g 'g 'g]
-                       r32
-               }
-       
-       { \octave c';  
-                       \meter 8/4;
-                       \duration8;
-                       \stemdown [a' 'a c e]
-                       \duration16;
-                       \stemdown [a' 'a c e]
-                       \duration32;
-                       \stemdown [a' 'a c e]
-                       \duration64;
-                       \stemdown [a' 'a c e]
-                       \duration128;
-                       \stemdown [a' 'a c e]
+                       \time 8/4;
+                       \stemup [c8 c'' a' f']
+                       \stemup [c16 c'' a' f']
+                       \stemup [c32 c'' a' f']
+                       \stemup [c64 c'' a' f']
+                       \stemup [c128 c'' a' f']
                        r32
 
-                       \octave c;
-                       \duration 8;
-                       \stemdown [d'' d'' d'' d'']
-                       \duration 16;
-                       \stemdown [d'' d'' d'' d'']
-                       \duration 32;
-                       \stemdown [d'' d'' d'' d'']
-                       \duration 64;
-                       \stemdown [d'' d'' d'' d'']
-                       \duration 128;
-                       \stemdown [d'' d'' d'' d'']
+                       \stemup [g8 g g g]
+                       \stemup [g16 g g g]
+                       \stemup [g32 g g g]
+                       \stemup [g64 g g g]
+                       \stemup [g128 g g g]
                        r32
 
-               } >
-               
-               {\duration "last";
-                       % ugh, "duration mode"
-                       
-                       [g8 g] [a a] [b b] [c' c']
-                       
-                       [g16 g ] [a a] [b b] [c' c']
-                       [g32 g] [a a] [b b] [c' c']
-                       
-                       [g64 g ] [c' c' ]
+                                               \transpose c{
+                       \stemboth
+                       [c'8 c'] [b b] [a a] [g g] [f f] [e e]
+                       [c'16 c'] [b b] [a a] [g g]  [f f] [e e]
+                       [c'32 c'] [b b] [a a] [g g] [f f] [e e]
+                       [c'64 c'] [e e]}
                }
-               {
-                       \transpose d {
-                       \octave c''';
-                       | [g8 g] [a a] [b b] [c' c']
-                       [g16 g ] [a a] [b b] [c' c']
-                       [g32 g] [a a] [b b] [c' c']
-                       [g64 g]
-                       [c' c']
-                       }
+       >
+       <       
+               \notes { 
+\transpose c' {
+                       \time 8/4;
+                       \stemdown [a'8 a, c e]
+                       \stemdown [a'16 a, c e]
+                       \stemdown [a'32 a, c e]
+                       \stemdown [a'64 a, c e]
+                       \stemdown [a'128 a, c e]
+                       r32}
+
+                       \transpose c{
+                       \stemdown [d''8 d'' d'' d'']
+                       \stemdown [d''16 d'' d'' d'']
+                       \stemdown [d''32 d'' d'' d'']
+                       \stemdown [d''64 d'' d'' d'']
+                       \stemdown [d''128 d'' d'' d'']
+                       r32}
+
+                       \transpose c''{
+                       \stemboth
+                       [a8 a] [b b] [c' c'] [d' d'] [e' e'] [f' f']
+                       [a16 a] [b b] [c' c'] [d' d']  [e' e'] [f' f']
+                       [a32 a] [b b] [c' c'] [d' d']  [e' e'] [f' f']
+                       [a64 a] [f' f']} 
                }
-       }
+       >
+       >
+
        \paper{
-               gourlay_maxmeasures = 1.;
+               castingalgorithm = \Wordwrap;
        }
 }
 
-