neoscore.western.time_signature
- class neoscore.western.time_signature.TimeSignature[source]
Bases:
PositionedObject
,StaffObject
A graphical time signature.
Note that these time signatures are purely cosmetic; they have no effect on automatic engraving since this module has no internal concept of measures.
- __init__(pos_x: Unit, staff: Staff, meter: MeterDef, font: Optional[MusicFont] = None)[source]
- Parameters
pos_x – The x position relative to the parent staff
staff – The parent staff
meter – The meter represented.
font – The font used. Defaults to the staff’s font.