]> git.donarmstrong.com Git - lilypond.git/blob - mf/feta-nummer10.mf
0780b1adca59a2e3ead64e062c5bda20027fb87a
[lilypond.git] / mf / feta-nummer10.mf
1 % feta-nummer10.mf
2 % part of LilyPond's pretty-but-neat music font
3
4 input autometric;
5
6 fet_beginfont("feta-nummer", 10);
7
8 mode_setup;
9
10 test:=0;
11 input feta-macros;
12 input feta-params;
13
14 height#:=designsize;
15
16 fatten:=1;
17 widen:=1;
18 flaren:=1;
19 thick#:=7/30height#*fatten;
20 thin#:=thick#/4*fatten;
21 hair#:=blot_diameter#;
22 kuulleke#:=1/8thick#;
23
24 message "thin:"&decimal(thin#);
25 message "blot:"&decimal(blot_diameter#);
26
27 input feta-nummer;
28
29 fet_endfont("feta-nummer");
30
31 end.
32