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

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to