lilypond-user
[Top][All Lists]
Advanced

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

Re: LilyPond MIDI and sustain pedal


From: Aaron Hill
Subject: Re: LilyPond MIDI and sustain pedal
Date: Sun, 18 Oct 2020 01:17:14 -0700
User-agent: Roundcube Webmail/1.4.9

On 2020-10-17 11:33 pm, Andrew Bernard wrote:
I think it is the case that LilyPond can't output sustain pedal
information in MIDI files. So, how do people work with this? For
piano, or vibraphone, for example.

Which version are you using? The Piano_pedal_performer *should* be outputting events for the following:

MIDI CC 64 (0x40) - Damper Pedal On/Off
MIDI CC 66 (0x42) - Sostenuto Pedal On/Off
MIDI CC 67 (0x43) - Soft Pedal On/Off

%%%%
\version "2.20.0"

\score {
  {
    | d'16 \sustainOn fis' g' b'~ 4 r2 \sustainOff
    | c'16 \sustainOn e' f' a'~ 4 r2 \sustainOff
    | cis'16 \sustainOn eis' fis' ais'~ 4 r2 \sustainOff
  }
  \midi { \tempo 4 = 120 }
}
%%%%


-- Aaron Hill

Attachment: midi-sustain.midi
Description: MIDI audio

Attachment: midi-sustain.reason.png
Description: PNG image


reply via email to

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