Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 599 Bytes

Using Music21 Python Library to find common Bach Chords

Music21 is an awesome python library that lets you analyse music in many different ways. On the podcast, DataSkeptic, it was asked, "Could I use Music21 to find out Bach's favorite chord?" The author of Music21 said, "Yes."

So this is putting that to test.

Getting Started

It is a basic python script. Download and run, nothing else is needed to go!

Prerequisites

The only prereq is the Music21 library which can be install with pip.

pip3 install music21