]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper16.ly
2e1f00139dc494a80023e47bf5b51922ce795089
[lilypond.git] / ly / paper16.ly
1 % paper16.ly
2
3
4
5 \version "1.0.16";
6
7 paper_sixteen = \paper {
8         staffheight = 16.0\pt;
9
10         % ugh, see table16 for sizes
11         quartwidth = 5.28\pt;
12         wholewidth = 7.92\pt;
13         
14         font_large = 12.;
15         font_Large = 10.;
16         font_normal = 8.;
17
18         font_finger = 4.;
19         font_volta = 5.;
20         font_number = 8.;
21               font_dynamic = 10.;
22    font_mark = 10.;
23
24         arithmetic_basicspace = 2.;
25         arithmetic_multiplier = 4.8\pt;
26         texsetting = "\\input lilyponddefs \\musixsixteendefs ";
27         pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
28         scmsetting = "(display \"(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\");\n";
29         scmsetting = "(display \"\\\\input lilyponddefs \\\\musixsixteendefs\");\n";
30
31         0 = \font "feta16" 
32         -1 = \font "feta13"
33         -2 = \font "feta11"
34         
35         \include "params.ly";
36 }