lilypond-user
[Top][All Lists]
Advanced

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

MIDI skips note if another voice struck it previously


From: Javier Ruiz-Alma
Subject: MIDI skips note if another voice struck it previously
Date: Sat, 16 Apr 2011 18:31:27 -0700 (PDT)

\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

reply via email to

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