]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixed example.
authorGraham Percival <graham@percival-music.ca>
Sun, 19 Feb 2006 22:09:57 +0000 (22:09 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 19 Feb 2006 22:09:57 +0000 (22:09 +0000)
ChangeLog
Documentation/user/programming-interface.itely

index a2b569dc8c301135c8c549d23b677c64c3960477..996a0772cef88269e1fab0cfe022888b323a1745 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-19  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/programming-interfaces.itely: fixed example.
+
 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/tie-formatting-problem.cc (score_configuration): use
index d67e9002ba370da602a8a7f868d84321fd0b30d0..887aaa026d111b598606abdd336302b4a44c556e 100644 (file)
@@ -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