[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Critical bug of midi output in 2.13.57
From: |
Werner LEMBERG |
Subject: |
Re: Critical bug of midi output in 2.13.57 |
Date: |
Tue, 05 Apr 2011 20:27:39 +0200 (CEST) |
> I can't make a much smaller example, but this correctly produces
> portion of the midi problem in 2.13.57. In a large orchestral piece,
> the situation becomes even worse, all instruments sounds at once like
> a pan of boiling water.
Here is a minimal example which exhibits the problem with skipped
rests. It is related to the \f: If you remove it, everything works
fine.
Werner
======================================================================]
\version "2.13.57"
\score {
\new Staff \relative c' {
\time 2/4 e4 e |
r4 e\f |
}
\layout {}
\midi {}
}