]> git.donarmstrong.com Git - lilypond.git/blob - init/paper16.ly
release: 1.0.15
[lilypond.git] / init / paper16.ly
1 % paper16.ly
2
3 \include "table13.ly";
4 \include "table11.ly";
5 \include "table16.ly";
6
7
8
9 \version "1.0.7";
10
11 paper_sixteen = \paper {
12         staffheight = 16.0\pt;
13         linewidth = 15.5 \cm;
14
15         % ugh, see table16 for sizes
16         quartwidth = 5.28\pt;
17         wholewidth = 7.92\pt;
18
19
20         arithmetic_basicspace = 2.;
21         arithmetic_multiplier = 4.8\pt;
22         texsetting = "\\input lilyponddefs \\musixsixteendefs ";
23         pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
24
25         0 = \symboltables { \table_sixteen }
26         -1 = \symboltables { \table_thirteen }
27         -2 = \symboltables { \table_eleven }
28         
29         \include "params.ly";
30 }