lilypond-1.1.63
[lilypond.git] / mf / generic-params.mf
blob690e415f2eb364e8a90fbb744d96f190d200e43c
2 interline#:=staffsize#/(stafflines-1);
5 %  [D.K.Roush & J.S.Gourlay] say this should be 0.072
6 % We know better
7 % generally, the "blackness" of most chars depends on this.
9 stafflinethickness#:=0.1 interline#;
11 define_pixels(interline);
12 define_pixels(stafflinethickness);
14
15 % Because of the engraving/stamping process, no traditional
16 % characters have sharp edges and corners
17 % The following variable controls the amount of "roundness"
19 numeric blot_diameter;
22 % this is not a meta variable: it is related to absolute sizes.
24 blot_diameter# = .4pt#;
25 define_pixels(blot_diameter);