From: Werner Lemberg Date: Wed, 16 Mar 2005 00:30:35 +0000 (+0000) Subject: * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the X-Git-Tag: release/2.5.16~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=56f0ccce3898e76def0982dcba94d2432dff131f;p=lilypond.git * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the diagonal stem doesn't become thinner. --- diff --git a/ChangeLog b/ChangeLog index dffdd3d0b2..ed31435df8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-15 Werner Lemberg + + * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the + diagonal stem doesn't become thinner. + 2005-03-15 Jan Nieuwenhuizen * buildscripts/fixcc.py: Fixes (Werner). diff --git a/mf/feta-klef.mf b/mf/feta-klef.mf index c9e56a8c92..dd0ccbfdc0 100644 --- a/mf/feta-klef.mf +++ b/mf/feta-klef.mf @@ -387,8 +387,8 @@ def draw_gclef (expr reduction) = penpos6 (thinnib, angle (direction 1 of pat) + 90); % two auxiliary points to simulate `draw' with `penstroke' - z10' = point 0.5 of pat; - penpos10' (thinnib, angle (direction 0.5 of pat) + 90); + z10' = point 0.3 of pat; + penpos10' (1.3 thinnib, angle (direction 0.3 of pat) + 50); z11' = point 1.5 of pat; penpos11' (thinnib, angle (direction 1.5 of pat) + 90);