Changes to triplet characters

This commit is contained in:
2023-12-10 14:45:58 +02:00
parent 9bd4ec0ff0
commit 7cfc92db3d
5 changed files with 82 additions and 40 deletions

View File

@ -149,6 +149,7 @@ def get_scale_length(scale: str) -> int:
return len(SCALES.get(scale.lower().capitalize(), SCALES["Ionian"]))
# pylint: disable=locally-disabled, too-many-arguments
def note_from_pc(
root: int | str,