neoscore.western.rhythm_dot

class neoscore.western.rhythm_dot.RhythmDot[source]

Bases: MusicText

A single rhythmic augmentation dot used in notes and rests

__init__(pos: PointDef, parent: PositionedObject, font: Optional[MusicFont] = None)[source]
Parameters
  • pos – Position relative to parent

  • parent – The parent of the rest. If no font is provided, this parent or one of its ancestors must implement HasStaffUnit.

  • font – If provided, this overrides any font found in the ancestor chain.