Re: passing a duration expression the \tempo function

2010-10-24 Thread Neil Puttock
On 11 October 2010 10:31, Steve Yegge wrote: > Is there a succinct way to do it? Sort of... \version "2.13.36" baseTempo = 50 myTempo = #(define-music-function (parser location dur count) (ly:music? integer?) ;; `tempo' is the syntax constructor (defined in scm/ly-syntax-constructors.scm)

passing a duration expression the \tempo function

2010-10-11 Thread Steve Yegge
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 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailma