/** Creates a new Staff with the given StaffHeader and an * empty MeasureStartTimeSlice list. * The parent pointer will be set when this is added to a StaffSystem. * * @param staffHeader the header for this Staff */ public Staff(StaffHeader staffHeader) { _staffHeader = staffHeader; }