]> git.donarmstrong.com Git - lilypond.git/blob - init/paper16.ly
patch::: 0.1.14.jcn1: Re: mf in redhat spec?
[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.45\pt; % ugh, see table16 for sizes
20         wholewidth = 8.0\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         %
30         interbeam = 2.667\pt;
31
32         gourlay_energybound = 100000.;
33         gourlay_maxmeasures = 14.;
34         castingalgorithm = \Gourlay;
35         \symboltables { \table_sixteen }
36         \include "engraver.ly"
37 }