]> git.donarmstrong.com Git - lilypond.git/blob - init/params.ly
f6313c648bcf06ad754a89e693c00d5d808cf9d7
[lilypond.git] / init / params.ly
1 % params.ly
2 % generic paper parameters
3
4 interline = staffheight / 4.0;
5 internote = interline / 2.0;
6 staffline = interline / 10.0;
7
8 beam_thickness = 0.48 * (interline - staffline);
9 interbeam = (2.0 * interline - beam_thickness) / 2.0;
10 interbeam4 = (3.0 * interline - beam_thickness) / 3.0;
11
12 % OSU: suggested gap = ss / 5;
13 slur_x_gap = interline / 5.0;
14 slur_x_minimum = 2.0 * interline;
15 tie_x_minimum = slur_x_minimum;
16 tie_x_gap = slur_x_gap;
17
18 % ugh: rename to bow (in bezier.cc and fonts.doc too...)
19 slur_thickness = 1.8 * staffline;
20 slur_height_limit = staffheight;
21 slur_ratio = 1.0 / 3.0;
22 slur_clip_ratio = 1.2;
23 slur_clip_height = 3.0 * staffheight;
24 slur_clip_angle = 100.0;
25 slur_rc_factor = 2.4;
26
27 % ugh
28 notewidth = (quartwidth + wholewidth) / 2.0;
29
30 % ugh
31 barsize = staffheight;
32 rulethickness = staffline;
33
34 % mmm
35 indent = linewidth / 14.0;
36
37 % uhm
38 unitspace = 22.\pt;
39 geometric = 0.;
40
41 gourlay_energybound = 100000.;
42 %{
43 The following bounds the number of measures
44 on a line.  Decreasing it greatly reduces computation time
45 %}
46 gourlay_maxmeasures = 10.;
47 castingalgorithm = \Gourlay;
48 \include "engraver.ly";
49