pymusicxml.score_components.StartNumberedSpanner

class pymusicxml.score_components.StartNumberedSpanner(label: Any = 1)[source]

Bases: NumberedSpanner

Abstract base class for the start of a Direction or Notation that spans multiple time-points.

Attributes

MID_TYPES

STOP_TYPE

The associated stop type; used for validating line numbers

STOP_TYPE: StopNumberedSpanner = NotImplemented

The associated stop type; used for validating line numbers

MID_TYPES: Sequence[MidNumberedSpanner] = ()