Midi output for multiple voices

2010-07-30 Thread Michael Pozhidaev
Hello, everybody! I've got the problem with midi files generated from scores with temporary second voice. The notes from second voice already being played in first one are silently skipped in midi files. Snippet like in following example: << { \voiceOne 2} \new Voice {\voiceTwo a'8 b'8 a'8 g'8}>>

Re: Midi output for multiple voices

2010-07-30 Thread Michael Pozhidaev
Hello, Joseph! > Not sure if this will work, but it sounds like you need to set up the > MIDI generation so that it will have one track per voice rather than > (the default) by staff. > > See the snippet in Section 3.5.1 of the Notation Reference: > http://lilypond.org/doc/v2.12/Documentation/user

Re: Midi output for multiple voices

2010-07-30 Thread Joseph Wakeling
On 07/30/2010 06:15 AM, Michael Pozhidaev wrote: > Please, help me, is there any workaround for this? I am using > lilypond-2.12.2 and timidity-2.13.2. Not sure if this will work, but it sounds like you need to set up the MIDI generation so that it will have one track per voice rather than (the de

Midi output for multiple voices

2010-07-29 Thread Michael Pozhidaev
Hello, everybody! I've got the problem with midi files generated from scores with temporary second voice. The notes from second voice already being played in first one are silently skipped in midi files. Snippet like in following example: << { \voiceOne 2} \new Voice {\voiceTwo a'8 b'8 a'8 g'8}>>