Hi Gilles,

> What's the incantation equivalent to Knute's template?

With a MWE, it's not worth the overhead of course.  ;)

But in a RWE… once you've included the EE in your project, added an edition 
(e.g., v1), and assigned the MIDI score an id (e.g. midi), then you could say, 
for example,

\editionModList v1 midi
    <>\mf
    #'(1 (3 2/4) 17 (24 13/16) 41)

and it would insert a volume change [to \mf] at those points in the MIDI file. 
With just a handful of code lines, you'd have total control of the MIDI volume 
"map", totally independently of the printed score and without touching/muddying 
the content [note] code/file.

Hope that helps clarify!
Kieren.

Reply via email to