]> git.donarmstrong.com Git - lilypond.git/blob - init/paper20.ly
release: 0.1.62
[lilypond.git] / init / paper20.ly
1 % paper20.ly
2
3 \include "table20.ly";
4
5 paper_twenty = \paper {
6         staffheight = 20.0\pt;
7         linewidth = 17.0 \cm;
8
9         % ugh see table20 for sizes
10         quartwidth =  6.61\pt;
11         wholewidth = 9.90\pt;
12
13         basicspace = 8.\pt;
14         arithmetic_basicspace = 2.;
15         arithmetic_multiplier = 6.\pt;
16         
17         \symboltables { \table_twenty }
18         \include "params.ly";
19 }
20