From: Mats Bengtsson Date: Wed, 14 Apr 2004 13:02:00 +0000 (+0000) Subject: * Documentation/user/notation.itely (Grace notes): Correct the X-Git-Tag: release/2.3.1~85 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f82b6f8c1042f48140bda4d3c0b35a15834ec9d;p=lilypond.git * Documentation/user/notation.itely (Grace notes): Correct the syntax for add-grace-property example. --- diff --git a/ChangeLog b/ChangeLog index bbacd54492..0e3dc09006 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-14 Mats Bengtsson + + * Documentation/user/notation.itely (Grace notes): Correct the + syntax for add-grace-property example. + 2004-04-13 Jan Nieuwenhuizen * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 4558754152..48227e93c0 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -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