]> git.donarmstrong.com Git - lilypond.git/blob - init/paper20.ly
4da2520dd5ddf42792a168703a39f01f81c1a8e2
[lilypond.git] / init / paper20.ly
1 % paper20.ly
2
3 \include "table20.ly";
4
5  \include "table13.ly";
6  \include "table16.ly";
7
8 \version "1.0.3";
9
10 paper_twenty = \paper {
11         staffheight = 20.0\pt;
12         % where to get papersize (e.g. a5, letter)
13         papersize = "a4";
14
15         % ugh see table20 for sizes
16         quartwidth =  6.61\pt
17         wholewidth = 9.90\pt
18
19         basicspace = 8.\pt;
20         arithmetic_basicspace = 2.;
21         arithmetic_multiplier = 6.\pt;
22         texsetting = "\\input lilyponddefs \\musixtwentydefs ";
23
24
25         -2 = \symboltables { \table_thirteen }  
26         -1 = \symboltables { \table_sixteen }
27         0 = \symboltables { \table_twenty }
28         
29         \include "params.ly";
30 }
31