]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-pendaal.mf
* mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
[lilypond.git] / mf / feta-pendaal.mf
index af8e842b466c7d2321840a2b247d12c6f769465c..dfd87fa8cbfaa92ef9cacf63f03bb0ed84e11bd8 100644 (file)
@@ -78,7 +78,19 @@ fet_beginchar ("Pedal asterisk", "*");
 
        pat := pat
               .. cycle;
-       fill pat;
+
+       % 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;
 
        pickup pencircle scaled (7/8 inner_r);