Sorry about the lack of a Reference or Reply-to. I am replying based
on the web archive of this message.
Yuval Harel writes:
>
> When a note is attacked while it is already playing, no MIDI event
> is generated. This occurs often in piano notation.
>
> Here is an example:
>
> \version "2.6.3"
> \score {
> <<
> c4 \\
> {r8
> c8 % <-- this note is not played
> }
> >>
> \midi {}
> }
I have a patch which I wrote for 2.4.5 which fixes this behavior.
Possible problems with this patch: In the past, it was mentioned that
for some instruments, reattacking the note actually should have
different behaviors depending on the instrument. (I personally, have
no idea.) This patch introduces semantics which appear to work well
for piano music, at least.
Here follows the patch as ported to CVS:
--
Michael Welsh Duggan
([EMAIL PROTECTED])
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond