Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ major_fifth
Function
major_fifth
mingus/core/intervals.py:207–209 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
205
206
207
def
major_fifth(note):
208
fif = fifth(note[0],
"C"
)
209
return
augment_or_diminish_until_the_interval_is_right(note, fif, 7)
210
211
212
def
perfect_fifth(note):
Callers
1
perfect_fifth
Function · 0.85
Calls
2
fifth
Function · 0.85
augment_or_diminish_until_the_interval_is_right
Function · 0.85
Tested by
no test coverage detected