]> git.donarmstrong.com Git - lilypond.git/blob - init/paper26.ly
357e9c2b347cf18780e3c7a5d11aef8f8f46404c
[lilypond.git] / init / paper26.ly
1 % paper26.ly
2
3 \include "table26.ly";
4
5 paper_twentysix = \paper {
6         staffheight = 20.0\pt;
7         papersize = "a4";
8
9         % ugh see table26 for sizes
10         notewidth = 8.59\pt
11         wholewidth = 12.87\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         linewidth = linewidth20;
20         textheight = textheight20;
21 }
22