]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper20.ly
3af633c2cf257914ec31a02ae711decc23176df8
[lilypond.git] / ly / paper20.ly
1 % paper20.ly
2
3
4 \version "1.3.93";
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_timesig = 10.;
18         font_mark = 12.;
19         font_msam = 9.;
20
21         % what about:
22         "font_number-1" = 8.;
23         %"font_number" = 10.;
24         "font_number+1" = 12.;
25         
26         % Ugh
27         magnification_dynamic = 2.;
28         
29         0 = \font "feta20"
30         -1 = \font "feta16"
31         -2 = \font "feta13"
32         -3 = \font "feta11"
33
34         "font_feta" = 20.;
35         "font_feta-1" = 16.;
36         "font_feta-2" = 13.;
37         "font_feta-3" = 11.;
38
39         \include "params.ly";
40 }
41
42 \paper { \paper_twenty }