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

Function subdominant7

mingus/core/chords.py:628–630  ·  view source on GitHub ↗

Return the subdominant seventh chord in key.

(key)

Source from the content-addressed store, hash-verified

626
627
628def subdominant7(key):
629 """Return the subdominant seventh chord in key."""
630 return sevenths(key)[3]
631
632
633def dominant(key):

Callers 1

IV7Function · 0.85

Calls 1

seventhsFunction · 0.85

Tested by

no test coverage detected