]> git.donarmstrong.com Git - lilypond.git/blob - mf/feta-nummer8.mf
patch::: 0.1.27: isi
[lilypond.git] / mf / feta-nummer8.mf
1 % feta-nummer8.mf
2 % part of LilyPond's pretty-but-neat music font
3
4 input autometric;
5
6 fet_beginfont("feta-nummer", 8);
7
8 mode_setup;
9
10 test:=0;
11 input feta-macros;
12
13 % copied from 10; will it work?
14 height#:=designsize;
15 %thick#:=height#/4;
16 thick#:=8/30height#;
17 %norm#:=3/4thick#;
18 norm#:=7/8thick#;
19 thin#:=thick#/4;
20 hair#:=thin#/2;
21 kuulleke#:=hair#;
22 %kuulleke#:=0;
23
24 input feta-nummer;
25
26 fet_endfont("feta-nummer");
27
28 end.
29