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