From c681041e76cc34ee06a68c71eaa48f1ff87632ca Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 28 Jan 2005 07:48:47 +0000 Subject: [PATCH] * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for metapost bug. * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in path. ("Varied Coda"): Move some points to avoid fontforge warnings. This doesn't change the glyph shape. --- ChangeLog | 12 +++++++++++- mf/feta-pendaal.mf | 14 +------------- mf/feta-schrift.mf | 9 ++++----- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index d128cba70e..866617ec6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-01-28 Werner Lemberg + + * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for + metapost bug. + + * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in + path. + ("Varied Coda"): Move some points to avoid fontforge warnings. This + doesn't change the glyph shape. + 2005-01-27 Han-Wen Nienhuys * lily/*.cc: Scheme deprecation of SCM_VECTOR_* @@ -16,7 +26,7 @@ \voiceFoo does. Also rewrote warning about marks at a line break. - * Docuementation/user/changing-defaults.itely: added info + * Documentation/user/changing-defaults.itely: added info about putting dynamics in parenthesis and brackets. 2005-01-27 Werner Lemberg diff --git a/mf/feta-pendaal.mf b/mf/feta-pendaal.mf index c4e4865dfd..c7aa08addc 100644 --- a/mf/feta-pendaal.mf +++ b/mf/feta-pendaal.mf @@ -78,19 +78,7 @@ fet_beginchar ("Pedal asterisk", "*"); pat := pat .. cycle; - - % Uh, oh, there is a bug in metapost 0.641 which makes mf2pt1.mp's - % redefinion of `fill' fail for this particular path, using a - % wrong path orientation. - % - % Note that using `unfill' here makes the direct mpost output - % wrong, but the `mf2pt1' script fixes it for the Type 1 output. - - if known bp_per_pixel: - unfill pat; - else: - fill pat; - fi; + fill pat; pickup pencircle scaled (7/8 inner_r); diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index 16a3eefca4..30945bd06f 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -822,7 +822,6 @@ fet_beginchar ("Trill (`tr')", "trill"); .. z4r{down} .. z3r{left} ..tension (1.5 + .7 slant).. z2r{up} - .. z1r -- cycle; z5' = point 1.1 of krul_p; @@ -1155,15 +1154,15 @@ fet_beginchar ("Varied Coda", "varcoda"); set_char_box (codawidth# + thick#, codawidth# + thick#, codaheight# + thick#, codaheight# + thick#); - x1 = -codawidth; + x1 = -codawidth + .5 thick; y1 = y2 - thin; - x2 = codawidth; + x2 = codawidth - .5 thick; y2 = codaheight; draw_block (z1, z2); - x3 = x1; + x3 = -codawidth; y3 = -codaheight; - x4 = x1 + thick; + x4 = x3 + thick; y4 = y2; draw_block (z3, z4); -- 2.39.5