Is there a SIMPLE way to add a MIDI "clap" to a score w/o a drum voice or staff?
Kevin Cole <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <CA+pvXRec6HjTQFK1fhtz+fA-C1DejwuZpZBLYBraLCMDiaPxTw@mail.gmail.com> |
Hi,
I have an instrumental score with a single clap and shout in the
middle of it. I was able to produce the printed appearance that I want
with:
%%%%%%%%%%%%%%
\version "2.26.0"
\language "english"
{
e'2 f'2 |
r2 r4
\override NoteHead.style = #'cross
b'4^\markup \italic "Hey!"
\revert NoteHead.style |
c''2 d''2 |
}
%%%%%%%%%%%%%%
However, I'd like to have a MIDI clap at "Hey!" -- but only if adding
such would be as short and simple as the code above.
Is such a thing possible? (The documentation I found appeared overly
complex and incomprehensible for something that would seem to be a
common enough musical occurrence. So, I figured I was probably
searching for the wrong thing.)