]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper16.ly
c015aa2a1e752224d61fdbcefad47f68b171c9a4
[lilypond.git] / ly / paper16.ly
1 % paper16.ly
2
3
4
5 \version "1.1.52";
6
7 paper_sixteen = \paper {
8         staffheight = 16.0\pt;
9
10         % ugh, see table16 for sizes
11         quartwidth = 5.28\pt;
12         wholewidth = 7.92\pt;
13         
14         font_large = 12.;
15         font_Large = 10.;
16         font_normal = 8.;
17
18         font_finger = 4.;
19         font_volta = 5.;
20         font_number = 8.;
21         font_dynamic = 10.;
22         font_mark = 10.;
23
24         arithmetic_basicspace = 2.;
25         arithmetic_multiplier = 4.8\pt;
26
27 %       scmsetting = "\"\\\\input lilyponddefs \";\n";
28
29         0 = \font "feta16" 
30         -1 = \font "feta13"
31         -2 = \font "feta11"
32         
33         \include "params.ly";
34 }