]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper20.ly
release: 1.1.24
[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         font_finger = 5.;
13         "font_number-1" = 7.;
14         
15         % ugh see table20 for sizes
16         quartwidth =  6.61\pt;
17         wholewidth = 9.90\pt;
18
19
20         arithmetic_basicspace = 2.;
21         arithmetic_multiplier = 6.\pt;
22         texsetting = "\\input lilyponddefs \\musixtwentydefs ";
23         pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
24         % urg, debugging only
25         scmsetting = "(display \"(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\");\n";
26         scmsetting = "(display \"\\\\input lilyponddefs \\\\musixtwentydefs\");\n";
27
28         -2 = \font "feta13"
29         -1 = \font "feta16"
30         0 = \font "feta20"
31
32         \include "params.ly";
33 }
34