]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/refman.itely: remove superfluous -'s
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 23 Aug 2003 13:03:53 +0000 (13:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 23 Aug 2003 13:03:53 +0000 (13:03 +0000)
(Grace notes): ) fixes.

* Documentation/user/refman.itely (Dynamics): website
fixes. (should backport!)

ChangeLog
Documentation/user/refman.itely

index ae3b34ac6ec77165dc78ec0a3d61e21294c5aeae..a283ae4e2302e379cb826bad734c4c31ffbefd24 100644 (file)
--- 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.
index fe0fdd885937c1b1853ed12e822fee03944fbc31..9596110b6b71ea84c4de4d82e7c978a5164ea118 100644 (file)
@@ -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