]> git.donarmstrong.com Git - lilypond.git/blob - init/paper13.ly
partial: 1.0.1.jcn
[lilypond.git] / init / paper13.ly
1 % paper13.ly
2
3 \include "table13.ly";
4
5 paper_thirteen = \paper {
6         staffheight = 13.0\pt;
7         % a4 paper
8         linewidth = 15.0 \cm;
9         textheight = 18.0 \cm;
10
11         % ugh see table13 for sizes
12         quartwidth = 4.29\pt;
13         wholewidth = 6.44\pt;
14
15         basicspace = 3.\pt;
16         arithmetic_basicspace = 2.;
17         arithmetic_multiplier = 4.8\pt;
18         
19         \symboltables { \table_thirteen }
20         \include "params.ly";
21         \include "a4.ly";
22 }
23