Skip to main content

alphaTab.importer.alphaTex.AlphaTexBarNode

A node describing the bar level contents as written in alphaTex.

 interface AlphaTexBarNode extends AlphaTexAstNode

Properties​

beats​

The beats contained in this bar.

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

metaData​

The metadata tags preceeding the bar contents, might start new tracks, staves, voices etc.

nodeType​

(no description)

pipe​

The pipe symbol denoting the end of the bar.

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