]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper20.ly
release: 1.1.15
[lilypond.git] / init / paper20.ly
index 372a36d158dc1b07c1d9642ce898951b9605553f..69c36b358dff3728c30f2181e464d5c59e37b19f 100644 (file)
@@ -1,29 +1,32 @@
 % paper20.ly
 
-\include "table20.ly"
-
-Gourlay = 1.0
-Wordwrap = 0.0
-
-default_paper = \paper {
-       linewidth = 15.0 \cm;
-       rule_thickness = 0.4\pt;
-       bar_size = 20.0 \pt;
-       interline = 4.\pt;
-       notewidth = 5.0\pt;
-       wholewidth = 4.8\pt;
-       unitspace = 22.\pt;
-%      basicspace = 4.\pt;
-%      geometric = 1.414;
-       geometric = 0.;
-       basicspace = 8.\pt;
-       
-       %
-       interbeam = 2.667\pt;
-       gourlay_energybound = 50000.;
-       gourlay_maxmeasures = 6.;
-       
-       castingalgorithm = \Gourlay;
-       \symboltables { \table_twenty }
-       \requesttranslator { \orchestral_score_translator }
+\include "table20.ly";
+
+ \include "table13.ly";
+ \include "table16.ly";
+
+\version "1.0.14";
+
+paper_twenty = \paper {
+       staffheight = 20.0\pt;
+
+       % 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 = \symboltables { \table_thirteen }  
+       -1 = \symboltables { \table_sixteen }
+       0 = \symboltables { \table_twenty }
+
+       \include "params.ly";
 }
+