Quoting Graham Percival <[EMAIL PROTECTED]>:
Index: lilypond/Documentation/user/programming-interface.itely
diff -u lilypond/Documentation/user/programming-interface.itely:1.47
lilypond/Documentation/user/programming-interface.itely:1.48
--- lilypond/Documentation/user/programming-interface.itely:1.47 Mon
Feb 6 01:23:40 2006
+++ lilypond/Documentation/user/programming-interface.itely Sun Feb
19 04:05:00 2006
@@ -87,11 +87,25 @@
@{ #(ly:export (make-sequential-music (list newLa))) @}
@end example
+Scheme code is evaluated as soon as the parser encounters it. To
+define some scheme code in a macro (to be called later), use
+
[EMAIL PROTECTED]
+#(define (nopc)
+ (ly:set-option 'point-and-click #f))
+#(nopc)
+
+...
+\nopc
+{ c'4 }
[EMAIL PROTECTED] example
+
Is this really correct? #(define ... ) defines the Scheme function.
#(nopc) runs it. Is \nopc just another syntax for #(nopc) ?
/Mats
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel