From: rz <rz>
Date: Sun, 18 Aug 2002 15:54:48 +0000 (+0000)
Subject: 	* mf/feta-klef.mf: (another) white pixels bug in g-clef fixed.
X-Git-Tag: release/1.7.25~839
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6a58ae8f2257e63bba10cfab7f5472f42029fdf7;p=lilypond.git

	* mf/feta-klef.mf: (another) white pixels bug in g-clef fixed.
---

diff --git a/ChangeLog b/ChangeLog
index 5558e34839..741cf743ff 100644
--- 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.
@@ -614,12 +618,6 @@
 	* 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
 
diff --git a/mf/feta-klef.mf b/mf/feta-klef.mf
index 1ed1d987ea..8bf9f4af11 100644
--- a/mf/feta-klef.mf
+++ b/mf/feta-klef.mf
@@ -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)}