lilypond-user
[Top][All Lists]
Advanced

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

Re: using a scheme function, but with a different name


From: David Kastrup
Subject: Re: using a scheme function, but with a different name
Date: Mon, 17 Mar 2014 13:10:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Thomas <address@hidden> writes:

> Dear community,
> I would like to use a scheme-function, but with a different name:
> fourquarterRests = #(define-music-function (parser location  ANFANG  ENDE )
> (number?  number? )
> #{ \scaleDurations #(cons (+ 1(- ENDE ANFANG)) 1) {R1 } #})
>
> I want to use the function with the name "IVvR" but, for backwards
> compatibility, I also want to keep the old name.
> How can I do this?

IVvR = #fourquarterRests

if I understand what you want.  The description leaves something to be
desired.

-- 
David Kastrup



reply via email to

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