lilypond-1.1.49
[lilypond.git] / ly / paper20.ly
blob2de985a5f01e9e496d2d9024a1d1de022d17e2ef
1 % paper20.ly
4 \version "1.0.20";
6 paper_twenty = \paper {
7 staffheight = 20.0\pt;
9 font_large = 12.;
10 font_Large = 12.;
11 font_normal = 10.;
13 font_finger = 5.;
14 font_volta = 8.;
15 font_number = 10.;
16 font_mark = 12.;
18 % what about:
19 "font_number-1" = 8.;
20 %"font_number" = 10.;
21 "font_number+1" = 12.;
23 % Ugh
24 magnification_dynamic = 2.;
26 % ugh see table20 for sizes
27 quartwidth = 6.61\pt;
28 wholewidth = 9.90\pt;
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";
39 -2 = \font "feta13"
40 -1 = \font "feta16"
41 0 = \font "feta20"
43 \include "params.ly";