From 7af82a7f25fe735e76bd23d2c64af0a932a613d8 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 23 Aug 2003 13:03:53 +0000 Subject: [PATCH] * Documentation/user/refman.itely: remove superfluous -'s (Grace notes): ) fixes. * Documentation/user/refman.itely (Dynamics): website fixes. (should backport!) --- ChangeLog | 4 +++- Documentation/user/refman.itely | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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 -- 2.39.5