]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.47
authorfred <fred>
Sun, 24 Mar 2002 19:37:50 +0000 (19:37 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:37:50 +0000 (19:37 +0000)
input/rhythm.ly

index d61b04f883d7515e292b28490dee9345b750d737..5739294fbfdcdda04dbd73bcd447828e2ee1ccfb 100644 (file)
@@ -4,9 +4,10 @@
 % add any impressive examples here, please
 
 ritme = \staff {
-       \rhythmic{ 
-       \partial {1*8}  % doesnt' have to be here. 
-               \meter{ 4/4}
+       melodicregs
+       \melodic{ %\octave {c}
+       \partial {8}    
+       \meter{ 4/4}
        c8                                      |
        
        [a8() a8. a8 a16 a16 a16] c4.           |       % watch the beams!
@@ -16,7 +17,7 @@ ritme = \staff {
        % divide measure in 5 equal parts. Usually it 2+3 or 3+2
        \grouping { 5*16 }      
        [c8 c16 c8 ]                            |       % watch THIS!
-       \plet{5/4} [c16 c16 c16 c16]\plet{1/1} |
+        [c16 c16 c16 c16]5/4 |
        \meter{  2/8}
        c4                              |
        c4      c4      c4      c4
@@ -28,22 +29,15 @@ ritme = \staff {
 %      [c16 c16 c16 c16 c16 ]                  |       
        
         }
-
-       %
-       % The \co\mmands section takes the same stuff that \music { } takes;
-       % the \co\mmands issued below could have been issued inside the above
-       % \music block;
-       %
-
        
 }
-another = \staff{
+another = \staff{      melodicregs
        \melodic{ \meter{ 4/4} 
                c1 c1 c1 c4 c4 c4 c4  \meter{ 4/4} c1 c1 c1
         }
 }
 
-yanother = \staff{
+yanother = \staff{     melodicregs
        \melodic{ \meter{ 4/4} 
                c1 c1 c1 c4 c4 c4 c4  c1 c1 c1
         }