Skip to content

Commit

Permalink
m21j 0.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderstel committed Feb 6, 2025
1 parent 253c951 commit e88b26d
Show file tree
Hide file tree
Showing 8 changed files with 989 additions and 3,009 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "music21j",
"version": "0.16.5",
"version": "0.16.6",
"description": "A toolkit for computer-aided musicology, Javascript version",
"main": "releases/music21.debug.js",
"typings": "releases/src/main.d.ts",
Expand Down
3,978 changes: 976 additions & 3,002 deletions releases/music21.debug.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/music21.debug.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/src/meter.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion releases/src/pitch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export declare class Accidental extends prebase.ProtoM21Object {
* @type {string}
* @readonly
*/
get vexflowModifier(): "n" | "#" | "##" | "###" | "bb" | "b" | "bbb";
get vexflowModifier(): "bb" | "b" | "#" | "n" | "##" | "###" | "bbb";
/**
* Returns the modifier in unicode or
* for double and triple accidentals, as a hex escape
Expand Down
6 changes: 6 additions & 0 deletions releases/src/tinyNotation.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import * as stream from './stream';
/**
* Regular expressions object
*/
export declare const regularExpressions: {
[k: string]: RegExp;
};
/**
* **Function, not class**.
*
Expand Down
2 changes: 1 addition & 1 deletion releases/src/tinyNotation.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e88b26d

Please sign in to comment.