Skip to main content

alphaTab.alphaTex.AlphaTexScoreNode

A node describing the root of an alphaTex file for a musical score.

 interface AlphaTexScoreNode extends AlphaTexAstNode

Properties​

bars​

The bars describing the contents of the song.

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)

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[];