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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user