isEmpty property

bool get isEmpty

True when no OctaveMark exists anywhere on the staff.

Implementation

bool get isEmpty => _events.isEmpty;