lilypond-user
[Top][All Lists]
Advanced

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

passing a duration expression the \tempo function


From: Steve Yegge
Subject: passing a duration expression the \tempo function
Date: Mon, 11 Oct 2010 02:31:38 -0700

I'd like to do something like this:

#(define baseTempo 50)

...

\tempo 4 = #baseTempo

...

\tempo 4 = #(* 2 baseTempo)


Is there a succinct way to do it?

Thanks,

-steve

reply via email to

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