From 34a0cf267ce194e7b7ba21622f41d99366e88ffa Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 19 Feb 2006 22:09:57 +0000 Subject: [PATCH] Fixed example. --- ChangeLog | 4 ++++ Documentation/user/programming-interface.itely | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.5