1
0
Fork 0
No description
Find a file
Courtney Rosenthal 79ce26d346
All checks were successful
Build / build (push) Successful in 40s
Fixed pub link
2026-02-22 18:03:56 -08:00
.github/workflows added action to build and publish the PDFs 2026-02-22 11:57:01 -08:00
data initial checkin 2026-02-21 12:41:14 -08:00
.gitignore added action to build and publish the PDFs 2026-02-22 11:57:01 -08:00
LICENSE.md added action to build and publish the PDFs 2026-02-22 11:57:01 -08:00
major_minor_scales.py Some cleanups. 2026-02-21 22:09:00 -08:00
Makefile added action to build and publish the PDFs 2026-02-22 11:57:01 -08:00
README.md Fixed pub link 2026-02-22 18:03:56 -08:00
requirements.txt initial checkin 2026-02-21 12:41:14 -08:00

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