Re: Overlapping notes and midi output

2011-03-14 Thread Janek Warchoł
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

Re: Overlapping notes and midi output

2011-03-13 Thread Janek Warchoł
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

Re: Overlapping notes and midi output

2011-03-13 Thread Jan Nieuwenhuizen
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

Re: Overlapping notes and midi output

2011-03-12 Thread Janek Warchoł
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). > >

Re: Overlapping notes and midi output

2011-03-12 Thread Michael Welsh Duggan
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