reset method

void reset()

Clears all span state. Call before re-walking the same staff.

Implementation

void reset() {
  _active = null;
  _activeEndMeasure = null;
}