]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper-musa9.ly
partial: 1.3.25.jcn
[lilypond.git] / ly / paper-musa9.ly
1 % paper-musa.ly
2
3 \version "1.3.24";
4
5 paper_musa_nine = \paper {
6         staffheight = 9.\char;
7
8         font_large = 12.;
9         font_Large = 12.;       
10         font_normal = 10.;
11         font_script = 8.;
12
13         font_finger = 1.;
14         font_volta = 1.;
15         font_number = 1.;
16         font_mark = 1.;
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 =  3.\char;
28         wholewidth = 3.\char;
29
30         -2 = \font "musa9"
31         -1 = \font "musa9"
32         0 = \font "musa9"
33
34         "font_feta-2" = 9.;
35         "font_feta-1" = 9.;
36         "font_feta" = 9.;
37
38         \include "params-musa.ly";
39 }
40
41 \paper { \paper_musa_nine }