lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Overlapping notes and midi output


From: Janek Warchoł
Subject: Re: Overlapping notes and midi output
Date: Sun, 13 Mar 2011 19:56:10 +0100

2011/3/13 Hinrik Örn Sigurðsson <address@hidden>:
> On Sun, Mar 13, 2011 at 7:15 AM, Janek Warchoł
> <address@hidden> wrote:
>> 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.
>
> That results in some warnings like:
>
> warning: MIDI channel wrapped around
> warning: remapping modulo 16

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]