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