Status: Accepted
Owner: ----
Labels: Regression

New issue 3871 by [email protected]: \remove "Dynamic_performer" causes midi early start (2.19.2) with
http://code.google.com/p/lilypond/issues/detail?id=3871

Jay Anderson wrote :

Removing the Dynamic_performer causes rests at the start of a piece to
be skipped causing misalignment with other voices. I've only tested
this with 2.19.2 and 2.18.0. It works correctly in 2.18.0.



\version "2.19.2" % Work in 2.18.0

\score
{
  <<
    \new Staff \relative c' { R1*3 e1 e e | }
    \new Staff \relative c { c1 c c c c c | }
  >>
  \midi
  {
    \context
    {
      \Voice
      \remove "Dynamic_performer"
    }
  }
}


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