From: hanwen Date: Sat, 23 Aug 2003 13:03:53 +0000 (+0000) Subject: * Documentation/user/refman.itely: remove superfluous -'s X-Git-Tag: release/1.9.5~75 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c7487e73b0dfe3d87d4d2dc3442e3c3154371b11;p=lilypond.git * Documentation/user/refman.itely: remove superfluous -'s (Grace notes): ) fixes. * Documentation/user/refman.itely (Dynamics): website fixes. (should backport!) --- diff --git a/ChangeLog b/ChangeLog index ae3b34ac6e..a283ae4e23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 2003-08-23 Han-Wen Nienhuys * Documentation/user/refman.itely: remove superfluous -'s + (Grace notes): ) fixes. - * lily/music.cc: generic compress() function. Remove others. + * lily/music.cc: generic compress(), transpose() functions. Remove + others. * lily/parser.yy (gen_text_def): remove support for #'(italic ) style markups. diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index fe0fdd8859..9596110b6b 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -2176,7 +2176,7 @@ is to put the grace notes before a phantom ``space note'', e.g. \context Voice { < { d1^\trill ( } { s2 \grace { c16[ d] } } > - )c4 + c4) } @end lilypond @@ -2197,13 +2197,13 @@ second bars in this example: \slurUp \grace { a4( } - ) a4 a4( a2) + a4) a4( a2) \slurBoth \grace { \slurUp a4( } - ) a4 a4( a2) + a4) a4( a2) \slurBoth } @end lilypond