]> git.donarmstrong.com Git - lilypond.git/blob - init/paper20.ly
a67683b6552e5b56bd1ea7ef743d746c6b9c179d
[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.7";
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
23         -2 = \symboltables { \table_thirteen }  
24         -1 = \symboltables { \table_sixteen }
25         0 = \symboltables { \table_twenty }
26         
27         \include "params.ly";
28 }
29