From: gpercival Date: Sun, 19 Feb 2006 22:09:57 +0000 (+0000) Subject: Fixed example. X-Git-Tag: release/2.7.38^2~97 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a7e89cdc9807d796baf25e5725fddca2d35c0cd9;p=lilypond.git Fixed example. --- diff --git a/ChangeLog b/ChangeLog index a2b569dc8c..996a0772ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-19 Graham Percival + + * Documentation/user/programming-interfaces.itely: fixed example. + 2006-02-19 Han-Wen Nienhuys * lily/tie-formatting-problem.cc (score_configuration): use diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index d67e9002ba..887aaa026d 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -93,13 +93,13 @@ define some scheme code in a macro (to be called later), use @example #(define (nopc) (ly:set-option 'point-and-click #f)) -#(nopc) ... -\nopc +#(nopc) { c'4 } @end example + @refbugs Mixing Scheme and LilyPond identifiers is not possible with the