Skip to main content

alphaTab.alphaTex.AlphaTexNoteNode

A node describing a single note.

 interface AlphaTexNoteNode extends AlphaTexAstNode

Properties​

end​

The end (inclusive) of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode )

leadingComments​

The comments preceeding this node. (Inherited from IAlphaTexAstNode )

leadingComments?: AlphaTexComment[];

nodeType​

(no description)

noteEffects​

The effect list for this note. Semantically this list might also contain effects applied to the beat level. This allows specifying beat effects on a single note beat like C4{txt "Beat Text" turn} instead of C4{turn}{txt Beat}

noteEffects?: AlphaTexPropertiesNode;

noteString​

The string value for fretted/stringed notes like guitars.

noteString?: AlphaTexNumberLiteral;

noteStringDot​

The dot separating the note value and the string for fretted/stringed instruments like guitars.

noteStringDot?: AlphaTexDotTokenNode;

noteValue​

The value of the note. Depending on whether it is a fretted, pitched or percussion note this value varies.

start​

The start of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode )

trailingComments​

The comments after this node (if starting on the same line). (Inherited from IAlphaTexAstNode )

trailingComments?: AlphaTexComment[];