]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper20.ly
308bc86ca46d4d981da782583d684c921da3cb2a
[lilypond.git] / ly / paper20.ly
1 % paper20.ly
2
3
4 \version "1.3.42";
5
6 paper_twenty = \paper {
7         staffheight = 20.0\pt;
8
9         font_large = 12.;
10         font_Large = 12.;       
11         font_normal = 10.;
12         font_script = 8.;
13
14         font_finger = 5.;
15         font_volta = 8.;
16         font_number = 10.;
17         font_mark = 12.;
18
19         % what about:
20         "font_number-1" = 8.;
21         %"font_number" = 10.;
22         "font_number+1" = 12.;
23         
24         % Ugh
25         magnification_dynamic = 2.;
26         
27         % ugh see table20 for sizes
28         quartwidth =  6.61\pt;
29         wholewidth = 9.90\pt;
30
31         -2 = \font "feta13"
32         -1 = \font "feta16"
33         0 = \font "feta20"
34
35         "font_feta-2" = 13.;
36         "font_feta-1" = 16.;
37         "font_feta" = 20.;
38
39         \include "params.ly";
40 }
41
42 \paper { \paper_twenty }