Skip to content

Commit

Permalink
Fix #54 Messy chord timings
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Nov 15, 2024
1 parent 79b3351 commit 02d27ac
Show file tree
Hide file tree
Showing 13 changed files with 208 additions and 104 deletions.
6 changes: 3 additions & 3 deletions build/ireal-musicxml.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/ireal-musicxml.cjs.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions build/ireal-musicxml.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/ireal-musicxml.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/irealpro.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
- `Q` - coda (see _Butterfly_)
- `Y` - vertical spacer (see _Nearness of You_, _Night in Tunisia_)
- `U` - end (see _Mas Que Nada_, _Scrapple from the Apple_, _Triste_, _Wave_)
- `s` - small chord (e.g. `sC^7`)
- `l` - large chord (e.g. `lC^7`)
- `s` - small chord (e.g. `sC^7`) active until `l` is encountered
- `l` - large chord (e.g. `lC^7`) default, active until `s` is encountered
- `f` - fermata (see _Butterfly_, _Summer Serenade_)

## Time signatures
Expand Down
104 changes: 59 additions & 45 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": "ireal-musicxml",
"version": "2.0.3",
"version": "2.0.4",
"description": "iReal Pro to MusicXML converter.",
"author": "Karim Ratib <[email protected]> (https://github.com/infojunkie)",
"license": "GPL-3.0-only",
Expand Down
Loading

0 comments on commit 02d27ac

Please sign in to comment.