forked from cuthbertLab/music21
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update changes from master #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…re accidental display options might get lost in Interval._diatonicTransposePitch().
…ePitch to make it better/more readable. I'll make it optional in a later commit.
…sePitch. No-one opts in yet.
…displayStatus during transposition) to True in s._transposeByInstrument, but only if transposeKeySignature is True. This handles both s.toWrittenPitch and s.toSoundingPitch.
…any spanner is that fill does nothing. Only change that default behaviour for Ottava (for now).
…ent.activeSite in that case.
…handling (m21ToXml.py).
…to change atSoundingPitch default).
This is a change to help the converter21 project. Newly registered converters that support the same extensions and formats as existing ones have priority. After being deregistered, the normal format takes over. for @gregchapman-dev and the converter21 Humdrum/MEI project.
Make p.accidental = 2 a bit faster.
New subconverters register above default
Tiny change to make .accidental
Refactor out Jupyter code to the ipython21 directory Refactor out MuseScore code to converter/museScore Make subConverter consistently have a capital C (backwards incompatible)
Jupyter: Lab compatibility & Display all pages, refactor MuseScore
While iterating over all streams, rests of duration 0 are deleted. Previously, the list of rests to be deleted was not reset after finishing with a substream, yielding extremely slow performance on big scores as the code attempted to delete all previously found (and already deleted) rests again in each following substream.
Speed up quantize()
Aloha Oe, Lift Every Voice, Lusitano + Full Measure Rests
Doesn't do anything really useful but doesn't crash. Add typing to module. (Note: this module should return bytes not strings; Py2 legacy)
Search.base with Unpitched etc
Import MusicXML sound files as non-displaying metronome marks Typing on tempo.py Remove Decimal from acceptable in intOrFloatToNum Rename many (but not all) references to IPython to Jupyter
Fix error in newest BWV113.8 also
Pre 9.0 -- Changes
Clean up the User's Guide so that docs in progress are separate from released docs.
Move incomplete docs to testsAndInProgress
Overzealous on improving. Also fix a bug in docbuild on readthedocs.io (unrelated, but the branch was read)
Add unregisterSubconverter alias back
Converter.subconvertersList, Converter.defaultSubconverters , Converter.getSubconverterFormats, and setSubconverterFromFormat are all restored. Note that most of these have been converted in their newer capital-C form to also be callable from the Class (staticmethods) -- this has not been added to the old forms which behave like before. also keep taking every opportunity to see what readthedocs.io wants...
substitute deprecation for removal: converter.py
Two copies -- compressed + Uncompressed.
Remove duplicate Aloha-Oe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.