From: John Mandereau Date: Fri, 18 May 2007 07:30:47 +0000 (+0200) Subject: Fix afterGrace documentation X-Git-Tag: release/2.11.25-1~16^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e20b95cbab42d5cc84cce8d940877538f89aeaf8;p=lilypond.git Fix afterGrace documentation --- diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 10b7161f7c..de223aa305 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -2450,7 +2450,7 @@ length of the main note. The fraction 3/4 can be changed by setting @code{afterGraceFraction}, ie. @example -afterGraceFraction = #(cons 7 8) +#(define afterGraceFraction (cons 7 8)) @end example @noindent