Skip to content

Commit

Permalink
Default encoding-date is on
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Oct 13, 2024
1 parent 0002733 commit 536ce82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/ireal-musicxml.js

Large diffs are not rendered by default.

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ireal-musicxml",
"version": "1.13.3",
"description": "iReal Pro to MusicXML converter",
"version": "1.13.4",
"description": "iReal Pro to MusicXML converter.",
"author": "Karim Ratib <[email protected]> (https://github.com/infojunkie)",
"license": "GPL-3.0-only",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/musicxml.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class MusicXML {
'step': 'B', // chord note
'octave': 4, // chord note octave
'notehead': 'slash', // chord note head
'date': false, // include encoding date
'date': true, // include encoding date
'logLevel': LogLevel.Warn
}

Expand Down

0 comments on commit 536ce82

Please sign in to comment.