]> git.donarmstrong.com Git - lilypond.git/blob - mf/feta-din.mf
lily/include/context-def.hh: rename from translator-def.hh
[lilypond.git] / mf / feta-din.mf
1 % feta-din.mf
2 % part of LilyPond's pretty-but-neat music font
3
4 test:=0;
5
6 input feta-autometric;
7 input feta-macros;
8 % input feta-params;
9 mode_setup;
10
11 ex# :=  (design_size / 2.4)* pt#;
12 descender# := 0.5 ex#;
13 ascender# := 0.72 ex#;
14 staffspace# := 1.75 / 2.0 * ex#;
15 stafflinethickness# := staffspace# / 10;
16
17 horizontal_space# :=  .66 ex#;
18
19 font_x_height ex#;
20 font_normal_space horizontal_space#;
21
22 define_pixels (staffspace, stafflinethickness, ex, descender, ascender);
23
24 fet_beginfont("feta-din", design_size);
25
26 input feta-din-code;
27
28 fet_endfont("feta-din");
29
30 end.