Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
673
def
subtonic7(key):
674
""
"Return the subtonic seventh chord in key."
""
675
return
sevenths(key)[6]
676
677
678
def
I(key):
Callers
1
VII7
Function · 0.85
Calls
1
sevenths
Function · 0.85
Tested by
no test coverage detected