]> git.donarmstrong.com Git - lilypond.git/blob - init/paper20.ly
e3a3013d50e84a850c67ecbc2956ae810ff6f540
[lilypond.git] / init / paper20.ly
1 % paper20.ly
2
3 \include "table20.ly";
4
5  \include "table13.ly";
6  \include "table16.ly";
7
8 \version "1.0.10";
9
10 paper_twenty = \paper {
11         staffheight = 20.0\pt;
12
13         % ugh see table20 for sizes
14         quartwidth =  6.61\pt;
15         wholewidth = 9.90\pt;
16
17
18         arithmetic_basicspace = 2.;
19         arithmetic_multiplier = 6.\pt;
20         texsetting = "\\input lilyponddefs \\musixtwentydefs ";
21         pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
22         % urg, debugging only
23         scmsetting = "(display \"(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\");\n";
24         scmsetting = "(display \"\\\\input lilyponddefs \\\\musixtwentydefs\");\n";
25
26         -2 = \symboltables { \table_thirteen }  
27         -1 = \symboltables { \table_sixteen }
28         0 = \symboltables { \table_twenty }
29
30         \include "params.ly";
31 }
32