2011/3/13 Hinrik ÖrnSigurðsson <hinrik....@gmail.com>
>
> When I have overlapping notes in a song, they will both be heard in the midi
> output if they are on separate staffs (see the first measure in my code
> example). But if they occur on the same staff, the latter one is not heard 
> (see
> the second measure).
>
> I'm using timidity+pmidi on Linux. Is this a bug in lilypond's midi output or 
> is
> there something wrong with the midi player I'm using? Timidity's 
> --overlap-voice
> option has no effect on this issue.
>
> Gmane's web form seems to think I'm top-posting no matter where I place my 
> code
> example, so I've pasted it here: https://gist.github.com/867886

Here is a workaround - add this to your \midi { } block:

\context {
    \Staff \remove "Staff_performer"
  }
\context {
    \Voice \consists "Staff_performer"
  }

This tells LilyPond to create separate channels for each voice in MIDI output.

HTH,
Janek

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to