sixth   macro


Defined in:  https://github.com/lambdamusic/extempore-extensions/blob/main/init/init_makers.xtm

Implementation

(define-macro (sixth plist)
 `(add 9 ,plist))


Back to Index