lilypond-0.1.55
[lilypond.git] / init / paper16.ly
blob091048ee8a21350a6b257cc489d0071d4e9dc8f3
1 % paper16.ly
3 \include "table16.ly"
6 %{
8 TODO make this somehow parametric. for example the linewidth was
9 chosen to look good on A4 paper. This probably looks less good on US
10 paper sizes.
14 paper_sixteen = \paper {
15 linewidth = 15.5 \cm;
16 indent = 10.\mm;
17 rulethickness = 0.4\pt;
18 barsize = 16.0 \pt;
19 interline = 4.\pt;
20 notewidth = 5.93\pt; % ugh, see table16 for sizes
21 wholewidth = 8.64\pt;
22 unitspace = 22.\pt;
23 %geometric = 1.414;
24 basicspace = 4.\pt;
26 geometric = 0.;
27 arithmetic_basicspace = 2.;
28 arithmetic_multiplier = 4.8\pt;
30 % three beams span two interlines, including stafflines:
31 % 2ib + bt = 2 il - st
32 % bt = 0.48(il - st) for now.
33 % 2ib + 0.48il - 0.48 st = 2il - st
34 % 2ib = 1.52il - 0.52 st
35 % ib = 0.76il - 0.26st = 2.94 --jcn
36 % now, it seams rather ib = 0.76il + 0.26st = 3.14
37 % interbeam = 2.94\pt;
38 % No -- hwn
39 interbeam = 3.14\pt;
41 gourlay_energybound = 100000.;
42 gourlay_maxmeasures = 14.;
43 castingalgorithm = \Gourlay;
44 \symboltables { \table_sixteen }
45 \include "engraver.ly"