]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/spacing.ly
release: 1.1.15
[lilypond.git] / input / test / spacing.ly
index db64053342a947ea891a02eac0a2a66b7bb9475d..13fe18350f4429be46fd13955f2236ee60b0d13c 100644 (file)
@@ -6,9 +6,9 @@ copyright =      "public domain";
 TestedFeatures =        "This file tests various spacings";
 }
 
-\version "1.0.2";
+\version "1.0.14";
 
-multipart = \melodic
+multipart = \notes
     \type StaffGroup < 
                 { 
                    c4
@@ -21,34 +21,34 @@ multipart = \melodic{
                    [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 
+                   \times 2/3 { [ c8 c c] } 
+                   \times 2/3 { [ c c c] } 
+                   \times 2/3 { [c c c] } \times 2/3 { [c c c] } 
                 }
                 { 
-                   [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 
+                   \times 2/4 { [ c8 c c c] }
+                   \times 2/4 { [ c c c c] } 
+                   \times 2/4 { [c c c c] } \times 2/4 { [c c c c] } 
                 }
                 { 
-                   [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 
+                   \times 2/5 { [ c8 c c c c] } 
+                   \times 2/5 { [ c c c c c] } 
+                   \times 2/5 { [c c c c c] } \times 2/5 { [c c c c c] } 
                 }
                 { 
-                   [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 
+                   \times 2/6 { [c8 c c c c c] } 
+                   \times 2/6 { [c  c c c c c] } 
+                   \times 2/6 { [c c c c c c] } \times 2/6 { [c c c c c c] } 
                 }
                 { 
-                   [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 
+                   \times 2/7 { [c8 c c c c c c] } 
+                   \times 2/7 { [c c  c c c c c] } 
+                   \times 2/7 { [c c c c c c c] } \times 2/7 { [c c c c c c c] } 
                 }
             >
        }
 
-singlepart = \melodic
+singlepart = \notes
        c4 d e f
        c4 d e [f8 f]
        c4 d e f8 [f16 f]
@@ -59,7 +59,7 @@ singlepart = \melodic{
     }
     
     \score{
-    \melodic { 
+    \notes { 
 %      \singlepart 
        \multipart 
     }