]> git.donarmstrong.com Git - lilypond.git/blob - init/paper26.ly
release: 1.0.11
[lilypond.git] / init / paper26.ly
1 % paper26.ly
2
3 \include "table26.ly";
4
5 paper_twentysix = \paper {
6         staffheight = 26.0\pt;
7         papersize = "a4";
8
9         % ugh see table26 for sizes
10         notewidth = 8.59\pt
11         wholewidth = 12.87\pt;
12
13         arithmetic_basicspace = 2.;
14         arithmetic_multiplier = 6.\pt;
15         
16         0=\symboltables { \table_twentysix }
17         \include "params.ly";
18         linewidth = linewidth20;
19         textheight = textheight20;
20 }
21