A little music theory in R
Build, play, and visualize scales, chords, and chord progressions
You can either install from CRAN or grab the latest version directly from this repository.
install.packages("music")Install using remotes:
install.packages("remotes")
remotes::install_github("egenn/music")In version 0.2.0, all functions are now using snake_case. Deprecated functions will produce a warning. Please make sure to use the new function names in your code. The deprecated functions will be removed in a future release.


