]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/rhythm.ly
release commit
[lilypond.git] / input / rhythm.ly
index e8ab4e3de6b98f456f826a1d047bc71da7233875..4ae370ef1ec349da729e8788caac3758b2f68949 100644 (file)
@@ -1,31 +1,32 @@
+\version "1.7.6"
 \header{
-filename =      "rhythm.ly";
-enteredby =     "HWN";
-copyright =     "public domain";
-TestedFeatures =        "multiple meters, beaming, unsynced bars, userdefd engravers";
+filename =      "rhythm.ly"
+enteredby =     "HWN"
+copyright =     "public domain"
+TestedFeatures =        "multiple meters, beaming, unsynced bars, userdefd engravers"
 }
 
 
 
-\version "1.0.20";
 
-ritme = \notes\transpose c'' {
-       \time  4/4;
-       \partial 8;
+
+ritme =  \notes\transpose c c' {
+       \time  4/4
+       \partial 8
        c8                                      |
        
        [a8~  a8. a8 a16 a16 a16] c4.           |       % watch the beams!
         r32 r32 r16 r8 r4 r2                   |
-       \time   5/16;
+       \time   5/16
 
        % divide measure in 5 equal parts. Usually it 2+3 or 3+2
-       \grouping  16*5 ;       
+               
        [c8 c16 c8 ]                            |       % watch THIS!
         \times 5/4 { [ c16 c16 c16 c16] } |
-       \time   2/8;
+       \time   2/8
        c4                              |
        c4      c4      c4      c4
-       \time 4/4;
+       \time 4/4
        c1 c1 c1
        
 %      [c16 c16 c16 c16 ]                      |
@@ -35,18 +36,14 @@ ritme = \notes\transpose c'' {
         }
        
 
-another = 
-       \notes{ \time 6/4; 
-               c1.  c1. \time 4/4;c4 c4 c4 c4  c1 c1 c1
+another =  
+       \notes \relative c'' { \time 6/4 
+               c1.  c1. \time 4/4c4 c4 c4 c4  c1 c1 c1
         }
 
 
-%
-% Beams are incorrect for the next staff.  They cut through the whole notes.
-%
-
-yanother = 
-       \notes{ \time 4/4; 
+yanother =  
+       \notes{ \time 4/4 
                c1 c1 c1 c4 c4 c4 c4  c1 c1 c1
         }
 
@@ -65,15 +62,15 @@ yanother =
        %% remove Timing_engraver and Bar_number_engraver
  \translator {
  \ScoreContext
- \remove "Timing_engraver";
+ \remove "Timing_engraver"
   }
   \translator {
   \RhythmicStaffContext
-  \consists "Timing_engraver";
+  \consists "Timing_engraver"
   }
   \translator{
   \StaffContext
-  \consists "Timing_engraver";
+  \consists "Timing_engraver"
   }
        }
 }