From e20b95cbab42d5cc84cce8d940877538f89aeaf8 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Fri, 18 May 2007 09:30:47 +0200 Subject: [PATCH] Fix afterGrace documentation --- Documentation/user/basic-notation.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5