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