3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add documentation for makeOrnamentalAccidentals. More... almost 2 years ago
Move two new routines from stream/base.py to stream/makeNotation.py. More... almost 2 years ago
Fix test to not use back-tick for half-flat. More... almost 2 years ago
Fix a typo, make mypy happier. More... almost 2 years ago
More review response. More... almost 2 years ago
Improvements to the documentation. More... almost 2 years ago
{Trill,GeneralMordent}.accidentName -> accidental (with displayStatus). Same with Turn.upperAccidentalName and lowerAccidentalName. More... almost 2 years ago
A little more testing. More... almost 2 years ago
And test that fix. More... almost 2 years ago
Undo my workaround for issue #1553 (transpose can lose microtones), and fix it instead. More... almost 2 years ago
Address a few review comments. More... almost 2 years ago
Remove "microtones to quarter tones" operation from pitch.accidental = float setter as out-of-scope and too risky. More... almost 2 years ago
Do the "microtones to quarter tones" operation in Ornament et al, instead of in the pitch.accidental = float setter (to minimize risk). Add Unpitched to the typing for all the realize-related methods. More... almost 2 years ago
Fix pitch.py test expectations to match new quarter-tone preference over microtones. More... almost 2 years ago
Test and fix ornament <accidental-mark> parse and write. More... almost 2 years ago
Be consistent about _direction typing. More... almost 2 years ago
When setting pitch.accidental to a float, do your best to put the quarter-tones in the accidental, and the rest of the microtones in pitch.microtone. More... almost 2 years ago
Add tests for Trill/GeneralMordent/Turn.updateAccidentalDisplay. More... almost 2 years ago
Test some edge conditions. More... almost 2 years ago
Implement Trill/Mordent/Turn on Unpitched. More tests/fixes. More... almost 2 years ago
Remove test relating to insert(ignoreSort=True) More... almost 2 years ago
Revert changes to insert() in favor of explicit sort in test More... almost 2 years ago
Fix a couple tests. More... almost 2 years ago
Add some more tests. More... almost 2 years ago
I missed some implicit octave transposes. More... almost 2 years ago
Oops typo. More... almost 2 years ago
Implement InvertedTrill, simplify InvertedTurn, fix TrillRecognizer to recognize InvertedTrills, and finish modernizing the TrillRecognizer tests. More... almost 2 years ago
Turns out you really need an explit octave before you transpose, or you might loop around to the other end of that same implicit octave, giving you a pretty bogus result in getSize(). More... almost 2 years ago
A few style tweaks and a bunch of headerdoc. More... almost 2 years ago
Even more headerdoc/tests. More... almost 2 years ago