Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ major_third
Function
major_third
mingus/core/intervals.py:183–185 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
181
182
183
def
major_third(note):
184
trd = third(note[0],
"C"
)
185
return
augment_or_diminish_until_the_interval_is_right(note, trd, 4)
186
187
188
def
minor_fourth(note):
Callers
nothing calls this directly
Calls
2
third
Function · 0.85
augment_or_diminish_until_the_interval_is_right
Function · 0.85
Tested by
no test coverage detected