Summary
Represents the lyrics of a song.
- Namespace
- AlphaTab
.Model - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["Lyrics"]
class Type type-node
Syntax
public class Lyrics
Properties
Name | Value | Summary |
---|---|---|
Chunks | string[] |
Gets or sets the prepared chunks of the lyrics to apply to beats.
|
StartBar | int |
Gets or sets he start bar on which the lyrics should begin.
|
Text | string |
Gets or sets the raw lyrics text in Guitar Pro format.
(spaces split word syllables, plus merge syllables, [..] are comments)
|