Replies: 1 comment
-
For practical purposes, you can use
is effectively the same thing as:
The default quantization value is 90, so if you want to "turn off" the automatic slurring, you can use All that being said, it might still be useful to add a "slur mode" that you can enable/disable with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are cases where there are like dozens of notes lying under a slur. Then, appending each note with a tilde is very inconvenient, like:
This is extremely inconvenient if at some moment I suddenly say "let's delete the slurs!"
In this case, maybe we can design a function
slur
so that the code above is equivalent to(after
(slur 'on)
, the notes without~
are slurred while those with~
are not slurred), or even something like(just like how we write a long slur to cover a sequence of notes in sheet music).
Beta Was this translation helpful? Give feedback.
All reactions