mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 06:46:14 +00:00
1ed90c72d6
Scale notes spelled with flats (e.g. the Eb blue note in the blues scale) were silently dropped from scale_diagram() because the fretboard spells that pitch as D#, so the string comparison never matched. Match notes enharmonically via the system's canonical name and display them using the scale's own spelling. Pre-existing bug (also in 0.42.x), surfaced while flipping the docs for the low-to-high release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>