lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3428 in lilypond: articulate.ly generates inco


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3428 in lilypond: articulate.ly generates incorrect tempo
Date: Wed, 26 Jun 2013 20:21:33 +0000


Comment #1 on issue 3428 by address@hidden: 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

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