lilypond-user
[Top][All Lists]
Advanced

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

Re: help for midi instruments


From: Kieren MacMillan
Subject: Re: help for midi instruments
Date: Sat, 2 Apr 2022 12:03:10 -0400

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

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