notation.extendLineEffectsToBeatEnd
notation.extendLineEffectsToBeatEndJavaScript
notation.extendLineEffectsToBeatEndJSON
Notation.ExtendLineEffectsToBeatEnd.net
notation.extendLineEffectsToBeatEndAndroid
Description​
If set to true, line effects like w/bar and let-ring are drawn until the end of the beat instead of the start By default effect annotations that render a line above the staff, stop on the beat. This is the typical display of Guitar Pro. In songbooks and some other tools these effects are drawn to the end of this beat.
Enabled | Disabled |
---|---|
- JavaScript
- C#
- Kotlin
extendLineEffectsToBeatEnd: boolean = false;
bool ExtendLineEffectsToBeatEnd { get; set; } = false
var extendLineEffectsToBeatEnd: Boolean = false