tonalitytools.Mode

Inheritance diagram of abjad.tools.tonalitytools.Mode.Mode.Mode

class abjad.tools.tonalitytools.Mode.Mode.Mode(arg)[source]

New in version 2.0.

Diatonic mode. Can be extended for nondiatonic mode.

Modes with different ascending and descending forms not yet implemented.

Read-only Properties

Mode.melodic_diatonic_interval_segment[source]
Mode.mode_name[source]

Special Methods

Mode.__delattr__()

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

Note

Inherited from __builtin__.object

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

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

Mode.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

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

Note

Inherited from __builtin__.object

Mode.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

Mode.__len__()[source]
Mode.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

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

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

Note

Inherited from __builtin__.object

Mode.__str__()[source]

Table Of Contents

This Page