Skip to content

Commit

Permalink
Fix CHORD_TYPES[Neapolitan] list (was '1,2-,3,5-', is now '1,-2,3,-5'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchapman-dev committed Apr 11, 2024
1 parent dee8621 commit 48b0639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music21/harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
('suspended-second', ['1,2,5', ['sus2']]), # Y
('suspended-fourth', ['1,4,5', ['sus', 'sus4']]), # Y
('suspended-fourth-seventh', ['1,4,5,-7', ['7sus', '7sus4']]), # Y
('Neapolitan', ['1,2-,3,5-', ['N6']]), # Y
('Neapolitan', ['1,-2,3,-5', ['N6']]), # Y
('Italian', ['1,#4,-6', ['It+6', 'It']]), # Y
('French', ['1,2,#4,-6', ['Fr+6', 'Fr']]), # Y
('German', ['1,-3,#4,-6', ['Gr+6', 'Ger']]), # Y
Expand Down

0 comments on commit 48b0639

Please sign in to comment.