]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper16.ly
release: 1.0.15
[lilypond.git] / init / paper16.ly
index 854324b424cc20491a612063815c57775b0dc055..c7f7352521dd78c1ba5705ab2074af190964fed1 100644 (file)
@@ -1,37 +1,30 @@
 % paper16.ly
 
-\include "table16.ly"
+\include "table13.ly";
+\include "table11.ly";
+\include "table16.ly";
 
 
-%{
 
-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.
+\version "1.0.7";
 
-
-%}
 paper_sixteen = \paper {
+       staffheight = 16.0\pt;
        linewidth = 15.5 \cm;
-       rule_thickness = 0.4\pt;
-       bar_size = 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;
+
+
        arithmetic_basicspace = 2.;
         arithmetic_multiplier = 4.8\pt;
-   
-       %
-       interbeam = 2.667\pt;
-
-       gourlay_energybound = 100000.;
-       gourlay_maxmeasures = 14.;
-       castingalgorithm = \Gourlay;
-       \symboltables { \table_sixteen }
-       \include "engraver.ly"
+       texsetting = "\\input lilyponddefs \\musixsixteendefs ";
+       pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
+
+       0 = \symboltables { \table_sixteen }
+       -1 = \symboltables { \table_thirteen }
+       -2 = \symboltables { \table_eleven }
+       
+       \include "params.ly";
 }