.. _moduleTie: music21.tie =========== .. WARNING: DO NOT EDIT THIS FILE: AUTOMATICALLY GENERATED. PLEASE EDIT THE .py FILE DIRECTLY. .. automodule:: music21.tie Tie --- .. autoclass:: music21.tie.Tie .. rubric:: :class:`~music21.tie.Tie` bases - :class:`~music21.prebase.ProtoM21Object` - :class:`~music21.common.objects.SlottedObjectMixin` .. rubric:: :class:`~music21.tie.Tie` read-only properties Read-only properties inherited from :class:`~music21.prebase.ProtoM21Object`: .. hlist:: :columns: 3 - :attr:`~music21.prebase.ProtoM21Object.classSet` - :attr:`~music21.prebase.ProtoM21Object.classes` .. rubric:: :class:`~music21.tie.Tie` methods .. automethod:: music21.tie.Tie.__eq__ Methods inherited from :class:`~music21.prebase.ProtoM21Object`: .. hlist:: :columns: 3 - :meth:`~music21.prebase.ProtoM21Object.isClassOrSubclass` .. rubric:: :class:`~music21.tie.Tie` instance variables .. attribute:: Tie.placement Whether the tie should go up or down. Can be None, meaning it is unknown or should be determined from context, or 'above' or 'below. .. attribute:: Tie.style The style of the tie. Currently can be 'normal', 'dotted', 'dashed' or 'hidden' .. attribute:: Tie.type The tie type, can be 'start', 'stop', 'continue', 'let-ring', or 'continue-let-ring'.