lilypond-user
[Top][All Lists]
Advanced

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

Re: setting Midi tempo


From: Mats Bengtsson
Subject: Re: setting Midi tempo
Date: Tue, 02 Jan 2007 09:28:35 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)



Christopher A. LaFond wrote:
Graham Percival wrote:
The syntax has changed; please see the same page in the latest 2.11 docs.

- Graham

Thanks for the update. However, it's still giving me a syntax error when I try to use a dotted note in the tempo.

So while:

tempoWholesPerMinute = #(ly:make-moment 90 4)

works fine, the following does not:

tempoWholesPerMinute = #(ly:make-moment 90 4.)

Is this something that needs fixing, or is there something that I'm missing?
Unfortunately, you have to do the math yourself. If 4. = 90, then 8 = 270, so
you can say
tempoWholesPerMinute = #(ly:make-moment 270 8)


  /Mats




reply via email to

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