Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ major_second
Function
major_second
mingus/core/intervals.py:173–175 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
171
172
173
def
major_second(note):
174
sec = second(note[0],
"C"
)
175
return
augment_or_diminish_until_the_interval_is_right(note, sec, 2)
176
177
178
def
minor_third(note):
Callers
nothing calls this directly
Calls
2
second
Function · 0.85
augment_or_diminish_until_the_interval_is_right
Function · 0.85
Tested by
no test coverage detected