lilypond-devel
[Top][All Lists]
Advanced

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

Re: Scheme in LilyPond


From: Paul
Subject: Re: Scheme in LilyPond
Date: Thu, 1 Jun 2017 11:41:06 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

On 06/01/2017 11:03 AM, Charles Winston wrote:

And I get an error saying that make-note-ev is an unbound variable. I thought 
that we could call Scheme procedures from the source in lilypond files. What am 
I missing here?

I'll just add that generally you can call scheme procedures defined in source files when they are defined with 'define-public'. If they are defined with 'define' then they probably won't be callable. In the latter case you can often just copy/paste them into your .ly file (adding # at the beginning of the opening paren(s)) and use them that way.

Cheers,
-Paul



reply via email to

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