From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sat, 23 Aug 2003 13:03:53 +0000 (+0000)
Subject: * Documentation/user/refman.itely: remove superfluous -'s
X-Git-Tag: release/1.9.0~10
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7af82a7f25fe735e76bd23d2c64af0a932a613d8;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  <hanwen@cs.uu.nl>
 
 	* 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