Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ minor_seventh
Function
minor_seventh
mingus/core/intervals.py:226–228 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
224
225
226
def
minor_seventh(note):
227
sth = seventh(note[0],
"C"
)
228
return
augment_or_diminish_until_the_interval_is_right(note, sth, 10)
229
230
231
def
major_seventh(note):
Callers
nothing calls this directly
Calls
2
augment_or_diminish_until_the_interval_is_right
Function · 0.85
seventh
Function · 0.70
Tested by
no test coverage detected