]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper20.ly
release: 1.0.10
[lilypond.git] / init / paper20.ly
index b2f0b3ed225c604eea4a7db47c48ea973e333af8..955f164eecb20ce764e05bd00566fce0911ad30e 100644 (file)
@@ -1,31 +1,31 @@
 % 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 = 5.\pt;
-       notewidth = 6.0\pt;
-       wholewidth = 4.8\pt;
-       unitspace = 22.\pt;
-%      basicspace = 4.\pt;
-%      geometric = 1.414;
-       geometric = 0.;
-       
-       arithmetic_basicspace = 2.5;
-        arithmetic_multiplier = 4.8\pt;
+\include "table20.ly";
+
+ \include "table13.ly";
+ \include "table16.ly";
+
+\version "1.0.4";
+
+paper_twenty = \paper {
+       staffheight = 20.0\pt;
+       % where to get papersize (e.g. a5, letter)
+       papersize = "a4";
 
-       %
-       interbeam = 2.667\pt;
-       gourlay_energybound = 100000.;
-       gourlay_maxmeasures = 8.;
+       % ugh see table20 for sizes
+       quartwidth =  6.61\pt
+       wholewidth = 9.90\pt
+
+       basicspace = 8.\pt;
+       arithmetic_basicspace = 2.;
+        arithmetic_multiplier = 6.\pt;
+       texsetting = "\\input lilyponddefs \\musixtwentydefs ";
+
+
+       -2 = \symboltables { \table_thirteen }  
+       -1 = \symboltables { \table_sixteen }
+       0 = \symboltables { \table_twenty }
        
-       castingalgorithm = \Gourlay;
-       \symboltables { \table_twenty }
-       \requesttranslator { \orchestral_score_translator }
+       \include "params.ly";
 }
+