]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper16.ly
release: 0.1.62
[lilypond.git] / init / paper16.ly
index 35b411d5d9609bcc6a125c2f57354ff521528134..b9b777403d1c0fb2b7b4fffd9c546c9923c7281c 100644 (file)
@@ -1,6 +1,6 @@
 % paper16.ly
 
-\include "table16.ly"
+\include "table16.ly";
 
 
 %{
@@ -9,42 +9,20 @@ TODO make this somehow parametric. for example the linewidth was
 chosen to look good on A4 paper.  This probably looks less good on US
 paper sizes.
 
-
 %}
+
 paper_sixteen = \paper {
+       staffheight = 16.0\pt;
        linewidth = 15.5 \cm;
-       indent = 10.\mm;
-       rulethickness = 0.4\pt;
-       barsize = 16.0 \pt;
-       interline = 4.\pt;
-       notewidth = 5.93\pt; % ugh, see table16 for sizes
-       wholewidth = 8.64\pt;
-       unitspace = 22.\pt;
-       %geometric = 1.414;
-       basicspace = 4.\pt;
 
-       geometric = 0.;
+       % ugh, see table16 for sizes
+       quartwidth = 5.28\pt;
+       wholewidth = 7.92\pt;
+
+       basicspace = 4.\pt;
        arithmetic_basicspace = 2.;
         arithmetic_multiplier = 4.8\pt;
    
-       % three beams span two interlines, including stafflines:
-       % 2ib + bt = 2 il - st
-       % bt = 0.48(il - st) for now.
-       % 2ib + 0.48il - 0.48 st = 2il - st
-       % 2ib = 1.52il - 0.52 st
-       % ib = 0.76il - 0.26st = 2.94 --jcn
-       % now, it seams rather ib = 0.76il + 0.26st = 3.14
-       % interbeam = 2.94\pt;
-       % No -- hwn
-       interbeam = 3.14\pt;
-
-       gourlay_energybound = 100000.;
-       %{
-       The following bounds the number of measures
-       on a line.  Decreasing it greatly reduces computation time
-       %}
-       gourlay_maxmeasures = 10.;
-       castingalgorithm = \Gourlay;
        \symboltables { \table_sixteen }
-       \include "engraver.ly"
+       \include "params.ly";
 }