lilypond-user
[Top][All Lists]
Advanced

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

Re: LSR item?id=700


From: MING TSANG
Subject: Re: LSR item?id=700
Date: Thu, 6 Jan 2011 08:58:06 -0800 (PST)

Jakog,

Thank you for your suggestion. I made change and run under v2.13.45 and it works. I use define-public.


From: jakob lund <address@hidden>
To: MING TSANG <address@hidden>
Sent: Thu, January 6, 2011 10:36:18 AM
Subject: Re: LSR item?id=700

2011/1/6 MING TSANG <address@hidden>:
> Addition info
>
> I uninstall v2.13.45 and install 2.12.3-1. Then I run the LSR item?id=700
> again. It compiles fine and produce print out as described on the LSR 700
>
> question:  Is there a syntax change for "interval-translate span-point" ?

Try to define interval-translate like this (i found that in
lily-library.scm in my old lily install)

(define-public (interval-translate iv amount)
  (cons (+ amount (car iv))
        (+ amount (cdr iv))))

I guess just adding it at the top of the file will do.. (I'm not sure
about "define-public" though; if it doesn't work you could try once
more replacing "define-public" with "define")


-- Jakob.
d

reply via email to

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