diff --git a/LICENSE b/LICENSE index 965e1d8c..7cec5c83 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,5 @@ -Music21j may be distributed according to the terms of either the -BSD license or the GNU Lesser General Public License, described below. -Distributions that do not specify a license are assumed to be under the -BSD license. +Music21j is distributed according to the terms of either the +BSD license --- BSD License @@ -31,170 +29,3 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ----- -GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/README.md b/README.md index 96fb70da..5a40fbb2 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ const n = new music21.note.Note('F#'); Version -------- -0.14.7 beta +0.15 beta License @@ -111,9 +111,6 @@ Music21j is released under the BSD 3-Clause License. Essentially you can do with it what you want so long as you leave in my copyright statements and do not represent that I endorse your product. -Or you can choose to use the GNU Lesser Public License if for some reason -that suits your project better. - Thanks ----------- @@ -175,7 +172,13 @@ Publishing a new version ------------------------- You'll need to be part of the npm dev team. -Two steps. First run: +Two steps. First make sure you have run: + +```sh +$ grunt +``` + +the latest build must have been made. ```sh $ grunt publish diff --git a/package.json b/package.json index be10a11c..1eb72040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "music21j", - "version": "0.14.12", + "version": "0.15.1", "description": "A toolkit for computer-aided musicology, Javascript version", "main": "releases/music21.debug.js", "typings": "releases/main.d.ts", diff --git a/src/bar.ts b/src/bar.ts index 4091ab5a..eba64ac6 100644 --- a/src/bar.ts +++ b/src/bar.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/bar -- Barline objects * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * */ import * as base from './base'; diff --git a/src/base.ts b/src/base.ts index 40fed3b1..1cb1d140 100644 --- a/src/base.ts +++ b/src/base.ts @@ -4,8 +4,8 @@ * * does not load the other modules. * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * module for Music21Objects */ diff --git a/src/beam.ts b/src/beam.ts index 0a5fb1c2..b82087d5 100644 --- a/src/beam.ts +++ b/src/beam.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/beam -- Beams and Beam class * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Module holding beam materials. * diff --git a/src/chord.ts b/src/chord.ts index a425671e..84c7e7df 100644 --- a/src/chord.ts +++ b/src/chord.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/chord -- Chord * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Chord related objects (esp. music21.chord.Chord) and methods. * diff --git a/src/clef.ts b/src/clef.ts index 82898218..053070d8 100644 --- a/src/clef.ts +++ b/src/clef.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/clef -- Clef objects * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Clef related objects and properties * diff --git a/src/duration.ts b/src/duration.ts index f2aa9de1..34095dd4 100644 --- a/src/duration.ts +++ b/src/duration.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21 features. * music21/duration -- duration routines * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21, Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21, Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Duration module. * diff --git a/src/dynamics.ts b/src/dynamics.ts index 7a6c246c..7b8932a9 100644 --- a/src/dynamics.ts +++ b/src/dynamics.ts @@ -5,8 +5,8 @@ * note that Vex.Flow does not support Dynamics yet and we do not support MIDI dynamics, * so currently of limited value... * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Dynamics related objects. * diff --git a/src/editorial.ts b/src/editorial.ts index c1b38dd2..b1082c6f 100644 --- a/src/editorial.ts +++ b/src/editorial.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/editorial -- Representations of editorial information * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert */ import { ProtoM21Object } from './prebase'; diff --git a/src/fromPython.ts b/src/fromPython.ts index ee7cee1c..ec028100 100644 --- a/src/fromPython.ts +++ b/src/fromPython.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/fromPython -- Conversion from music21p jsonpickle streams * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Converter for taking a Python-encoded jsonpickle music21p stream * and loading it into music21j diff --git a/src/instrument.ts b/src/instrument.ts index f32fcdc9..08f2fe14 100644 --- a/src/instrument.ts +++ b/src/instrument.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/instrument -- instrument objects * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert */ import * as base from './base'; import type * as interval from './interval'; diff --git a/src/interval.ts b/src/interval.ts index 3ccc069d..342c1b84 100644 --- a/src/interval.ts +++ b/src/interval.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/interval -- Interval routines * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Interval related objects * diff --git a/src/key.ts b/src/key.ts index 6a1fcff2..724c33c0 100644 --- a/src/key.ts +++ b/src/key.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/key -- KeySignature and Key objects * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * */ import { Music21Exception } from './exceptions21'; diff --git a/src/keyboard.ts b/src/keyboard.ts index 46842ced..4fbcac3f 100644 --- a/src/keyboard.ts +++ b/src/keyboard.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/keyboard -- PianoKeyboard rendering and display objects * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Keyboard module * diff --git a/src/main.ts b/src/main.ts index cbb3331f..c2a6c4b6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,13 +3,13 @@ * * See http://web.mit.edu/music21/ for more details. * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert * Released under a BSD-3-clause license * */ /** * - * Based on music21, Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Based on music21, Copyright (c) 2006-24, Michael Scott Asato Cuthbert * The plan is to implement all core music21 features as Javascript and to expose * more sophisticated features via server-side connections to remote servers running the * python music21 (music21p). @@ -142,6 +142,6 @@ export { webmidi, }; -export const VERSION = '0.13.8'; +export const VERSION = '0.15.1'; parseLoader.runConfiguration(); diff --git a/src/meter.ts b/src/meter.ts index 22bbd400..c7a9e3bf 100644 --- a/src/meter.ts +++ b/src/meter.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/meter -- TimeSignature objects * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert */ import { Fraction as VFFraction } from 'vexflow'; diff --git a/src/miditools.ts b/src/miditools.ts index 247531d6..e3ed14a6 100644 --- a/src/miditools.ts +++ b/src/miditools.ts @@ -3,7 +3,7 @@ * music21/miditools -- A collection of tools for midi. * * Copyright (c) 2014-19, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * @author Michael Scott Asato Cuthbert * diff --git a/src/pitch.ts b/src/pitch.ts index fe3f7f3b..579290e7 100644 --- a/src/pitch.ts +++ b/src/pitch.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21 features. * music21/pitch -- pitch routines * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21, Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21, Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Pitch related objects and methods */ diff --git a/src/prebase.ts b/src/prebase.ts index 8387eaa5..4c26ad87 100644 --- a/src/prebase.ts +++ b/src/prebase.ts @@ -1,7 +1,7 @@ /** * module for things that all music21-created objects, not just objects that can live in * Stream.elements should inherit. - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert * */ diff --git a/src/renderOptions.ts b/src/renderOptions.ts index c49aea3b..2dfcf634 100644 --- a/src/renderOptions.ts +++ b/src/renderOptions.ts @@ -4,8 +4,8 @@ * * note: no parallel in music21p except Style * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Options for rendering a stream * diff --git a/src/roman.ts b/src/roman.ts index b1cb075d..b5a75a75 100644 --- a/src/roman.ts +++ b/src/roman.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/roman -- roman.RomanNumeral -- Chord subclass * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * Roman numeral module. See namespace * music21.roman -- namespace for dealing with RomanNumeral analysis. diff --git a/src/scale.ts b/src/scale.ts index a59e5b1c..442f70bb 100644 --- a/src/scale.ts +++ b/src/scale.ts @@ -4,8 +4,8 @@ * * Does not implement the full range of scales from music21p * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert */ import { Music21Exception } from './exceptions21'; import { debug } from './debug'; diff --git a/src/stream.ts b/src/stream.ts index e64f6e7a..35b61bc7 100644 --- a/src/stream.ts +++ b/src/stream.ts @@ -4,8 +4,8 @@ * * Does not implement the full features of music21p Streams by a long shot... * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * powerful stream module, See music21.stream namespace * diff --git a/src/tempo.ts b/src/tempo.ts index 0b5b572f..e0288feb 100644 --- a/src/tempo.ts +++ b/src/tempo.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21 features. * music21/tempo -- tempo and (not in music21p) metronome objects * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21, Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21, Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * tempo module, * diff --git a/src/tie.ts b/src/tie.ts index d2c25e11..cb95f1a1 100644 --- a/src/tie.ts +++ b/src/tie.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/tie -- ties! * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * */ diff --git a/src/tinyNotation.ts b/src/tinyNotation.ts index 0319b392..b2edddc3 100644 --- a/src/tinyNotation.ts +++ b/src/tinyNotation.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/tinyNotation -- TinyNotation implementation * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * TinyNotation module */ diff --git a/src/vfShow.ts b/src/vfShow.ts index 2e550833..68662d13 100644 --- a/src/vfShow.ts +++ b/src/vfShow.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21p features. * music21/vfShow -- Vexflow integration * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * * for rendering vexflow. Will eventually go to music21/converter/vexflow */ diff --git a/src/voiceLeading.ts b/src/voiceLeading.ts index 24087451..0a74b290 100644 --- a/src/voiceLeading.ts +++ b/src/voiceLeading.ts @@ -2,8 +2,8 @@ * music21j -- Javascript reimplementation of Core music21 features. * music21/voiceLeading -- voiceLeading objects * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21, Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21, Copyright (c) 2006-24, Michael Scott Asato Cuthbert */ import * as interval from './interval'; diff --git a/src/webmidi.ts b/src/webmidi.ts index 0cc5be81..dcd13ab3 100644 --- a/src/webmidi.ts +++ b/src/webmidi.ts @@ -6,8 +6,8 @@ * http://jazz-soft.net/doc/Jazz-Plugin/Plugin.html * P.S. by the standards of divinity of most major religions, Sema Kachalo is a god. * - * Copyright (c) 2013-23, Michael Scott Asato Cuthbert - * Based on music21 (=music21p), Copyright (c) 2006-23, Michael Scott Asato Cuthbert + * Copyright (c) 2013-24, Michael Scott Asato Cuthbert + * Based on music21 (=music21p), Copyright (c) 2006-24, Michael Scott Asato Cuthbert * */ /** diff --git a/tsconfig.json b/tsconfig.json index c00dc1e9..dd4f3678 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, - "lib": ["es6", "dom", "es2023"], + "lib": ["dom", "dom.iterable", "es2023"], "experimentalDecorators": true, "moduleResolution": "node", "sourceMap": true, @@ -12,7 +12,8 @@ "target": "es6" }, "include": [ - "src/**/*" + "src/**/*", + "tests/**/*", ], "exclude": [ "node_modules" diff --git a/uploadDocs.py b/uploadDocs.py index 1551a171..694ace06 100644 --- a/uploadDocs.py +++ b/uploadDocs.py @@ -6,7 +6,7 @@ # Authors: Christopher Ariza # # Copyright: Copyright © 2009-2010, 2013, 17 Michael Scott Asato Cuthbert and the music21 Project -# License: LGPL or BSD, see license.txt +# License: BSD, see license.txt #------------------------------------------------------------------------------- #pylint: disable=line-too-long '''