MCPcopy Create free account
hub / github.com/bspaans/python-mingus / supertonic7

Function supertonic7

mingus/core/chords.py:598–600  ·  view source on GitHub ↗

Return the supertonic seventh chord in key.

(key)

Source from the content-addressed store, hash-verified

596
597
598def supertonic7(key):
599 """Return the supertonic seventh chord in key."""
600 return sevenths(key)[1]
601
602
603def mediant(key):

Callers 2

ii7Function · 0.85
II7Function · 0.85

Calls 1

seventhsFunction · 0.85

Tested by

no test coverage detected