]> git.donarmstrong.com Git - lilypond.git/blob - init/paper20.ly
patch::: 0.1.16.jcn1: grotere bolletjes
[lilypond.git] / init / paper20.ly
1 % paper20.ly
2
3 \include "table20.ly"
4
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 = 7.15\pt; % ugh see table20 for sizes
11         wholewidth = 10.44\pt;
12         unitspace = 22.\pt;
13 %       basicspace = 4.\pt;
14 %       geometric = 1.414;
15         geometric = 0.;
16         basicspace = 8.\pt;
17
18         arithmetic_basicspace = 2.;
19         arithmetic_multiplier = 6.\pt;
20         
21         %
22         interbeam = 3.333\pt;
23         gourlay_energybound = 100000.;
24         gourlay_maxmeasures = 12.;
25         
26         castingalgorithm = \Gourlay;
27         \symboltables { \table_twenty }
28 \include "engraver.ly"
29 }
30