Skip to main content

alphaTab.model.Lyrics

Represents the lyrics of a song.

 class Lyrics

Properties​

chunks​

Gets or sets the prepared chunks of the lyrics to apply to beats.

chunks: string[];

startBar​

Gets or sets he start bar on which the lyrics should begin.

startBar: number;

text​

Gets or sets the raw lyrics text in Guitar Pro format. (spaces split word syllables, plus merge syllables, [..] are comments)

text: string;

Methods​

finish​

(no description)

finish(skipEmptyEntries?: boolean): void
ParameterSummary
skipEmptyEntriesAll

(no description)