]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper20.ly
61f5951ed94bff97d53365ed3c163fd3a4caa4b3
[lilypond.git] / ly / paper20.ly
1 % paper20.ly
2
3
4 \version "1.0.14";
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         
24         % ugh see table20 for sizes
25         quartwidth =  6.61\pt;
26         wholewidth = 9.90\pt;
27
28
29         arithmetic_basicspace = 2.;
30         arithmetic_multiplier = 6.\pt;
31         texsetting = "\\input lilyponddefs \\musixtwentydefs ";
32         pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
33         % urg, debugging only
34         scmsetting = "(display \"(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\");\n";
35         scmsetting = "(display \"\\\\input lilyponddefs \\\\musixtwentydefs\");\n";
36
37         -2 = \font "feta13"
38         -1 = \font "feta16"
39         0 = \font "feta20"
40
41         \include "params.ly";
42 }
43