Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ tonic7
Function
tonic7
mingus/core/chords.py:583–585 ·
view source on GitHub ↗
Return the seventh chord in key.
(key)
Source
from the content-addressed store, hash-verified
581
582
583
def
tonic7(key):
584
""
"Return the seventh chord in key."
""
585
return
sevenths(key)[0]
586
587
588
def
supertonic(key):
Callers
1
I7
Function · 0.85
Calls
1
sevenths
Function · 0.85
Tested by
no test coverage detected