]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/rhythm.ly
release: 0.1.11
[lilypond.git] / input / rhythm.ly
index 042d9cddc0cc7e798f388c203a729b0a9187cb49..8f897af1263cf8dfcf8f76288bcb5d34f636cd8d 100644 (file)
@@ -1,28 +1,20 @@
-%{MudelaHeader
 
- filename:rhythm.ly
- title:
- description: 
- composers:
- entered-by:HWN
- copyright:public domain
-
- Tested Features: multiple meters, beaming
+\header{
+ filename      rhythm.ly
+ entered-by    HWN
+ copyright     public domain
+ Tested Features        multiple meters, beaming
        unsynced bars
-EndMudelaHeader
+}
+%{
+has to be revised for 0.1.12
 %}
-\version "0.0.57";
 
-%
-%      Ive' got rhythm!
-%
-% add any impressive examples here, please
 
-\version "0.0.57";
 
-ritme = \staff {
-       melodicregs
-       \melodic{ %\octave ;
+\version "0.1.1";
+
+ritme = \melodic{ %\octave ;
        \partial 8;
        \octave c';
        \meter  4/4;
@@ -35,7 +27,7 @@ ritme = \staff {
        % divide measure in 5 equal parts. Usually it 2+3 or 3+2
        \grouping  16*5 ;       
        [c8 c16 c8 ]                            |       % watch THIS!
-        [c16 c16 c16 c16]5/4 |
+        [5/4 c16 c16 c16 c16]1/1 |
        \meter   2/8;
        c4                              |
        c4      c4      c4      c4
@@ -48,29 +40,26 @@ ritme = \staff {
        
         }
        
-}
-another = \staff {
-       melodicregs
+
+another = 
        \melodic{ \meter 4/4; 
                c1.  c1. c4 c4 c4 c4  \meter  4/4; c1 c1 c1
         }
-}
 
-yanother = \staff      { 
-       melodicregs
+
+yanother = 
        \melodic{ \meter 4/4; 
                c1 c1 c1 c4 c4 c4 c4  c1 c1 c1
         }
-}
+
 
 \score{
-       ritme
-       another
-       yanother
+        < \multi 3;
+               \ritme
+               \another
+               \yanother
+       >
        
-       \midi { }
        \paper{
-               \unitspace 2\cm
-               \geometric 1.3
        }
 }