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
