]> git.donarmstrong.com Git - lilypond.git/blob - init/paper16.ly
release: 0.1.62
[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         staffheight = 16.0\pt;
16         linewidth = 15.5 \cm;
17
18         % ugh, see table16 for sizes
19         quartwidth = 5.28\pt;
20         wholewidth = 7.92\pt;
21
22         basicspace = 4.\pt;
23         arithmetic_basicspace = 2.;
24         arithmetic_multiplier = 4.8\pt;
25    
26         \symboltables { \table_sixteen }
27         \include "params.ly";
28 }