Status: Accepted
Owner: ----
Labels: Type-Other

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

Reported by Pavel Roskin:
http://lists.gnu.org/archive/html/bug-lilypond/2013-06/msg00068.html

articulate.ly can generate wrong tempo if \tempo is not set explicitly in the beginning of every voice.


Let's see this example:

\version "2.16.0"
\include "articulate.ly"
\score {
  \articulate <<
    \new Voice { c4 c4-"rit." }
  >>
  \midi { \tempo 4=200 }
}

From the midi2ly output:

  \tempo 4 = 200
  \skip 4
  \tempo 4 = 36

I think following is happening. articulate.ly gets the original tempo right, sets it to 4=200 for the first note. But internally, it still uses the default 4=60. Then "rit." is interpreted as a 40% slowdown for the tempo, so it becomes 4=36.

--
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