nextPedalMarker
Description​
The next pedal marker for linking the related markers together to a "down -> hold -> up" or "down -> up" sequence. Always null for "up" markers.
- JavaScript
- C#
- Kotlin
nextPedalMarker: SustainPedalMarker | null;
SustainPedalMarker? NextPedalMarker { get; set; }
var nextPedalMarker: SustainPedalMarker?