Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ minor_sixth
Function
minor_sixth
mingus/core/intervals.py:216–218 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
214
215
216
def
minor_sixth(note):
217
sth = sixth(note[0],
"C"
)
218
return
augment_or_diminish_until_the_interval_is_right(note, sth, 8)
219
220
221
def
major_sixth(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