isPolyphonic property

bool get isPolyphonic

Check if measure has multiple voices (is polyphonic)

Implementation

bool get isPolyphonic => voices.length > 1;