WIP
This commit is contained in:
@@ -22,7 +22,7 @@ fn interval_stacking_builds_chord() {
|
||||
|
||||
#[test]
|
||||
fn interval_tritone() {
|
||||
expect_stack("c4 tritone", &ints(&[60, 66]));
|
||||
// "tritone" word is taken by the scale, use aug4 or dim5 for interval
|
||||
expect_stack("c4 aug4", &ints(&[60, 66]));
|
||||
expect_stack("c4 dim5", &ints(&[60, 66]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user