On 2023-02-03 16:46, Aaron Hill wrote:
Well, and those names are non-sensical. \sustainOn implies depressing
the pedal.
%%%%
\version "2.22.0"
pdown = -\sustainOn
pup = -\sustainOff
pupdown = -\sustainOff \sustainOn
{ b'4\pdown 2 4\pupdown 2. 4\pup }
%%%%
That probably makes more sense.
Right, I confused the names, thanks for the help. One further question, why the need to prefix the commands with a - ? Does it start some sort of command mode?
-- Paulo Matos
