isPolyphonic property
bool
get
isPolyphonic
Check if measure has multiple voices (is polyphonic)
Implementation
bool get isPolyphonic => voices.length > 1;
Check if measure has multiple voices (is polyphonic)
bool get isPolyphonic => voices.length > 1;