lilypond-user
[Top][All Lists]
Advanced

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

Re: newbie question on scheme functions


From: Andrea Rossato
Subject: Re: newbie question on scheme functions
Date: Fri, 31 Dec 2004 14:10:10 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040630

Nicolas Sceaux wrote:
You can do

#(define-module (lily))
#(export accidental->markup)
#(define-module (*anonymous-ly-0*))

at the beginning of your file, or alternatively, copy and paste the
`accidental->markup' definition from scm/accidental->markup to your
input file.

yes, both methods work perfectly.
Thank you very much.

I'll now try to understand the hows and whys...;-)

andrea





reply via email to

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