[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MIDI skips note if another voice struck it previously
From: |
Janek Warchoł |
Subject: |
Re: MIDI skips note if another voice struck it previously |
Date: |
Fri, 6 May 2011 11:39:30 +0200 |
Hi,
this should've been sent to the address@hidden I think it got
overlooked - i'm forwarding it right now.
cheers,
Janek
---------- Forwarded message ----------
From: Javier Ruiz-Alma <address@hidden>
Date: 2011/4/17
Subject: MIDI skips note if another voice struck it previously
To: LilyPond User Group <address@hidden>
\version "2.13.59"
MyNotes= \relative c''{
<< %Playing these ditones in one voice no issues here
{<d b> <b g> <c a> r}
>>
<<
{d b c r|}\\ %MIDI doesn't strike "b" note of first voice
{b g a r|}
>>
<<
{d s c r|}\\ %Omitted the note to prove MIDI sounds same as above
{b g a r|}
>>
<<
{d b c r|}\\
{b g a r|}\\
{\hideNotes %WORKAROUND:
s b s s|}>> %Adding a hidden 3rd voice with just the missing note to
force lilypond's
} %MIDI output to strike the missing "b" note....why is this necessary?
\score{
\MyNotes
\layout {}
\midi{}
}
%Javier Ruiz
- Re: MIDI skips note if another voice struck it previously,
Janek Warchoł <=