]> git.donarmstrong.com Git - lilypond.git/blob - init/paper16.ly
patch::: 0.1.38.jcn1: biem pats
[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         rule_thickness = 0.4\pt;
17         bar_size = 16.0 \pt;
18         interline = 4.\pt;
19         notewidth = 5.93\pt; % ugh, see table16 for sizes
20         wholewidth = 8.64\pt;
21         unitspace = 22.\pt;
22         %geometric = 1.414;
23         basicspace = 4.\pt;
24
25         geometric = 0.;
26         arithmetic_basicspace = 2.;
27         arithmetic_multiplier = 4.8\pt;
28    
29         % three beams span two interlines, including stafflines:
30         % 2 interbeam + beam_thickness = 2 interline - staffline_thickness
31         % ( beam_thickness = 0.48 interline for now...)
32         % interbeam = interline - (beam_thickness + staffline_thickness) / 2
33         % interbeam = 2.84;
34         % ugh: interline *in fact* is rule_thickness + "interline"?
35         interbeam = 3.14;
36
37         gourlay_energybound = 100000.;
38         gourlay_maxmeasures = 14.;
39         castingalgorithm = \Gourlay;
40         \symboltables { \table_sixteen }
41         \include "engraver.ly"
42 }