]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper26.ly
release: 0.1.62
[lilypond.git] / init / paper26.ly
index f7ba97952ffa32c5e56405a9d46f578ec844ea45..1e38b8bec8ffc65bdcc8588f81bcc1121110ffc4 100644 (file)
@@ -1,39 +1,20 @@
-% paper20.ly
+% paper26.ly
 
-\include "table26.ly"
+\include "table26.ly";
 
 paper_twentysix = \paper {
-       linewidth = 15.0 \cm;
-       indent = 12.0\mm;
-       rulethickness = 0.5\pt;
-       barsize = 26.0 \pt;
-       interline = 6.5\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;
+       staffheight = 20.0\pt;
+       linewidth = 17.0 \cm;
 
-       arithmetic_basicspace = 2.;
-        arithmetic_multiplier = 7.\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 = 4.81
-       % interbeam = 4.81\pt;
-       % now, it seams rather ib = 0.76il + 0.26st = 5.07
-       interbeam = 5.07\pt;
+       % ugh see table26 for sizes
+       notewidth = 8.59\pt
+       wholewidth = 12.87\pt;
 
-       gourlay_energybound = 100000.;
-       gourlay_maxmeasures = 12.;
+       basicspace = 8.\pt;
+       arithmetic_basicspace = 2.;
+        arithmetic_multiplier = 6.\pt;
        
-       castingalgorithm = \Gourlay;
-       \symboltables { \table_twentysix }
-\include "engraver.ly"
+       \symboltables { \table_twenty }
+       \include "params.ly";
 }