mzk- music theory helper |
git clone git://git.acid.vegas/mzk.git |
Log | Files | Refs | Archive | README | LICENSE |
commit b2c76017143b423ccc37a6e5dca1cb57c45a7ddd
parent c5f05ae1bc58f5f9dae89d3e698fc955682ce5e6 Author: acidvegas <acid.vegas@acid.vegas> Date: Thu, 25 Jul 2019 02:11:43 -0400 fixed Diffstat:
|
1 file changed, 2 insertions(+), 4 deletions(-) |
diff --git a/mzk/functions.py b/mzk/functions.py @@ -155,6 +155,4 @@ def print_scales(): for name, pattern in constants.scales.items(): print(f'│ {name.ljust(21)} │ {get_pattern(pattern).rjust(15)} │') print('└───────────────────────┴─────────────────┘') - print(print_scales.__doc__) - -print_scale('C','major') -\ No newline at end of file + print(print_scales.__doc__) +\ No newline at end of file |