]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper20.ly
release: 1.1.41
[lilypond.git] / ly / paper20.ly
1 % paper20.ly
2
3
4 \version "1.0.16";
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         texsetting = "\\input lilyponddefs \\musixtwentydefs ";
34         pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
35         % urg, debugging only
36         scmsetting = "(display \"(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\");\n";
37         scmsetting = "(display \"\\\\input lilyponddefs \\\\musixtwentydefs\");\n";
38
39         -2 = \font "feta13"
40         -1 = \font "feta16"
41         0 = \font "feta20"
42
43         \include "params.ly";
44 }
45