Skip to main content

multiBarRestInfo

Description​

The information about which bars are displayed via multi-bar rests. The key is the start bar, and the value is the additional bars in sequential order. This info allows building the correct "next" beat and duration.

multiBarRestInfo: Map<number, number[]> | null;