Replies: 1 comment 3 replies
-
Do you have some insights where such a scenario would really be needed? Do you actually have some music notation where a slur would span that far and you actually have multiple line breaks? It should be fairly simple to fix the problem if there is only one line-break. But I have my doubts if a slur should go across multiple systems. Slurs are currently handled by the respective start & end note. It would need a bigger redesign to remember slurs across systems until it ends (and draw them at a reasonable location) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While slurs do work cross multiple measures, they seem to break once you want them to go past a line:
For example, I used this code in the playground compiler
E4{slur s1}.4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4 | E4 E4 E4 E4{slur s1}
Beta Was this translation helpful? Give feedback.
All reactions