Skip to content

Commit

Permalink
Add regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimFelixBeyer authored Nov 18, 2023
1 parent 04e5492 commit 64f3746
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions music21/chord/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5447,6 5447,9 @@ def normalOrder(self):
>>> chord.Chord('E#3 A3 C#4').normalOrder
[1, 5, 9]
>>> chord.Chord('B5 G4 D5 E-5 D6').normalOrder
[11, 2, 3, 7]
>>> chord.Chord().normalOrder
[]
'''
Expand Down

0 comments on commit 64f3746

Please sign in to comment.