]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-generic.mf
*** empty log message ***
[lilypond.git] / mf / feta-generic.mf
index 7fa8ffd6b743d0e755996a69a4a972c6aa4c4a45..893079589f467eabb65f6f03257b34886aec7dfe 100644 (file)
@@ -1,12 +1,27 @@
+% 
+% feta-generic.mf --  implement generic stuff: include lots of files, but don't
+%  set dims.
+%
+% 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>
+% 
+
+
+if test = -1:
+       mode := smoke;
+fi
+
+mode_setup;
+%
 
 input feta-macros;
 
-make_pen_stack;
-make_picture_stack;
 input feta-params;
 
-
-test:= 0;
+font_x_height  staff_space#;
+font_coding_scheme "feta music";
 
 if test = 0: 
        input feta-eindelijk;
@@ -15,6 +30,12 @@ if test = 0:
        input feta-bolletjes;
        input feta-schrift;
        input feta-banier;
+       input feta-klef;
+       input feta-timesig;
+       input feta-pendaal;
+       input feta-accordion;
+       input feta-solfa;
 else:
-       input foo;
+       input feta-test-generic.mf;
+
 fi