2011/3/14 Hinrik Örn Sigurðsson :
> 2011/3/13 Janek Warchoł :
>> Then I suppose that you have more than 16 voices.
>> This is the drawback of this method.
>>
>>> But it does work around the problem, thanks.
>>
>> You're welcome :)
>>
>> cheers,
>> Janek
>
> Actually, the piece in question never has
2011/3/13 Hinrik Örn Sigurðsson :
> On Sun, Mar 13, 2011 at 7:15 AM, Janek Warchoł
> wrote:
>> Here is a workaround - add this to your \midi { } block:
>>
>> \context {
>> \Staff \remove "Staff_performer"
>> }
>> \context {
>> \Voice \consists "Staff_performer"
>> }
>>
>> This tells LilyPo
Michael Welsh Duggan schreef op zo 13-03-2011 om 03:02 [-0400]:
> Hinrik ÖrnSigurðsson writes:
> It is a feature in Lilypond's midi output. Discussion about this can be
> found at
> http://lists.gnu.org/archive/html/lilypond-user/2004-04/msg00233.html>.
Can you please have a look at the midi ou
2011/3/13 Hinrik ÖrnSigurðsson
>
> 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).
>
>
Hinrik ÖrnSigurðsson writes:
> 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 us