[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug with midi output (crescendos)
From: |
Erik Sandberg |
Subject: |
Re: bug with midi output (crescendos) |
Date: |
Wed, 13 Apr 2005 16:07:23 +0200 |
User-agent: |
KMail/1.7.2 |
On Wednesday 13 April 2005 14.56, Pedro Kröger wrote:
> Mats Bengtsson <address@hidden> writes:
> > It is also well-known that this problem only appears for voices where the
> > (de)crescendo happens before the first absolute dynamic, so a simple
> > workaround is to add a \mf or \p or whatever before the (de)crescendo.
>
> you mean, like this?
>
> c4\f d\< e\f f
>
> still, the same problem happens, only the c and d are played.
This is another bug; the span_dynamic_performer does strange things if it
doesn't find an explicit \!. I think it works if you just do
c4\f d\< e\!\f f
Erik