Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ minor_second
Function
minor_second
mingus/core/intervals.py:168–170 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
166
167
168
def
minor_second(note):
169
sec = second(note[0],
"C"
)
170
return
augment_or_diminish_until_the_interval_is_right(note, sec, 1)
171
172
173
def
major_second(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