Skip to main content

alphaTab.importer.alphaTex.IAlphaTexImporterState

(no description)

 interface IAlphaTexImporterState

Properties​

accidentalMode​

(no description)

accidentalMode: AlphaTexAccidentalMode;

currentDynamics​

(no description)

currentDynamics: DynamicValue;

currentTupletDenominator​

(no description)

currentTupletDenominator: number;

currentTupletNumerator​

(no description)

currentTupletNumerator: number;

lyrics​

(no description)

readonly lyrics: Map<number, Lyrics[]>;

percussionArticulationNames​

(no description)

readonly percussionArticulationNames: Map<string, string>;

score​

(no description)

score: Score;

slurs​

(no description)

readonly slurs: Map<string, Note>;

staffHasExplicitDisplayTransposition​

(no description)

readonly staffHasExplicitDisplayTransposition: Set<Staff>;

staffHasExplicitTuning​

(no description)

readonly staffHasExplicitTuning: Set<Staff>;

staffTuningApplied​

(no description)

readonly staffTuningApplied: Set<Staff>;

sustainPedalToBeat​

(no description)

readonly sustainPedalToBeat: Map<SustainPedalMarker, Beat>;

syncPoints​

(no description)

readonly syncPoints: FlatSyncPoint[];

voiceMode​

(no description)

voiceMode: AlphaTexVoiceMode;