]> git.donarmstrong.com Git - lilypond.git/blob - init/paper20.ly
partial: 1.0.1.jcn
[lilypond.git] / init / paper20.ly
1 % paper20.ly
2
3 \include "table20.ly";
4
5 paper_twenty = \paper {
6         staffheight = 20.0\pt;
7         % where to get papersize (e.g. a5, letter)
8         papersize = "a4";
9
10         % ugh see table20 for sizes
11         quartwidth =  6.61\pt
12         wholewidth = 9.90\pt
13
14         basicspace = 8.\pt;
15         arithmetic_basicspace = 2.;
16         arithmetic_multiplier = 6.\pt;
17         
18         \symboltables { \table_twenty }
19         \include "params.ly";
20 }
21