Merge pull request 'Document "-" in mini-notation' (#1818) from Wuzzy/strudel:dashtilde into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1818
This commit is contained in:
commit
5a51b4ec71
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ The "~" represents a rest, and will create silence between other events:
|
||||||
|
|
||||||
<MiniRepl client:idle tune={`note("[b4 [~ c5] d5 e5]")`} punchcard />
|
<MiniRepl client:idle tune={`note("[b4 [~ c5] d5 e5]")`} punchcard />
|
||||||
|
|
||||||
|
Alternatively, "-" can be used instead of "~". It means the same thing.
|
||||||
|
|
||||||
## Parallel / polyphony
|
## Parallel / polyphony
|
||||||
|
|
||||||
Using commas, we can play chords.
|
Using commas, we can play chords.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue