notation.slurHeight
notation.slurHeightJavaScript
notation.slurHeightJSON
Notation.SlurHeight.net
notation.slurHeightAndroid
Description​
The height scale factor for slurs Slurs and ties currently calculate their height based on the distance they have from start to end note. Most music notation software do some complex collision detection to avoid a slur to overlap with other elements, alphaTab only has a simplified version of the slur positioning as of today. This setting allows adjusting the slur height to avoid collisions. The factor defined by this setting, is multiplied with the logarithmic distance between start and end.
Slur Height Default | Slur Height 14 |
---|---|
- JavaScript
- C#
- Kotlin
slurHeight: number = 5;
double SlurHeight { get; set; } = 5
var slurHeight: Double = 5