]> git.donarmstrong.com Git - lilypond.git/blob - init/paper26.ly
release: 0.1.48
[lilypond.git] / init / paper26.ly
1 % paper20.ly
2
3 \include "table26.ly"
4
5 paper_twentysix = \paper {
6         linewidth = 15.0 \cm;
7         indent = 12.0\mm;
8         rulethickness = 0.5\pt;
9         barsize = 26.0 \pt;
10         interline = 6.5\pt;
11         notewidth = 7.15\pt; % ugh see table20 for sizes
12         wholewidth = 10.44\pt;
13         unitspace = 22.\pt;
14 %       basicspace = 4.\pt;
15 %       geometric = 1.414;
16         geometric = 0.;
17         basicspace = 9.\pt;
18
19         arithmetic_basicspace = 2.;
20         arithmetic_multiplier = 7.\pt;
21         
22         % three beams span two interlines, including stafflines:
23         % 2ib + bt = 2 il - st
24         % bt = 0.48(il - st) for now.
25         % 2ib + 0.48il - 0.48 st = 2il - st
26         % 2ib = 1.52il - 0.52 st
27         % ib = 0.76il - 0.26st = 4.81
28         % interbeam = 4.81\pt;
29         % now, it seams rather ib = 0.76il + 0.26st = 5.07
30         interbeam = 5.07\pt;
31
32         gourlay_energybound = 100000.;
33         gourlay_maxmeasures = 12.;
34         
35         castingalgorithm = \Gourlay;
36         \symboltables { \table_twentysix }
37 \include "engraver.ly"
38 }
39