bug-lilypond
[Top][All Lists]
Advanced

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

Re: MIDI skips note if another voice struck it previously


From: Phil Holmes
Subject: Re: MIDI skips note if another voice struck it previously
Date: Fri, 6 May 2011 11:02:57 +0100

"Janek Warchoł" <address@hidden> wrote in message news:address@hidden
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


I know Keith and Jan have been changing the midi code and there have been a number of recent (post 59) bug fixes. Could someone who understands the midi stuff confirm whether this is still a bug?

--
Phil Holmes
Bug Squad






reply via email to

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