]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper20.ly
release: 1.1.15
[lilypond.git] / init / paper20.ly
index 0375e79def6cd7af10d4f5f4365619d9ca3045b6..69c36b358dff3728c30f2181e464d5c59e37b19f 100644 (file)
@@ -2,19 +2,31 @@
 
 \include "table20.ly";
 
+ \include "table13.ly";
+ \include "table16.ly";
+
+\version "1.0.14";
+
 paper_twenty = \paper {
        staffheight = 20.0\pt;
-       linewidth = 17.0 \cm;
 
        % ugh see table20 for sizes
        quartwidth =  6.61\pt;
        wholewidth = 9.90\pt;
 
-       basicspace = 8.\pt;
+
        arithmetic_basicspace = 2.;
         arithmetic_multiplier = 6.\pt;
-       
-       \symboltables { \table_twenty }
+       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";
 }