MuseScore/vtest/scores/slurs-22.mscz
Michele Spagnolo c2aad0eb4c Slur collision optimization
The shape of slurs is adjusted with an iterative algorithm in steps of 1/4 space. But for slurs that are very long, it doesn't make any sense to adjust them in steps that small, so here I'm letting the step be larger for long slurs. This has significant performance benefits (it will take less iterations to clear the collisions) but also engraving benefits (long slurs could easily run out of the allowed iterations before clearing all collisions, see the added vtest).
2023-03-21 08:29:37 +01:00

16 KiB