lilypond-1.1.27
[lilypond.git] / mf / feta-params.mf
blob6c1ea69a099ab0b845e5d4dbd8766ebefc6d2a68
2 stafflines = 5;
4 interline#:=staffsize#/(stafflines-1);
6 % URG!
7 font_x_height  interline# ;
10 %  [D.K.Roush & J.S.Gourlay] say this should be 0.072
11 % We know better
12 % generally, the "blackness" of most chars depends on this.
14 stafflinethickness#:=0.1 interline#;
16 stemthickness# := stafflinethickness#;
17 ledgerlinethickness# := 2 stafflinethickness#;
19 define_pixels(interline, stemthickness);
20 define_pixels(stafflinethickness,ledgerlinethickness);
23 % Hand-engraved music often has balls extending above and below
24 % the lines.  If you like that, modify overdone heads (unit:
25 % stafflinethickness)
28 numeric overdone_heads;
29 overdone_heads = 0.0;
31
32 % Because of the engraving/stamping process, no traditional
33 % characters have sharp edges and corners
34 % The following variable controls the amount of "roundness"
36 % this is not a meta variable: it is related to absolute sizes.
38 % According to [Wanske], only outside corners should be round
40 numeric blot_diameter;
41 blot_diameter# = .4pt#;
42 define_pixels(blot_diameter);