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: Mon, 15 Aug 2005 17:30:19 +0200
User-agent: Opera M2/8.02 (Win32, build 7680)

On Sun, 14 Aug 2005 23:53:12 +0200, Erik Sandberg <address@hidden> wrote:
You're right. I don't have working sound right now, so I relied on midi2ly
which didn't output the dis.

In any case, the above example is also problematic: the {r8 dis} is inserted _after_ the c4, which delays all subsequent midi output by 1/4. New attempt:

%
%Yuval Harel

\header {
texidoc = "If notes from two polyphonic voices inside one staff overlap,
midi output is delayed.
If the overlapping notes are identical, the second one is not played. "
  reportedin = "2.4.0"
}

\version "2.6.3"

\score {

<<
  \new Staff <<
    \new Voice {c4 c c}
    \new Voice {r8 dis d4 d}
  >>
  \new Staff {e4 e e e}
  \new Staff <<
    \new Voice {r2 f4}
    \new Voice {r2 r8 f}
  >>

\midi {}
}


Again, for me all the MIDI output was ok, except that the last 'f' is not played.
The 'dis' does not cause any delay.
Perhaps this is also a problem with midi2ly?





reply via email to

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