X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-autometric.mf;h=2484a23b4a42f190bbd6ad49bf9cf36746f4b030;hb=d9b43b93f2c885409bafdb157138158f65cc49aa;hp=c638935f85e6125426f07a5326263bcba749aca0;hpb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;p=lilypond.git diff --git a/mf/feta-autometric.mf b/mf/feta-autometric.mf index c638935f85..2484a23b4a 100644 --- a/mf/feta-autometric.mf +++ b/mf/feta-autometric.mf @@ -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 +% (c) 1997--2002 Han-Wen Nienhuys % Jan Nieuwenhuizen % % 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;