]> git.donarmstrong.com Git - lilypond.git/blob - init/paper16.ly
release: 0.1.47
[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         % 2 interbeam + beam_thickness = 2 interline - staffline_thickness
32         % ( beam_thickness = 0.48 interline for now...)
33         % interbeam = interline - (beam_thickness + staffline_thickness) / 2
34         % interbeam = 2.84;
35         % ugh: interline *in fact* is rule_thickness + "interline"? --jcn
36
37         % No --hwn
38         interbeam = 3.14;
39
40         gourlay_energybound = 100000.;
41         gourlay_maxmeasures = 14.;
42         castingalgorithm = \Gourlay;
43         \symboltables { \table_sixteen }
44         \include "engraver.ly"
45 }