music-suite / music-pitch

This repo has been merged into: https://github.com/music-suite/music-suite
http://music-suite.github.io
BSD 3-Clause "New" or "Revised" License
9 stars 9 forks source link

mkInterval behaves oddly for negative number component #40

Closed hanshoglund closed 10 years ago

hanshoglund commented 10 years ago
>>> mkInterval Perfect (-4)
-_P4
>>> 
>>> mkInterval Perfect (-5)
-_P5
>>> 
>>> mkInterval Minor (-5)
-*** Exception: qualityToDiff: Unknown interval expression (PerfectType, Minor)
>>> 
>>> mkInterval Minor (-3)
-m3
>>> mkInterval Major (-3)
-d3```