]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-generic.mf
* scm/font.scm (add-cmr-fonts): upright caps is eccc.
[lilypond.git] / mf / feta-generic.mf
index 0249176f87999b23667021e16f6d13850ddde5ec..99f02ed528f65f76aef7d4f8541de03bf793dec9 100644 (file)
@@ -5,7 +5,7 @@
 % source file of the Feta (defintively not an abbreviation for Font-En-Tja)
 % music font
 % 
-% (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+% (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 % 
 
 
@@ -13,18 +13,17 @@ if test = -1:
        mode := smoke;
 fi
 
+staffsize# := design_size * pt#;
+
 mode_setup;
-%
 
 input feta-macros;
 
-make_pen_stack;
-make_picture_stack;
 input feta-params;
 
 font_x_height  staff_space#;
-font_coding_scheme "feta music";
 
+fet_beginfont("feta", design_size, "fetaMusic");
 if test = 0: 
        input feta-eindelijk;
        input feta-toevallig;
@@ -37,17 +36,10 @@ if test = 0:
        input feta-pendaal;
        input feta-accordion;
        input feta-solfa;
-       
 else:
-       input feta-bolletjes;   
-       input feta-banier;
-%      input feta-eindelijk;
-%      input feta-klef;
-%      input feta-toevallig;
-%      input feta-schrift;
-%      input feta-haak;
-%      input feta-timesig;
-%      input feta-pendaal;
-%      input feta-accordion;
-%      input feta-solfa;
+       input feta-test-generic.mf;
+
 fi
+
+fet_endfont;
+