lilypond-user
[Top][All Lists]
Advanced

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

Removing all dynamics from MIDI


From: David Santamauro
Subject: Removing all dynamics from MIDI
Date: Sat, 16 Apr 2022 12:11:39 -0400

Hi, it seems removing the Dynamic_performer doesn’t actually remove performance of articulations. E.g.,

\version "2.22.2"

\include "english.ly"

hits = \relative c { c''4\mp c-^ c-> c }

\score {

  \hits

  \layout {}
  \midi   {
    \context {
      \Voice \remove "Dynamic_performer"
    }
  }
}

The score (attachment)

The midi events (attachment)

How can I get the MIDI to contain only the midi events as pitches and durations, i.e., absolutely no interpretation of dynamics or articulations?

thanks


reply via email to

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