This commit is contained in:
2026-01-26 12:22:44 +01:00
parent 223679acf8
commit 9e597258e4
14 changed files with 1030 additions and 884 deletions

View File

@@ -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]));
}