In [1]:
from music21 import *
c = chord.Chord("C4 E4 G4")
c.isConsonant()
Out[1]:
In [2]:
load_ext music21.ipython21
In [3]:
c.show()
Out[3]:
In [ ]: