bug-lilypond
[Top][All Lists]
Advanced

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

Re: MIDI bug - re-attacking a note


From: Yuval Harel
Subject: Re: MIDI bug - re-attacking a note
Date: Sun, 14 Aug 2005 19:18:07 +0200
User-agent: Opera M2/8.02 (Win32, build 7680)

On Sat, 13 Aug 2005 16:04:16 +0200, Erik Sandberg <address@hidden> wrote:
On Saturday 13 August 2005 12.58, Yuval Harel wrote:
On Fri, 12 Aug 2005 18:53:13 +0200, Erik Sandberg


Actually, this example works fine for me (on version 2.6.3 on Windows) -
the MIDI output plays
both notes. In any case, it seems like a different bug: the bug I reported
concerns two notes
of the same pitch when one is attacked while the other is still playing.

Oops, my mistake. Thanks for pointing it out. Here's the correct file, will
soon be added as midi-polyphony-single-staff.ly in CVS:

%
%Yuval Harel

\header {
texidoc = "If notes from two polyphonic voices inside one staff overlap, the
second one isn't output to midi."
  reportedin = "2.4.0"
}

\version "2.6.3"

\score {

\new Staff <<
  \new Voice c4
  \new Voice {r8 dis}

\midi {}
}



Hmmm, this also works fine for me - the two notes are of different pitch.





reply via email to

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