No description
|
|
||
|---|---|---|
| .github/workflows | ||
| data | ||
| .gitignore | ||
| LICENSE.md | ||
| major_minor_scales.py | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
Music Theory Reference Sheets
I wanted to make a "Major and Minor Scales" reference sheet for my music theory class. So, here it is. I named the project "Reference Sheets" with the optimistic hope that someday there will be more. But right now, it's just the one.
Requirements:
- Python 3 (tested with version 3.14)
- make
To generate the reference sheet, run: make
This will:
- Create a Python virtual environment under .venv
- Install required Python packages into that environment
- Run the Python script to generate output.
The latest version of the generated PDF is available here: https://pub.crosenthal.com/music-theory-refs/
Author
Courtney Rosenthal
cr@crosenthal.com
https://codeberg.org/crosenthal/music-theory-refs
Copyright © 2026, Courtney Rosenthal
See the accompanying LICENSE.md file