tonalitytools.InversionIndicator

Inheritance diagram of abjad.tools.tonalitytools.InversionIndicator.InversionIndicator.InversionIndicator

class abjad.tools.tonalitytools.InversionIndicator.InversionIndicator.InversionIndicator(arg=0)[source]

New in version 2.0.

Indicator of the inversion of tertian chords: 5, 63, 64 and also 7, 65, 43, 42, etc. Also root position, first, second, third inversions, etc.

Value object that can not be changed once initialized.

Read-only Properties

InversionIndicator.name[source]
InversionIndicator.number[source]
InversionIndicator.title[source]

Methods

InversionIndicator.extent_to_figured_bass_string(extent)[source]

Special Methods

InversionIndicator.__delattr__()

x.__delattr__(‘name’) <==> del x.name

Note

Inherited from __builtin__.object

InversionIndicator.__eq__(arg)[source]
InversionIndicator.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

InversionIndicator.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

InversionIndicator.__hash__() <==> hash(x)

Note

Inherited from __builtin__.object

InversionIndicator.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

InversionIndicator.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

InversionIndicator.__ne__(arg)[source]
InversionIndicator.__repr__()[source]
InversionIndicator.__setattr__()

x.__setattr__(‘name’, value) <==> x.name = value

Note

Inherited from __builtin__.object

InversionIndicator.__str__() <==> str(x)

Note

Inherited from __builtin__.object

Table Of Contents

This Page