]> git.donarmstrong.com Git - lilypond.git/blob - init/paper20.ly
release: 0.1.48
[lilypond.git] / init / paper20.ly
1 % paper20.ly
2
3 \include "table20.ly"
4
5 paper_twenty = \paper {
6         linewidth = 15.0 \cm;
7         indent = 12.\mm;
8         rulethickness = 0.4\pt;
9         barsize = 20.0 \pt;
10         interline = 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 = 8.\pt;
18
19         arithmetic_basicspace = 2.;
20         arithmetic_multiplier = 6.\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 = 3.70
28         % now, it seams rather ib = 0.76il + 0.26st = 3.90
29         % interbeam = 3.70\pt;
30         interbeam = 3.90\pt;
31
32         gourlay_energybound = 100000.;
33         gourlay_maxmeasures = 12.;
34         
35         castingalgorithm = \Gourlay;
36         \symboltables { \table_twenty }
37 \include "engraver.ly"
38 }
39