Skip to content

Commit

Permalink
add quince
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFreedman committed Jul 6, 2023
1 parent 28d9ad6 commit d855060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intervals/main_objs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ def cadenceProgressPlot(self, includeType=False, cadTone=None, cadType=None, cus
"Authentic" : "<", "Evaded Authentic": ">", "Abandoned Authentic": "8", "Double Leading Tone" : "s",
"Evaded Double Leading Tone": "p", "Abandoned Double Leading Tone": "P", "Phrygian Clausula Vera": "d",
"Altizans Only": "h", "Evaded Altizans Only": "H", "Leaping Contratenor": "X", "Reinterpreted": "D",
"Phrygian": "d", "None": "*", "Quince": "."}
"Phrygian": "d", "None": "*", "Quince": "q"}

# defining the default order list (or accepting the custom one)
if customOrder == None:
Expand Down

0 comments on commit d855060

Please sign in to comment.