fixed double octave type

This commit is contained in:
Dionysus 2019-07-25 02:35:55 -04:00
parent ff5d07b842
commit 99519b0d9e
No known key found for this signature in database
GPG Key ID: 05114B46832BDBDB
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ compound_intervals = {
'major_thirteenth' : {'semitones':21, 'short_name':'M13'},
'minor_fourteenth' : {'semitones':22, 'short_name':'m14'},
'major_fourteenth' : {'semitones':23, 'short_name':'M14'},
'double_octave' : {'semitones':25, 'short_name':'15ma'}
'double_octave' : {'semitones':24, 'short_name':'15ma'}
}
intervals = {