]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper20.ly
release: 1.1.62
[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         -2 = \font "feta13"
31         -1 = \font "feta16"
32         0 = \font "feta20"
33
34         \include "params.ly";
35 }
36
37 \paper { \paper_twenty }