bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1647 in lilypond: MIDI skips note if the pitch is already sounding


From: lilypond
Subject: Issue 1647 in lilypond: MIDI skips note if the pitch is already sounding in the same channel
Date: Sat, 07 May 2011 04:23:30 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low

New issue 1647 by address@hidden: MIDI skips note if the pitch is already sounding in the same channel
http://code.google.com/p/lilypond/issues/detail?id=1647

%{We want to hear both notes,
  even though the first note continues through the onset of the second.
%}

\version "2.12"
\score{
  \new Staff
  << {r2 g'} \\ g'1 >>
  \layout {}
  \midi{
%{% begin workaround
% I find the workaround to be essential for proof-hearing piano pieces
    \context {
      \Score
      %% Begin: for versions >2.13.54
      % assign one MIDI channel to each Staff_performer
      midiChannelMapping = #'staff
      %% End: for versions >2.13.54
    }
    % create a different Staff_performer (sic) for each *Voice*
    % so that you get one MIDI channel per Voice
    \context {
      \Staff
      \remove "Staff_performer"
    }
    \context {
      \Voice
      \consists "Staff_performer"
    }
%}% end workaround
  }
}


Attachments:
        repeat_midi.png  1.7 KB
        repeat_midi.midi  130 bytes




reply via email to

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