Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ minor_third
Function
minor_third
mingus/core/intervals.py:178–180 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
176
177
178
def
minor_third(note):
179
trd = third(note[0],
"C"
)
180
return
augment_or_diminish_until_the_interval_is_right(note, trd, 3)
181
182
183
def
major_third(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