]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/spacing.ly
Fixes documentation.
[lilypond.git] / input / test / spacing.ly
index 88e7eb85d49b0a99427d21e97db6c3202a0d6ea4..cd1021a7b0db05c824cf8e00dff3cbe6825f6c27 100644 (file)
@@ -1,54 +1,81 @@
+\version "1.7.6"
 \header{
-title= "Spacing";
-subtitle = "proofsheet"; 
-enteredby =     "jcn";
-copyright =     "public domain";
-TestedFeatures =        "This file tests various spacings";
+title= "Spacing"
+subtitle =  "proofsheet" 
+enteredby =     "jcn"
+copyright =     "public domain"
+TestedFeatures =        "This file tests various spacings"
 }
 
-\version "0.1.14";
 
-multipart = \melodic{ 
-    \multi 3 < 
-                { 
+
+multipart =  \notes \relative c'{ 
+    \context StaffGroup < 
+                \context Staff = one \context Voice { 
                    c4
                    c 
                    c c 
                 }
-                { 
+                \context Staff = two \context Voice 
                    [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 
+                \context Staff = three \context Voice { 
+                   \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 
+                \context Staff = four \context Voice 
+                   \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 
+                \context Staff = five \context Voice { 
+                   \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] } 
+               }
+                \context Staff = six \context Voice { 
+                   \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/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 
+                \context Staff = seven \context Voice { 
+                   \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] } 
                 }
-                { 
-                   [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 
+                \context Staff = eight \context Voice { 
+                   \times 2/8 { [c8 c c c c c c c] } 
+                   \times 2/8 { [c  c c c c c c c] } 
+                   \times 2/8 { [c  c c c c c c c] } 
+                  \times 2/8 { [c  c c c c c c c] } 
+               }
+                \context Staff = nine  \context Voice { 
+                   \times 2/9 { [c8 c c c c c c c c] } 
+                   \times 2/9 { [c  c c c c c c c c] } 
+                   \times 2/9 { [c  c c c c c c c c] } 
+                  \times 2/9 { [c  c c c c c c c c] } 
+               }
+                \context Staff = ten  \context Voice { 
+                   \times 2/10 { [c8 c c c c c c c c c] } 
+                   \times 2/10 { [c  c c c c c c c c c] } 
+                   \times 2/10 { [c  c c c c c c c c c] } 
+                  \times 2/10 { [c  c c c c c c c c c] } 
+               }
+                \context Staff = eleven  \context Voice { 
+                   \times 2/11 { [c8 c c c c c c c c c c] } 
+                   \times 2/11 { [c  c c c c c c c c c c] } 
+                   \times 2/11 { [c  c c c c c c c c c c] } 
+                  \times 2/11 { [c  c c c 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,12 +86,13 @@ singlepart = \melodic{
     }
     
     \score{
-    \melodic { 
+    \notes { 
 %      \singlepart 
        \multipart 
     }
     \paper {
-%    linewidth= 18.\cm;
-%      gourlay_maxmeasures = 4.0
+      indent = 0.0 \cm
+      linewidth= 20.0\cm
     }
 }
+%% new-chords-done %%