-
Notifications
You must be signed in to change notification settings - Fork 403
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
Figured bass import and export for MusicXML and MEI #1613
base: master
Are you sure you want to change the base?
Commits on Feb 26, 2023
-
added figuredBass tag to mei import
Moritz Heffter committedFeb 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 48d216d - Browse repository at this point
Copy the full SHA 48d216dView commit details -
fixed import and moved figuredBassIndication to harmony
Moritz Heffter committedFeb 26, 2023 Configuration menu - View commit details
-
Copy full SHA for b3249a9 - Browse repository at this point
Copy the full SHA b3249a9View commit details -
Merge pull request #2 from mxordn/mei-import-fb-support
fixed import and moved figuredBassIndication to harmony
Configuration menu - View commit details
-
Copy full SHA for 59d54c0 - Browse repository at this point
Copy the full SHA 59d54c0View commit details -
Moritz Heffter committed
Feb 26, 2023 Configuration menu - View commit details
-
Copy full SHA for afcde73 - Browse repository at this point
Copy the full SHA afcde73View commit details
Commits on Feb 28, 2023
-
first working musicxml output for FiguredBassIndication Objects
Moritz Heffter committedFeb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 7ca3834 - Browse repository at this point
Copy the full SHA 7ca3834View commit details -
improved figuredbass mei and musicxml import/export deals now with ex…
…tenders
Moritz Heffter committedFeb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 79ab796 - Browse repository at this point
Copy the full SHA 79ab796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe69ed - Browse repository at this point
Copy the full SHA 8fe69edView commit details
Commits on Mar 4, 2023
-
stable import and export of figured base. Some unicode characters mig…
…ht have to be added in the future
Moritz Heffter committedMar 4, 2023 Configuration menu - View commit details
-
Copy full SHA for fe3aaf5 - Browse repository at this point
Copy the full SHA fe3aaf5View commit details -
cleanup mei import and musicxml export
Moritz Heffter committedMar 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 7708338 - Browse repository at this point
Copy the full SHA 7708338View commit details -
Merge pull request #3 from mxordn/mei-import-fb-support
Mei import fb support
Configuration menu - View commit details
-
Copy full SHA for 0793349 - Browse repository at this point
Copy the full SHA 0793349View commit details
Commits on Mar 7, 2023
-
xml import and export fixed problems with more than two figures per note
Moritz Heffter committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 82995d7 - Browse repository at this point
Copy the full SHA 82995d7View commit details
Commits on Mar 21, 2023
-
Merge pull request #4 from cuthbertLab/master
Add utility for removing duplicated objects (e.g. keys, clefs) (cuthbertLab#1454)
Configuration menu - View commit details
-
Copy full SHA for 60653c1 - Browse repository at this point
Copy the full SHA 60653c1View commit details -
fixed wrong offsets for multiple figures
Moritz Heffter committedMar 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 0cabb7d - Browse repository at this point
Copy the full SHA 0cabb7dView commit details
Commits on Mar 22, 2023
-
fixed export of multiple figures, where an already exsiting duration …
…was erroneously set to 0
Moritz Heffter committedMar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for fd1626d - Browse repository at this point
Copy the full SHA fd1626dView commit details -
Moritz Heffter committed
Mar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 874b959 - Browse repository at this point
Copy the full SHA 874b959View commit details -
Merge pull request #5 from mxordn/musicxml-fb-import
Musicxml fb import
Configuration menu - View commit details
-
Copy full SHA for 7c62238 - Browse repository at this point
Copy the full SHA 7c62238View commit details -
added support for prefix tags and solved problems with empty number tags
Moritz Heffter committedMar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for a85aeeb - Browse repository at this point
Copy the full SHA a85aeebView commit details -
Moritz Heffter committed
Mar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for ffc6190 - Browse repository at this point
Copy the full SHA ffc6190View commit details
Commits on Mar 23, 2023
-
Moritz Heffter committed
Mar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 9acd4a6 - Browse repository at this point
Copy the full SHA 9acd4a6View commit details -
mei/base.py recent update to upstream
Moritz Heffter committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 1c11c71 - Browse repository at this point
Copy the full SHA 1c11c71View commit details -
Moritz Heffter committed
Mar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 13d0d59 - Browse repository at this point
Copy the full SHA 13d0d59View commit details -
edit in mei/test_base.py to pass new fb element in part list
Moritz Heffter committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for f065d4c - Browse repository at this point
Copy the full SHA f065d4cView commit details
Commits on Mar 27, 2023
-
suggestions from review added, smaller formatting improvements
Moritz Heffter committedMar 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 389bb82 - Browse repository at this point
Copy the full SHA 389bb82View commit details -
adapted tests in mei/test_base-py and doctest for figuredBass/notatio…
…n.py
Moritz Heffter committedMar 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 2fb6285 - Browse repository at this point
Copy the full SHA 2fb6285View commit details -
simplification of a if else statement from review
Moritz Heffter committedMar 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 4e5fdec - Browse repository at this point
Copy the full SHA 4e5fdecView commit details
Commits on Mar 28, 2023
-
finally cleaned up for tests and flake8 and mypy
Moritz Heffter committedMar 28, 2023 Configuration menu - View commit details
-
Copy full SHA for ad8b09d - Browse repository at this point
Copy the full SHA ad8b09dView commit details
Commits on Mar 30, 2023
-
Update music21/musicxml/xmlToM21.py
Co-authored-by: Jacob Walls <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 695a1e9 - Browse repository at this point
Copy the full SHA 695a1e9View commit details
Commits on Apr 8, 2023
-
refactoring and adding testfles. put figures in measure-
Moritz Heffter committedApr 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 3e5074f - Browse repository at this point
Copy the full SHA 3e5074fView commit details
Commits on Jun 13, 2023
-
added figuredBass tag to mei import
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 27a1c44 - Browse repository at this point
Copy the full SHA 27a1c44View commit details -
fixed import and moved figuredBassIndication to harmony
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 621aef3 - Browse repository at this point
Copy the full SHA 621aef3View commit details -
Moritz Heffter committed
Jun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 7e416cf - Browse repository at this point
Copy the full SHA 7e416cfView commit details -
first working musicxml output for FiguredBassIndication Objects
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 8085310 - Browse repository at this point
Copy the full SHA 8085310View commit details -
improved figuredbass mei and musicxml import/export deals now with ex…
…tenders
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for f10cbb9 - Browse repository at this point
Copy the full SHA f10cbb9View commit details -
stable import and export of figured base. Some unicode characters mig…
…ht have to be added in the future
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 52363bc - Browse repository at this point
Copy the full SHA 52363bcView commit details -
cleanup mei import and musicxml export
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 413c17b - Browse repository at this point
Copy the full SHA 413c17bView commit details -
xml import and export fixed problems with more than two figures per note
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 8244b3e - Browse repository at this point
Copy the full SHA 8244b3eView commit details -
fixed wrong offsets for multiple figures
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for f9179f7 - Browse repository at this point
Copy the full SHA f9179f7View commit details -
fixed export of multiple figures, where an already exsiting duration …
…was erroneously set to 0
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 3649265 - Browse repository at this point
Copy the full SHA 3649265View commit details -
Moritz Heffter committed
Jun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for e497210 - Browse repository at this point
Copy the full SHA e497210View commit details -
added support for prefix tags and solved problems with empty number tags
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for c6ac193 - Browse repository at this point
Copy the full SHA c6ac193View commit details -
Moritz Heffter committed
Jun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for d8cef56 - Browse repository at this point
Copy the full SHA d8cef56View commit details -
Moritz Heffter committed
Jun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 4f098b1 - Browse repository at this point
Copy the full SHA 4f098b1View commit details -
mei/base.py recent update to upstream
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 9717173 - Browse repository at this point
Copy the full SHA 9717173View commit details -
Moritz Heffter committed
Jun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 0f4aba5 - Browse repository at this point
Copy the full SHA 0f4aba5View commit details -
edit in mei/test_base.py to pass new fb element in part list
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for c8318c5 - Browse repository at this point
Copy the full SHA c8318c5View commit details -
suggestions from review added, smaller formatting improvements
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 7076597 - Browse repository at this point
Copy the full SHA 7076597View commit details -
adapted tests in mei/test_base-py and doctest for figuredBass/notatio…
…n.py
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for d6c49db - Browse repository at this point
Copy the full SHA d6c49dbView commit details -
simplification of a if else statement from review
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 9688055 - Browse repository at this point
Copy the full SHA 9688055View commit details -
finally cleaned up for tests and flake8 and mypy
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 97882bc - Browse repository at this point
Copy the full SHA 97882bcView commit details -
Update music21/musicxml/xmlToM21.py
Co-authored-by: Jacob Walls <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcd1477 - Browse repository at this point
Copy the full SHA dcd1477View commit details -
Moritz Heffter committed
Jun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 1164fd9 - Browse repository at this point
Copy the full SHA 1164fd9View commit details -
added function documentation strings with examples
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 59974de - Browse repository at this point
Copy the full SHA 59974deView commit details -
added more documentation in the mei parser
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for a1efced - Browse repository at this point
Copy the full SHA a1efcedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 000b4ea - Browse repository at this point
Copy the full SHA 000b4eaView commit details -
Merge pull request #7 from mxordn/test-figured-bass
Test figured bass merged into master
Configuration menu - View commit details
-
Copy full SHA for 91c712d - Browse repository at this point
Copy the full SHA 91c712dView commit details -
Moritz Heffter committed
Jun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 95c57fd - Browse repository at this point
Copy the full SHA 95c57fdView commit details -
Merge branch 'test-figured-bass' of https://github.com/mxordn/music21 …
…into test-figured-bass
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 08edf89 - Browse repository at this point
Copy the full SHA 08edf89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21469bc - Browse repository at this point
Copy the full SHA 21469bcView commit details -
Moritz Heffter committed
Jun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 86c95be - Browse repository at this point
Copy the full SHA 86c95beView commit details -
Merge branch 'master' of https://github.com/mxordn/music21
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for dd0de78 - Browse repository at this point
Copy the full SHA dd0de78View commit details -
version with Figures at top level
Moritz Heffter committedJun 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 7b2d99a - Browse repository at this point
Copy the full SHA 7b2d99aView commit details -
Merge pull request #9 from mxordn/test-figured-bass
version with Figures at top level
Configuration menu - View commit details
-
Copy full SHA for e008660 - Browse repository at this point
Copy the full SHA e008660View commit details
Commits on Jun 15, 2023
-
added some additional checks and warnings for prefixes and suffixes
mxordn committedJun 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 704434f - Browse repository at this point
Copy the full SHA 704434fView commit details
Commits on Jun 16, 2023
-
added prefix and suffix warnings
mxordn committedJun 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 1f2d4ce - Browse repository at this point
Copy the full SHA 1f2d4ceView commit details
Commits on Jun 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3bd064 - Browse repository at this point
Copy the full SHA a3bd064View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1f237 - Browse repository at this point
Copy the full SHA cf1f237View commit details -
added examples for figured bass
mxordn committedJun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 74f4d96 - Browse repository at this point
Copy the full SHA 74f4d96View commit details -
mei import of figured bass goes to the measure; added exmaples for me…
…i figured bass
Moritz Heffter committedJun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 0d91795 - Browse repository at this point
Copy the full SHA 0d91795View commit details -
commented out old mei import into score
Moritz Heffter committedJun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 3e45f77 - Browse repository at this point
Copy the full SHA 3e45f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d7201 - Browse repository at this point
Copy the full SHA b5d7201View commit details -
mxordn committed
Jun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for f62fc34 - Browse repository at this point
Copy the full SHA f62fc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 774c126 - Browse repository at this point
Copy the full SHA 774c126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ca64e - Browse repository at this point
Copy the full SHA 03ca64eView commit details -
mxordn committed
Jun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 36970de - Browse repository at this point
Copy the full SHA 36970deView commit details -
second cleanup comments and tests
mxordn committedJun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for a4b523e - Browse repository at this point
Copy the full SHA a4b523eView commit details