bug-lilypond
[Top][All Lists]
Advanced

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

Issue 319 in project lilypond


From: codesite-noreply
Subject: Issue 319 in project lilypond
Date: Tue, 27 Feb 2007 19:04:28 -0800

Issue 319: metronome as a scheme number
http://code.google.com/p/lilypond/issues/detail?id=319

New issue report by gpermus:
I was wondering if the metronome number in a \tempo command could be a
scheme number.  This would make it easier to do effects for fermata and
ritards and relative tempo changes, in midi files.

For example, it would be nice to be able to do something like this:

----------------
#(define base-tempo 100)

\tempo 4 = #base-tempo

% some music
% insert markup for "half note = dotted quarter" metronome mark
% and override so the following is invisible in the score

\tempo 4 = #( / ( * base-tempo 3) 4)
---------------

This way, one could change the base tempo in one place, and all the tempi
would adjust automatically.




Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Enhancement Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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