On 28.06.23 00:54, Valentin Petzel wrote:
If you want a real alias (that is a second binding to the same function) you
can do

#(define acc acciaccatura)

This will create another binding to the same object
AFAIK,
acc = #acciaccatura
and likewise
af = #after
will have the same effect.

Best, Simon

Reply via email to