]> git.donarmstrong.com Git - lilypond.git/commitdiff
* mf/feta-klef.mf: (another) white pixels bug in g-clef fixed.
authorRune Zedeler <rune@lilypond.org>
Sun, 18 Aug 2002 15:54:48 +0000 (15:54 +0000)
committerRune Zedeler <rune@lilypond.org>
Sun, 18 Aug 2002 15:54:48 +0000 (15:54 +0000)
ChangeLog
mf/feta-klef.mf

index 5558e3483944f0ea8013b9f071f1da1c5586badb..741cf743ffa80e772535c62406eb170f123573a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-18  Rune Zedeler <rune@zedeler.dk>
+
+       * mf/feta-klef.mf: (another) white pixels bug in g-clef fixed.
+       
 2002-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * lily/include/lily-guile.hh (LY_DEFINE_NOARGS): Remove.
        * lily/translator-group (find_existing_translator): If
        n=="Current", return this context.
        
-       * lily/tab-note-heads-engraver.cc: add algorithm for automatically
-       selecting frets when none given by user. Read property
-       "minimumFret".
-
-       * scm/translator-property-description.scm: add "minimumFret"
-
        * lily/rest.cc:
        * lily/time-signature.cc: spacing for even number of staff lines.
        
@@ -3825,20 +3823,20 @@ i2002-07-12  Mats Bengtsson  <matsb@s3.kth.se>
        * mf/*.mf: Fixed a few typos in various .mf files
 
 2002-01-17 Rune Zedeler <rune@zedeler.dk>
-       * mf/: added macro soft_penstroke
+       
+       * mf/: added macro soft_penstroke
        
               softened some glyphs
               redrawn triangular noteheads
               redrawn tab-clef
               added classical quarter rest
        
-       * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
+       * lily/stem.cc: Bugfix: Stem-attachment when staff_space!=1
  
-       * lily/bar.cc: Bugfix: repeat dots when even number of staff
+       * lily/bar.cc: Bugfix: repeat dots when even number of staff
        lines and staff_space>=2
  
-       * lily/rest.cc: Use default rests when current style glyphs not
+       * lily/rest.cc: Use default rests when current style glyphs not
        found - this allows
        \property Staff.Rest \override #'style = #'classical
 
index 1ed1d987ea58da1894f637e0f1c592adfda97893..8bf9f4af11bada310d981c054770929f0024b18e 100644 (file)
@@ -388,7 +388,7 @@ def draw_gclef (expr exact_center, reduction)=
                .. z7r{down} .. z5r{down} .. z4r{right}
                .. z3r .. z2r{left} .. 
                tension .95 .. 
-               z1r -- z1l 
+               z1r -- simple_serif(z1r, z1l, 80) -- z1l 
                .. tension 0.85 ..cycle;
 
        save p, staffline_time, staff_line_path, down_staff_line_intersection;
@@ -447,8 +447,6 @@ def draw_gclef (expr exact_center, reduction)=
 
        pickup pencircle scaled 1;
 
-       fill simple_serif(z1r, z1l, 80)  -- cycle;
-
        debugfill
                z11r{dir(start_angle)}
                .. z12r{dir(bot_angle)}