]> git.donarmstrong.com Git - lilypond.git/blob - init/paper11.ly
release: 1.0.1
[lilypond.git] / init / paper11.ly
1 % paper11.ly
2
3 \include "table11.ly";
4
5 paper_eleven = \paper {
6         staffheight = 11.0\pt;
7         % a4 paper
8         linewidth = 15.0 \cm;
9         textheight = 15.0 \cm;
10
11         % ugh see table11 for sizes
12         quartwidth = 3.63\pt;
13         wholewidth = 5.45\pt;
14
15         basicspace = 3.\pt;
16         arithmetic_basicspace = 2.;
17         arithmetic_multiplier = 4.8\pt;
18         
19         0=\symboltables { \table_eleven }
20         \include "params.ly";
21 }
22