]> git.donarmstrong.com Git - lilypond.git/blob - init/paper16.ly
35b411d5d9609bcc6a125c2f57354ff521528134
[lilypond.git] / init / paper16.ly
1 % paper16.ly
2
3 \include "table16.ly"
4
5
6 %{
7
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.
11
12
13 %}
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;
25
26         geometric = 0.;
27         arithmetic_basicspace = 2.;
28         arithmetic_multiplier = 4.8\pt;
29    
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;
40
41         gourlay_energybound = 100000.;
42         %{
43         The following bounds the number of measures
44         on a line.  Decreasing it greatly reduces computation time
45         %}
46         gourlay_maxmeasures = 10.;
47         castingalgorithm = \Gourlay;
48         \symboltables { \table_sixteen }
49         \include "engraver.ly"
50 }