Comment #1 on issue 3428 by [email protected]: articulate.ly generates incorrect tempo
http://code.google.com/p/lilypond/issues/detail?id=3428

It turns out articulate.ly never knows the original tempo. It would only get the tempo from the PropertySet event that sets tempoWholesPerMinute. \tempo in the voice generates it, but \tempo in \midi doesn't. So ac:currentTempo stays at 4=60. When articulate.ly encounters "rit.", it simply takes ac:currentTempo, multiplies it by ac:rallFactor and generates the tempo change event.

I believe articulate.ly should request the current tempo whenever the tempo is needed instead of trying to track all changes. Manual tempo tracking should only be needed to implement "a tempo".

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to