alphaTab.model.Lyrics
Represents the lyrics of a song.
class LyricsProperties​
chunks​
Gets or sets the prepared chunks of the lyrics to apply to beats.
- JavaScript
- C#
- Kotlin
startBar​
Gets or sets he start bar on which the lyrics should begin.
- JavaScript
- C#
- Kotlin
startBar: number;double StartBar { get; set; }var startBar: Doubletext​
Gets or sets the raw lyrics text in Guitar Pro format. (spaces split word syllables, plus merge syllables, [..] are comments)
- JavaScript
- C#
- Kotlin
text: string;string Text { get; set; }var text: StringMethods​
finish​
(no description)
- JavaScript
- C#
- Kotlin
finish(skipEmptyEntries?: boolean): voidvoid Finish(bool? skipEmptyEntries)fun finish(skipEmptyEntries: Boolean?): Unit| Parameter | Summary |
|---|---|
skipEmptyEntriesAll | (no description) |