text
Description​
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: String
Gets or sets the raw lyrics text in Guitar Pro format. (spaces split word syllables, plus merge syllables, [..] are comments)
text: string;
string Text { get; set; }
var text: String