tonalitytools.chord_class_extent_to_extent_name

abjad.tools.tonalitytools.chord_class_extent_to_extent_name.chord_class_extent_to_extent_name(extent)[source]

New in version 2.0.

Change integer chord class extent to extent name.

abjad> from abjad.tools import tonalitytools
abjad> tonalitytools.chord_class_extent_to_extent_name(7)
'seventh'

The call above shows that a tertian chord subtending 7 staff spaces qualifies as a seventh chord.

This Page