]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-autometric.mf
release: 1.5.29
[lilypond.git] / mf / feta-autometric.mf
index c638935f85e6125426f07a5326263bcba749aca0..2484a23b4a42f190bbd6ad49bf9cf36746f4b030 100644 (file)
@@ -1,15 +1,21 @@
 % 
 % autometric.mf -- administrative MF routines
 % 
-% source file of the Feta (Font-En-Tja) pretty-but-neat music font
+% source file of the Feta (not an acronym for Font-En-Tja)
+% pretty-but-neat music font
 % 
-% (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+% (c) 1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 %          Jan Nieuwenhuizen <janneke@gnu.org>
 % 
 % these macros help create ascii logging output
 % to automate generation of lily tables and tex backend
 % The output should be parsed by the mf-to-table script
 
+message "******************************************************";
+message "Using feta Autometric macros. ";
+message "Do not worry about the @ signs in the output, they are not errors. "; 
+message "******************************************************";
+
 % font or database?
 def fet_beginfont(expr name,size) =
        font_identifier:=name&decimal size;
@@ -113,7 +119,7 @@ enddef;
 def breapth_endchar =
        scantokens extra_endchar;
        if proofing > 0: makebox_with_breapth(proofrule); fi
-       chardx := 10*(w + b);
+       chardx := (w + b);      %what the hack is chardx
        shipit;
        endgroup
 enddef;