]> git.donarmstrong.com Git - lilypond.git/commitdiff
* mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
authorWerner Lemberg <wl@gnu.org>
Wed, 16 Mar 2005 00:30:35 +0000 (00:30 +0000)
committerWerner Lemberg <wl@gnu.org>
Wed, 16 Mar 2005 00:30:35 +0000 (00:30 +0000)
diagonal stem doesn't become thinner.

ChangeLog
mf/feta-klef.mf

index dffdd3d0b23639e070ea5e694f0b2cdea856d7c0..ed31435df804b079f9352972e3134cca372f73e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-15  Werner Lemberg  <wl@gnu.org>
+
+       * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
+       diagonal stem doesn't become thinner.
+
 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * buildscripts/fixcc.py: Fixes (Werner).
index c9e56a8c9266d9a451bcd6e9da804c445ac9f45e..dd0ccbfdc0b2a55256dc8f64bd068e0ce712e6a9 100644 (file)
@@ -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);