Simon Albrecht <[email protected]> writes: > Hi David, > > On 16/04/2022 18:11, David Santamauro wrote: >> Hi, it seems removing the Dynamic_performer doesn’t actually remove >> performance of articulations. > > > Articulations are Script grobs, not Dynamics. Maybe removing > Script_engraver as well would do the trick? I don’t work with MIDI > much, so I don’t know whether it will.
Removing _engravers_ will not have any impact on MIDI generation. Only performers and translators make a difference here. In this case, I don't think there is a separate performer to remove: this is handled by the Note_performer . -- David Kastrup
