On Mon, Mar 11, 2013 at 8:56 AM, David Nalesnik <[email protected]>wrote:

[...]


> In any case, I still am passing the grob to the callback function:
>
> #(define (path-gliss handle)
>   (lambda (grob)
>   [...]
>
> BTW, I could also have written the above as follows:
>
> #(define ((path-gliss handle) grob)
>

Perhaps less cryptic:

 #(define path-gliss
    (lambda (handle)
      (lambda (grob)
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to