]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/spacing.ly
release: 0.1.39
[lilypond.git] / input / spacing.ly
index fb1f1085c0b603f705147d583191023923492fe8..10bb206640a726013553b73f7a77dd8a251bd7b0 100644 (file)
@@ -8,15 +8,63 @@ TestedFeatures =       "This file tests various spacings";
 
 \version "0.1.7";
 
-\score{
-    \melodic{ 
+multipart = \melodic{ 
+    \multi 3 < 
+                { 
+                   c4
+                   c 
+                   c c 
+                }
+                { 
+                   [c8 c] 
+                   [c c] 
+                   [c c] [c c] 
+                }
+                { 
+                   [2/3 c8 c c]1/1 
+                   [2/3 c c c]1/1 
+                   [2/3c c c]1/1 [2/3c c c]1/1 
+                }
+                { 
+                   [2/4 c8 c c c]1/1
+                   [2/4 c c c c]1/1 
+                   [2/4c c c c]1/1 [2/4c c c c]1/1 
+                }
+                { 
+                   [2/5 c8 c c c c]1/1 
+                   [2/5 c c c c c]1/1 
+                   [2/5c c c c c]1/1 [2/5c c c c c]1/1 
+                }
+                { 
+                   [2/6c8 c c c c c]1/1 
+                   [2/6c  c c c c c]1/1 
+                   [2/6c c c c c c]1/1 [2/6c c c c c c]1/1 
+                }
+                { 
+                   [2/7c8 c c c c c c]1/1 
+                   [2/7c c  c c c c c]1/1 
+                   [2/7c c c c c c c]1/1 [2/7c c c c c c c]1/1 
+                }
+            >
+       }
+
+singlepart = \melodic{ 
        c4 d e f
        c4 d e [f8 f]
        c4 d e f8 [f16 f]
        c4 d e f8 f16 [f32 f]
        c4 d e f8 f16 f32 [f64 f]
+       c4 c4 c4 c4
+       
+    }
+    
+    \score{
+    \melodic { 
+       \singlepart 
+       \multipart 
     }
     \paper {
+%    linewidth= 18.\cm;
 %      gourlay_maxmeasures = 4.0
     }
 }