lilypond-0.1.16
[lilypond.git] / init / paper20.ly
blob7f21f0aa1754d11e0fe9af59d7e1afc7a977e016
1 % paper20.ly
3 \include "table20.ly"
5 paper_twenty = \paper {
6 linewidth = 15.0 \cm;
7 rule_thickness = 0.4\pt;
8 bar_size = 20.0 \pt;
9 interline = 5.\pt;
10 notewidth = 6.7\pt; % ugh see table20 for sizes
11 wholewidth = 10.0\pt;
12 unitspace = 22.\pt;
13 % basicspace = 4.\pt;
14 % geometric = 1.414;
15 geometric = 0.;
16 basicspace = 8.\pt;
18 arithmetic_basicspace = 2.;
19 arithmetic_multiplier = 6.\pt;
22 interbeam = 3.333\pt;
23 gourlay_energybound = 100000.;
24 gourlay_maxmeasures = 12.;
26 castingalgorithm = \Gourlay;
27 \symboltables { \table_twenty }
28 \include "engraver.ly"