Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
598
def
supertonic7(key):
599
""
"Return the supertonic seventh chord in key."
""
600
return
sevenths(key)[1]
601
602
603
def
mediant(key):
Callers
2
ii7
Function · 0.85
II7
Function · 0.85
Calls
1
sevenths
Function · 0.85
Tested by
no test coverage detected