]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/topdocs/NEWS.texi (Top): add quarter tones.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Sep 2003 00:52:05 +0000 (00:52 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Sep 2003 00:52:05 +0000 (00:52 +0000)
* 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
mf/feta-toevallig.mf

index f5739a24e404e6d661b9919234efa6fe88476220..0ef4be1e4342ac52c8797f45c82aa1b619a6e3d3 100644 (file)
@@ -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
index 70c62785b27d3c0d2021097850bd628d2c843aff..c6812f4f05e1d8edf57b839084238d51ab8317bf 100644 (file)
@@ -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);