alphaTab.model.GraceGroup
Represents a group of grace beats that belong together
class GraceGroupProperties​
beats​
All beats within this group.
id​
Gets a unique ID for this grace group.
- JavaScript
- C#
- Kotlin
id: string;string Id { get; set; }var id: StringisComplete​
true if the grace beat are followed by a normal beat within the same bar.
- JavaScript
- C#
- Kotlin
isComplete: boolean;bool IsComplete { get; set; }var isComplete: BooleanMethods​
addBeat​
Adds a new beat to this group
| Parameter | Summary |
|---|---|
beatAll | The beat to add |
finish​
(no description)
- JavaScript
- C#
- Kotlin
finish(): voidvoid Finish()fun finish(): Unit