alphaTab.model.NumberedStaffConfig
Per-staff-type display configuration for the numbered (jianpu) staff.
The "1=X" key designation is rendered as an above-staff effect-band
label, not a header glyph, so this config has no keySignature field.
interface NumberedStaffConfigProperties​
barNumber​
(no description)
- JavaScript
- C#
- Kotlin
barNumber?: BarNumberDisplay;BarNumberDisplay BarNumber { get; set; }var barNumber: BarNumberDisplaytimeSignature​
(no description)
- JavaScript
- C#
- Kotlin
timeSignature?: ElementDisplay;ElementDisplay TimeSignature { get; set; }var timeSignature: ElementDisplay