notation.transpositionPitches
notation.transpositionPitchesJavaScript
notation.transpositionPitchesJSON
Notation.TranspositionPitches.net
notation.transpositionPitchesAndroid
Description​
The transposition pitch offsets for the individual tracks used for rendering and playback. This setting allows transposing of tracks for display and playback.
The transpositionPitches
setting allows defining an additional pitch offset per track, that is then considered when displaying the music sheet.
- JavaScript
- C#
- Kotlin
transpositionPitches: number[] = [];
IList<double> TranspositionPitches { get; set; } = []
var transpositionPitches: alphaTab.collections.DoubleList = []