From 1ca76151abe9c859a10449131c9ed308bdee8af8 Mon Sep 17 00:00:00 2001
From: wl <wl>
Date: Thu, 27 Jan 2005 08:33:38 +0000
Subject: [PATCH] * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.

---
 ChangeLog          | 8 ++++++--
 mf/feta-schrift.mf | 4 ++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 873ad15fe7..afa5494fd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-27  Werner Lemberg  <wl@gnu.org>
+
+	* mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
+
 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 	* mf/feta-schrift.mf: reverse u and d portato. Fixes:
@@ -20,8 +24,8 @@
 	* mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
 	with inflections for the 1/2 sharp glyph.
 
-	* mf/feta-schrift.mf ("Trill"): Fix start position of connection
-	between `t' and `r'.
+	* mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
+	connection between `t' and `r'.
 	Unify bulb with the rest of `r' to avoid grazing outlines which
 	confuses the overlap removal algorithm of fontforge.
 
diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf
index 987f5d52b6..16a3eefca4 100644
--- a/mf/feta-schrift.mf
+++ b/mf/feta-schrift.mf
@@ -888,8 +888,8 @@ fet_beginchar ("Trill (`tr')", "trill");
 
 	% the connection between `t' and `r', the body of the `r',
 	% and the bulb
-	fill z7'l{z7 - z7'}
-	     -- z7l
+	fill z7'l
+	     -- z7l{z7 - z7'}
 	     .. z9l{down}
 	     -- simple_serif (z10l, z10r, -30)
 	     -- z9r{up}
-- 
2.39.5