lilypond-user
[Top][All Lists]
Advanced

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

Creating a callback with an additional argument?


From: Marc Hohl
Subject: Creating a callback with an additional argument?
Date: Sun, 26 Sep 2010 20:19:28 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

Hello list,

is it possible to create a callback with an additional argument?

I tried

#(define-public (my-callback string grob)
...
..
)

and wanted to call it by

\override Notehead #'stencil = #my-callback #'foo'

but lilypond complains.

Is this possible at all or do I have to use another mechanism?

Marc



reply via email to

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