]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 24 Mar 2002 20:11:13 +0000 (20:11 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:11:13 +0000 (20:11 +0000)
input/test/font20.ly

index e78f752bd460bc213d6a51cf0630263bca3db7aa..d0884925a73402bb3ad8f0e99b58cf63abc93ce7 100644 (file)
@@ -8,13 +8,12 @@ TestedFeatures =
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\include "paper20.ly"
 \include "font-body.ly"
+
 \score{
-       \FontBody
+       \type Staff { \FontBody}
        \paper{
-           \paper_twenty
            linewidth = 17.5 \cm;
            gourlay_maxmeasures =5.;
        }
-       }
+}