]> git.donarmstrong.com Git - lilypond.git/blob - init/paper16.ly
release: 1.0.1
[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.0";
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         basicspace = 4.\pt;
20         arithmetic_basicspace = 2.;
21         arithmetic_multiplier = 4.8\pt;
22         texsetting = "\\input lilyponddefs \\musixsixteendefs ";
23    
24         0 = \symboltables { \table_sixteen }
25         -1 = \symboltables { \table_thirteen }
26         -2 = \symboltables { \table_eleven }
27         
28         \include "params.ly";
29 }