lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3871 in lilypond: \remove "Dynamic_performer" caus


From: lilypond
Subject: [Lilypond-auto] Issue 3871 in lilypond: \remove "Dynamic_performer" causes midi early start (2.19.2) with
Date: Tue, 18 Feb 2014 14:01:59 +0000

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

New issue 3871 by address@hidden: \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

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