From ad62f1b75dcf39df5704e10848ef79b6b0e6ae6f Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Thu, 18 Sep 2003 00:52:05 +0000
Subject: [PATCH] * Documentation/topdocs/NEWS.texi (Top): add quarter tones.

* mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat.

* mf/feta-toevallig.mf: change accidental codes.
---
 Documentation/topdocs/NEWS.texi | 16 ++++++++++++++++
 mf/feta-toevallig.mf            |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi
index f5739a24e4..0ef4be1e43 100644
--- a/Documentation/topdocs/NEWS.texi
+++ b/Documentation/topdocs/NEWS.texi
@@ -8,6 +8,7 @@
 @chapter New features in 1.9 since 1.8
 
 @itemize
+
 @item
 Quarter tones are now supported. They are entered by suffixing
 @code{ih} for a half-sharp and @code{eh} for a half-flat. Hence, the
@@ -17,6 +18,21 @@ following is an ascending list of pitches:
   ceses ceseh ces ceh c cih cis cisih cisis
 @end example
 
+@item
+The following constructs have been removed from the syntax:
+
+@example
+  \duration #SCHEME-DURATION
+  \pitch #SCHEME-PITCH
+  \outputproperty @var{func} @var{symbol} = @var{value}
+@end example
+
+For @code{\outputproperty}, the following may be substituted:
+
+@example
+   \applyoutput #(outputproperty-compatibility @var{func}
+                  @var{symbol} @var{value}) 
+@end example 
 
 @item
 Clefs may now be transposed arbitrarily, for example
diff --git a/mf/feta-toevallig.mf b/mf/feta-toevallig.mf
index 70c62785b2..c6812f4f05 100644
--- a/mf/feta-toevallig.mf
+++ b/mf/feta-toevallig.mf
@@ -87,7 +87,7 @@ fet_beginchar("Sharp" , "2", "sharp");
 	fet_endchar;
 
 fet_beginchar("1/2 Sharp" , "1", "semisharp");
-	set_char_box(0, 0.6 staff_space#, 1.5 staff_space#, 
+	set_char_box(0, 0.7 staff_space#, 1.5 staff_space#, 
 		1.5 staff_space#);
 
 	draw_meta_sharp (w);
-- 
2.39.5