]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/parmesan-generic.mf
* Documentation/user/notation.itely: Added section on fret diagrams.
[lilypond.git] / mf / parmesan-generic.mf
index fe567c27d49037d29a8d87f220e74efb83cd3c08..c0ba15b115c8ce30fe25efb1c92d91b269d23a39 100644 (file)
@@ -5,7 +5,7 @@
 %
 % source file of LilyPond's pretty-but-neat music font
 % 
-% (c)  2002--2003 Juergen Reuter <reuter@ipd.uka.de>
+% (c) 2002--2004 Juergen Reuter <reuter@ipd.uka.de>
 % 
 
 
@@ -15,16 +15,15 @@ fi
 
 mode_setup;
 %
+staffsize# := design_size * pt#;
 
 input feta-macros;
-
-make_pen_stack;
-make_picture_stack;
 input feta-params;
 
+
 font_x_height  staff_space#;
-font_coding_scheme "parmesan music";
 
+fet_beginfont("parmesan", design_size, "parmesanMusic")
 if test = 0: 
        input parmesan-rests;
        input parmesan-heads;
@@ -34,7 +33,8 @@ if test = 0:
        input parmesan-flags;
        input parmesan-timesig;
        input parmesan-scripts;
-
 else:
 
 fi
+fet_endfont;
+