]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper20.ly
patch::: 1.3.45.jcn1
[lilypond.git] / ly / paper20.ly
index 61f5951ed94bff97d53365ed3c163fd3a4caa4b3..aeb925a834eeac047cec522e532116499d9a5d9e 100644 (file)
@@ -1,7 +1,7 @@
 % paper20.ly
 
 
-\version "1.0.14";
+\version "1.3.42";
 
 paper_twenty = \paper {
        staffheight = 20.0\pt;
@@ -9,6 +9,7 @@ paper_twenty = \paper {
        font_large = 12.;
        font_Large = 12.;       
        font_normal = 10.;
+       font_script = 8.;
 
        font_finger = 5.;
        font_volta = 8.;
@@ -19,25 +20,25 @@ paper_twenty = \paper {
        "font_number-1" = 8.;
        %"font_number" = 10.;
        "font_number+1" = 12.;
-
+       
+       % Ugh
+       magnification_dynamic = 2.;
        
        % ugh see table20 for sizes
        quartwidth =  6.61\pt;
        wholewidth = 9.90\pt;
 
-
-       arithmetic_basicspace = 2.;
-        arithmetic_multiplier = 6.\pt;
-       texsetting = "\\input lilyponddefs \\musixtwentydefs ";
-       pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
-       % urg, debugging only
-       scmsetting = "(display \"(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\");\n";
-       scmsetting = "(display \"\\\\input lilyponddefs \\\\musixtwentydefs\");\n";
-
-       -2 = \font "feta13"
-       -1 = \font "feta16"
        0 = \font "feta20"
+       -1 = \font "feta16"
+       -2 = \font "feta13"
+       -3 = \font "feta11"
+
+       "font_feta" = 20.;
+       "font_feta-1" = 16.;
+       "font_feta-2" = 13.;
+       "font_feta-3" = 11.;
 
        \include "params.ly";
 }
 
+\paper { \paper_twenty }