]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/notation.itely (Grace notes): Correct the
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 14 Apr 2004 13:02:00 +0000 (13:02 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 14 Apr 2004 13:02:00 +0000 (13:02 +0000)
syntax for add-grace-property example.

ChangeLog
Documentation/user/notation.itely

index bbacd54492ee87c94cee667218fb63caff3b345d..0e3dc09006084ef33e316052527cd672de1ecc1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/notation.itely (Grace notes): Correct the
+       syntax for add-grace-property example.
+
 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
index 4558754152b63b5f8fe8eaaf975086017942c72b..48227e93c0f2bae7d00756791e2ad6faf04dc1ce 100644 (file)
@@ -2253,7 +2253,7 @@ direction for this grace, so stems do not always point up.
 
 @example
 \new Staff @{
-   #(add-grace-property "Voice" Stem direction '())
+   #(add-grace-property 'Voice 'Stem 'direction '())
    @dots{}
 @}
 @end example