Merge pull request 'Fix incorrect stack Mini Notation' (#1484) from samyk/strudel:main into main

Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1484
This commit is contained in:
Alex McLean
2025-08-04 07:51:29 +02:00
+1 -1
View File
@@ -1288,7 +1288,7 @@ export function sequenceP(pats) {
* @synonyms polyrhythm, pr
* @example
* stack("g3", "b3", ["e4", "d4"]).note()
* // "g3,b3,[e4,d4]".note()
* // "g3,b3,[e4 d4]".note()
*
* @example
* // As a chained function: