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

Function subtonic7

mingus/core/chords.py:673–675  ·  view source on GitHub ↗

Return the subtonic seventh chord in key.

(key)

Source from the content-addressed store, hash-verified

671
672
673def subtonic7(key):
674 """Return the subtonic seventh chord in key."""
675 return sevenths(key)[6]
676
677
678def I(key):

Callers 1

VII7Function · 0.85

Calls 1

seventhsFunction · 0.85

Tested by

no test coverage detected