manualBeamGroups property

List<List<int>> manualBeamGroups
getter/setter pair

Manual beam groups — list of note index groups to be beamed together. Example: [0, 1, 2, 3, 4] groups notes 0,1,2 into one beam and 3,4 into another.

Implementation

List<List<int>> manualBeamGroups;