]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper20.ly
release: 1.1.15
[lilypond.git] / init / paper20.ly
index e2878e6de7bbf2a4efe38794232975e485b3b98e..69c36b358dff3728c30f2181e464d5c59e37b19f 100644 (file)
@@ -1,30 +1,32 @@
 % paper20.ly
 
-\include "table20.ly"
+\include "table20.ly";
+
+ \include "table13.ly";
+ \include "table16.ly";
+
+\version "1.0.14";
 
 paper_twenty = \paper {
-       linewidth = 15.0 \cm;
-       rule_thickness = 0.4\pt;
-       bar_size = 20.0 \pt;
-       interline = 5.\pt;
-       notewidth = 6.0\pt;
-       wholewidth = 7.5\pt;
-       unitspace = 22.\pt;
-%      basicspace = 4.\pt;
-%      geometric = 1.414;
-       geometric = 0.;
-       basicspace = 8.\pt;
+       staffheight = 20.0\pt;
+
+       % ugh see table20 for sizes
+       quartwidth =  6.61\pt;
+       wholewidth = 9.90\pt;
+
 
        arithmetic_basicspace = 2.;
         arithmetic_multiplier = 6.\pt;
-       
-       %
-       interbeam = 2.667\pt;
-       gourlay_energybound = 100000.;
-       gourlay_maxmeasures = 12.;
-       
-       castingalgorithm = \Gourlay;
-       \symboltables { \table_twenty }
-       \requesttranslator { \orchestral_score_translator }
+       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 = \symboltables { \table_thirteen }  
+       -1 = \symboltables { \table_sixteen }
+       0 = \symboltables { \table_twenty }
+
+       \include "params.ly";
 }