alphaTab.model.RepeatGroup
This public class can store the information about a group of measures which are repeated
class RepeatGroupProperties​
closings​
a list of masterbars which close the group.
isClosed​
true if the repeat group was closed well
- JavaScript
- C#
- Kotlin
isClosed: boolean;bool IsClosed { get; set; }var isClosed: BooleanisOpened​
Gets whether this repeat group is really opened as a repeat.
- JavaScript
- C#
- Kotlin
readonly isOpened: boolean;bool IsOpened { get; }val isOpened: BooleanmasterBars​
All masterbars repeated within this group
opening​
the masterbars which opens the group.
openings​
a list of masterbars which open the group.
Methods​
addMasterBar​
(no description)
| Parameter | Summary |
|---|---|
masterBarAll | (no description) |