On Mon, 15 Aug 2005 17:06:51 +0200, Erik Sandberg <[EMAIL PROTECTED]> wrote:

On Monday 15 August 2005 17.30, Yuval Harel wrote:
On Sun, 14 Aug 2005 23:53:12 +0200, Erik Sandberg

<[EMAIL PROTECTED]> 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?

I only cross-checked with rosegarden2, which added a delayed exactly like
midi2ly did. What tools do you use to view midi?

Erik

I listened to the midi in Winamp and foobar and viewed it in Cakewalk Home Studio. Using midi2ly (from Lilypond 2.4) I see it does not output the dis, but also does not
insert any delays.

Yuval




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to