You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use consistent LaTeX dot symbols for octave diacritics
- Replace \bullet with \cdot in lower octave diacritics
- Ensures visual consistency between upper (\dot) and lower (\cdot) octave markings
- Fixes Issue #21: LaTeX octave diacritics had inconsistent visual weights
- Update all corresponding test expectations
Before: Upper octaves used thin \dot, lower octaves used bold \bullet
After: Both upper and lower octaves use similarly-weighted dot symbols
This improves visual consistency in matplotlib visualizations that use
the latex_octaved_sargam_letter property for musical notation rendering.
Resolves#21
0 commit comments