neoscore.core.break_hint

class neoscore.core.break_hint.BreakHint[source]

Bases: PositionedObject, BreakOpportunity

A standalone invisible break opportunity.

When placed in a Flowable, this signals to the flowable that a break can be performed here.

__init__(pos: Union[Point, Tuple[Unit, Unit]], parent: Optional[PositionedObject])[source]
Parameters
  • pos – The position of the object relative to its parent

  • parent – The parent object.