]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper11.ly
release: 0.1.62
[lilypond.git] / init / paper11.ly
index ce5bc83169bcdbe8256714afbb4817768b8f748d..4ad47c88aca646115b7041f1f735047b504d724a 100644 (file)
@@ -1,38 +1,20 @@
-% paper20.ly
+% paper11.ly
 
-\include "table11.ly"
+\include "table11.ly";
 
 paper_eleven = \paper {
+       staffheight = 11.0\pt;
        linewidth = 15.0 \cm;
-       indent = 8.0\mm;
-       rulethickness = 0.25\pt;
-       barsize = 11.0 \pt;
-       interline = 2.75\pt;
-       notewidth = 7.15\pt; % ugh see table20 for sizes
-       wholewidth = 10.44\pt;
-       unitspace = 22.\pt;
-%      basicspace = 4.\pt;
-%      geometric = 1.414;
-       geometric = 0.;
-       basicspace = 9.\pt;
 
-       arithmetic_basicspace = 2.;
-        arithmetic_multiplier = 7.\pt;
-       
-       %
-       % three beams span two interlines, including stafflines:
-       % 2 interbeam + beam_thickness = 2 interline - staffline_thickness
-       % ( beam_thickness = 0.48 interline for now...)
-       % interbeam = interline - (beam_thickness + staffline_thickness) / 2
-       % interbeam = 3.6;
-       % ugh: interline *in fact* is rule_thickness + "interline"?
-       interbeam = 3.0\pt;
+        % ugh see table11 for sizes
+       quartwidth = 3.63\pt;
+       wholewidth = 5.45\pt;
 
-       gourlay_energybound = 100000.;
-       gourlay_maxmeasures = 12.;
+       basicspace = 3.\pt;
+       arithmetic_basicspace = 2.;
+        arithmetic_multiplier = 4.8\pt;
        
-       castingalgorithm = \Gourlay;
        \symboltables { \table_eleven }
-\include "engraver.ly"
+       \include "params.ly";
 }