]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/beams.ly
release: 0.1.58
[lilypond.git] / input / beams.ly
index 24753a131d666a075c70a133768a7fa46cb7f5ca..953bd7c02ab8914d2a4a2e923a9a562f1ff47b6f 100644 (file)
@@ -1,69 +1,96 @@
-%{MudelaHeader
 
- filename: beams.ly
- title: 
- description: 
- composer(s): heu
- entered-by: jcn
- copyright: GPL
+\header{
+filename =      "beams.ly";
+composer =      "heu";
+enteredby =     "jcn";
+copyright =     "PD";
 
- Tested Features: beams and beamflags
-EndMudelaHeader
-%}
+TestedFeatures =        "beams and beamflags";
+}
+\version "0.1.9";
 
 \score{
-       \staff{ \inputregister{melodicregs}
-               \melodic{ \octave c'; 
+       \melodic { \multi 3 < 
+               { \octave c'; 
                        \meter 8/4;
                        \duration8;
-                       \stem 1; [c c'' a' f']
+                       \stemup [c c'' a' f']
                        \duration16;
-                       \stem 1; [c c'' a' f']
+                       \stemup [c c'' a' f']
                        \duration32;
-                       \stem 1; [c c'' a' f']
+                       \stemup [c c'' a' f']
                        \duration64;
-                       \stem 1; [c c'' a' f']
+                       \stemup [c c'' a' f']
                        \duration128;
-                       \stem 1; [c c'' a' f']
+                       \stemup [c c'' a' f']
+                       r32
 
                        \duration 8;
-                       \stem 1; ['g 'g 'g 'g]
+                       \stemup ['g 'g 'g 'g]
                        \duration 16;
-                       \stem 1; ['g 'g 'g 'g]
+                       \stemup ['g 'g 'g 'g]
                        \duration 32;
-                       \stem 1; ['g 'g 'g 'g]
+                       \stemup ['g 'g 'g 'g]
                        \duration 64;
-                       \stem 1; ['g 'g 'g 'g]
+                       \stemup ['g 'g 'g 'g]
                        \duration 128;
-                       \stem 1; ['g 'g 'g 'g]
+                       \stemup ['g 'g 'g 'g]
+                       r32
                }
-       }
-       \staff{ \inputregister{melodicregs}
-               \melodic{ \octave c'; 
+       
+       { \octave c';  
                        \meter 8/4;
                        \duration8;
-                       \stem -1; [a' 'a c e]
+                       \stemdown [a' 'a c e]
                        \duration16;
-                       \stem -1; [a' 'a c e]
+                       \stemdown [a' 'a c e]
                        \duration32;
-                       \stem -1; [a' 'a c e]
+                       \stemdown [a' 'a c e]
                        \duration64;
-                       \stem -1; [a' 'a c e]
+                       \stemdown [a' 'a c e]
                        \duration128;
-                       \stem -1; [a' 'a c e]
+                       \stemdown [a' 'a c e]
+                       r32
 
                        \octave c;
                        \duration 8;
-                       \stem -1; [d'' d'' d'' d'']
+                       \stemdown [d'' d'' d'' d'']
                        \duration 16;
-                       \stem -1; [d'' d'' d'' d'']
+                       \stemdown [d'' d'' d'' d'']
                        \duration 32;
-                       \stem -1; [d'' d'' d'' d'']
+                       \stemdown [d'' d'' d'' d'']
                        \duration 64;
-                       \stem -1; [d'' d'' d'' d'']
+                       \stemdown [d'' d'' d'' d'']
                        \duration 128;
-                       \stem -1; [d'' d'' d'' d'']
+                       \stemdown [d'' d'' d'' d'']
+                       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 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']
+                       }
                }
        }
-       \paper{}
+       \paper{
+               gourlay_maxmeasures = 1.;
+       }
 }
+
+