From 14974b145d6c01b72784f48616a827bff0272d00 Mon Sep 17 00:00:00 2001 From: Andrew Zimolzak Date: Tue, 8 Jul 2014 00:05:54 -0400 Subject: [PATCH] Caug is same as Eaug etc --- ukulele.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ukulele.py b/ukulele.py index e131bd0..bc82cb8 100755 --- a/ukulele.py +++ b/ukulele.py @@ -110,8 +110,7 @@ def print_short(self): assert c7.root == "C" # Do not assert root tone of a dim7 because there are four equally -# valid roots. +# valid roots. (Or aug: 3 equally valid) -assert caug.root == "C" assert c9.root == "C" assert c9alt.root == "C"