]> git.donarmstrong.com Git - lilypond.git/blob - mf/feta-params.mf
release: 1.3.19
[lilypond.git] / mf / feta-params.mf
1
2 stafflines = 5;
3
4 staff_space#:=staffsize#/(stafflines-1);
5
6 % URG!
7 font_x_height  staff_space# ;
8
9 %
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.
13 %
14 stafflinethickness#:=0.1 staff_space#;
15
16 stemthickness# := stafflinethickness#;
17 ledgerlinethickness# := 2 stafflinethickness#;
18
19 define_pixels(staff_space, stemthickness);
20 define_pixels(stafflinethickness,ledgerlinethickness);
21
22 %
23 % Hand-engraved music often has balls extending above and below
24 % the lines.  If you like that, modify overdone heads (unit:
25 % stafflinethickness)
26 %
27
28 numeric overdone_heads;
29 overdone_heads = 0.0;
30
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"
35 %
36 % this is not a meta variable: it is related to absolute sizes.
37 %
38 % According to [Wanske], only outside corners should be round
39 %
40 numeric blot_diameter;
41 blot_diameter# = .4pt#;
42 define_pixels(blot_diameter);