add synonym to docs

This commit is contained in:
Lu[ke] Wilson
2025-08-01 09:39:21 +01:00
parent 9017085fa3
commit ef3cd56b0d
+1
View File
@@ -124,6 +124,7 @@ function transposeFn(intervalOrSemitones, pat) {
* @returns Pattern
* @memberof Pattern
* @name transpose
* @synonyms trans
* @example
* "c2 c3".fast(2).transpose("<0 -2 5 3>".slow(2)).note()
* @example