lilypond-user
[Top][All Lists]
Advanced

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

Stop the resonance of the open hihat in the Midi rendering


From: Denis Bitouzé
Subject: Stop the resonance of the open hihat in the Midi rendering
Date: Mon, 27 Jan 2020 21:27:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

the following drum partition has (semi-)opening hihat. In the Midi
output, the resonance of this hihat is not stopped, even if followed by
an explicitly closed hihat.

Thank you in advance to who can tell me how to stop this resonance.

--8<---------------cut here---------------start------------->8---
\version "2.19.83"

global = {
  \time 4/4
  \tempo 4=100
}

drum = \drummode {
  \global
  % Ajouter notation de percussions.
  \repeat unfold 4 {
    hhc4 hh hh hho
    hhc4 hh hh hhho
  }   
}

\score {
  \new DrumStaff \with {
    \consists "Instrument_name_engraver"
    instrumentName = "Bat."
  } \drum
  \layout { }
  \midi { }
}
--8<---------------cut here---------------end--------------->8---
-- 
Denis



reply via email to

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