alphaTab.alphaTex.AlphaTexBeatNode
Description
A node describing a beat within alphaTex.
interface AlphaTexBeatNode extends AlphaTexAstNodeProperties
beatEffects | The effect list for this beat. |
beatMultiplier | The |
beatMultiplierValue | The numeric value how often the beat should be repeated. |
durationChange | An optional marker changing the beat duration via a marker like |
durationDot | The dot separating the beat content and the postfix beat duration |
durationValue | The postfix beat duration. |
end | The end (inclusive) of this node when parsed from an input source file. (Inherited from |
leadingComments | The comments preceeding this node. (Inherited from |
nodeType | |
notes | The notes contained in this beat (mutually exclusive with |
rest | The marker indicating that this beat is a rest beat. Currently always an identifier with |
start | The start of this node when parsed from an input source file. (Inherited from |
trailingComments | The comments after this node (if starting on the same line). (Inherited from |