From bd08af84a67489f26f4c69a81ca1eb9e65663b8e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 20 Oct 2006 19:39:46 +0000 Subject: [PATCH] (Scheme procedures as properties): more doco on simple-closure and scheme callbacks. (Input variables and Scheme): use lilypond[verbatim], document dummy statement. --- Documentation/user/programming-interface.itely | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index e8eade873c..57b5d1da88 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -294,9 +294,9 @@ imported in a @code{\score} block by means of a second variable @code{twice}: @lilypond[verbatim] -traLaLa = @{ c'4 d'4 @} +traLaLa = { c'4 d'4 } -%% deal with parser lookahead +%% dummy action to deal with parser lookahead #(display "this needs to be here, sorry!") #(define newLa (map ly:music-deep-copy @@ -304,7 +304,7 @@ traLaLa = @{ c'4 d'4 @} #(define twice (make-sequential-music newLa)) -@{ \twice @} +{ \twice } @end lilypond Due to parser lookahead -- 2.39.5