Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cuthbertLab/music21
Browse files Browse the repository at this point in the history
  • Loading branch information
Myke Cuthbert committed Jan 1, 2021
2 parents 5fdc7c6 + dcb32fc commit 9e8d79b
Show file tree
Hide file tree
Showing 19 changed files with 680 additions and 922 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

music21 -- A Toolkit for Computational Musicology

Copyright © 2006-2020, Michael Scott Cuthbert and cuthbertLab
Copyright © 2006-2021, Michael Scott Cuthbert and cuthbertLab

For more information, visit:
http://web.mit.edu/music21 or http://music21.readthedocs.org/en/latest/index.html
Expand Down
4 changes: 2 additions & 2 deletions dist/dist.py
Expand Up @@ -6,7 +6,7 @@
# Authors: Christopher Ariza
# Michael Scott Cuthbert
#
# Copyright: Copyright © 2010-2020 Michael Scott Cuthbert and the music21 Project
# Copyright: Copyright © 2010-2021 Michael Scott Cuthbert and the music21 Project
# License: BSD, see license.txt
#-------------------------------------------------------------------------------
'''
Expand All @@ -21,7 +21,7 @@
so don't skip the next step!
3. run test/warningMultiprocessTest.py for lowest and highest Py version -- fix all warnings!
4. run test/testLint.py and fix any lint errors
5. commit and then check test/testSingleCoreAll.py or wait for results on Travis-CI
5. commit and then check test/testSingleCoreAll.py or wait for results on Github Actions
(normally not necessary, because it's slower and mostly duplicates multiprocessTest,
but should be done before making a release).
6. then python documentation/testDocumentation.py [*]
Expand Down
20 changes: 11 additions & 9 deletions documentation/source/about/about.rst
Expand Up @@ -34,9 +34,9 @@ and papers on algorithmic composition and generative music systems.
Ariza received his A.B.
degree from Harvard University and his M.A. and Ph.D. degrees from New York University.

**Benjamin Hogue** is Former Lead Programmer of `music21`.
**Benjamin Hogue** is Former Lead Programmer of `music21` for 2013.

**Josiah Wolf Oberholtzer** is Former Lead Programmer of `music21`.
**Josiah Wolf Oberholtzer** is Former Lead Programmer of `music21` for 2014-15.

Additional contributions by many MIT students and visitors and the
Open Source software community.
Expand Down Expand Up @@ -68,12 +68,16 @@ working on other music and technology projects, in particular:

* `David Huron`_, inventor of `Humdrum`_, the inspiration for music21.

* `Michael Good`_ and Recordare.com for creating MusicXML and many
discussions about the project.

* The `Center for Computer-Assisted Research in the Humanities`_ at Stanford University,
contributing to the knowledge of music since 1984, and
publishers of *Computing in Musicology*.

.. _David Huron: http://www.musiccog.ohio-state.edu/Huron/
.. _Humdrum: http://www.musiccog.ohio-state.edu/Humdrum/
.. _Michael Good: http://www.recordare.com
.. _Center for Computer-Assisted Research in the Humanities: http://www.ccarh.org/

Contributors
Expand Down Expand Up @@ -104,9 +108,6 @@ to this project. Their contributions and generosity are greatly appreciated.
* `Ewa Dahlig-Turek`_ has kindly given permission to distribute the
Essen folksong database with music21.

* `Michael Good`_ and Recordare.com for creating MusicXML and many
discussions about the project.

* `Margaret Greentree`_ kindly gave permission for distribution of her edited
collection of the Bach chorales in MusicXML format as part of the music21 corpus.
Her website contains all these chorales in additional formats.
Expand All @@ -129,14 +130,14 @@ to this project. Their contributions and generosity are greatly appreciated.
encodings of the Essen folksong database with music21.

* `Bryen Travis`_ has kindly gave permission to use his collection of
Bach MIDI data in `music21`.
Bach MIDI data in `music21`. It is no longer included in the Corpus, but we
continue to thank him for his generosity.

* `Project Gutenberg`_ houses public domain music, including the quartets of Beethoven,
Haydn, and Mozart, in musicxml format which we have been able to include in music21.

.. _Donald Byrd: http://www.informatics.indiana.edu/donbyrd/CMNExtremes.htm
.. _Laura E. Conrad: http://www.serpentpublications.org/
.. _Michael Good: http://www.recordare.com
.. _Margaret Greentree: http://www.jsbchorales.net
.. _MuseScore: http://www.musescore.com
.. _Justin London: http://www.people.carleton.edu/~jlondon/2ndviennese.htm
Expand Down Expand Up @@ -174,7 +175,7 @@ Licensing and Copyright
The `music21` Toolkit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Music21 is Copyright © 2006-2020, Michael Scott Cuthbert and cuthbertLab.
Music21 is Copyright © 2006-2021, Michael Scott Cuthbert and cuthbertLab.
Music21 code (excluding content encoded in the corpus) is
free and open-source software, licensed under the BSD License.

Expand All @@ -192,7 +193,8 @@ compositions or directories for more details.

To the best of our knowledge, the music (if not the encodings)
in the corpus are either out of copyright
in the United States and/or are licensed for non-commercial use.
in the United States and/or are licensed for non-commercial use. We also
aim to have all files out of copyright in the EU and Canada as well.
These works, along with any works linked
to in the virtual corpus, may or may not be free in your jurisdiction.
If you believe this message to be in
Expand Down
2 changes: 1 addition & 1 deletion documentation/source/conf.py
Expand Up @@ -48,7 +48,7 @@
project = 'music21'
# pylint: disable=redefined-builtin
# noinspection PyShadowingBuiltins
copyright = '2006-2020, Michael Scott Cuthbert and cuthbertLab' # @ReservedAssignment
copyright = '2006-2021, Michael Scott Cuthbert and cuthbertLab' # @ReservedAssignment

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
665 changes: 370 additions & 295 deletions documentation/source/developerReference/musicxmlTest.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 9e8d79b

Please sign in to comment.