lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: override stencil question


From: David Nalesnik
Subject: Re: override stencil question
Date: Mon, 11 Mar 2013 09:57:28 -0500



On Mon, Mar 11, 2013 at 8:56 AM, David Nalesnik <address@hidden> 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)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]