abcjs 6.0.0-beta.35 → 6.0.0-beta.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/RELEASE.md +38 -0
- package/dist/abcjs-basic-min.js +2 -2
- package/dist/abcjs-basic.js +2500 -321
- package/dist/abcjs-basic.js.map +1 -1
- package/dist/abcjs-plugin-min.js +2 -2
- package/dist/report-basic.html +37 -0
- package/dist/report-before-glyph-compress.html +37 -0
- package/dist/report-brown-ts-target-es5.html +37 -0
- package/dist/report-dev-orig-no-babel.html +37 -0
- package/dist/report-synth.html +37 -0
- package/docker-build.sh +1 -0
- package/glyphs.json +1 -0
- package/package.json +2 -1
- package/src/api/abc_tablatures.js +144 -0
- package/src/api/abc_tunebook.js +10 -1
- package/src/api/abc_tunebook_svg.js +11 -1
- package/src/data/abc_tune.js +26 -24
- package/src/edit/abc_editor.js +29 -11
- package/src/parse/abc_parse.js +4 -2
- package/src/parse/abc_parse_directive.js +12 -6
- package/src/parse/tune-builder.js +1 -1
- package/src/synth/create-synth.js +5 -3
- package/src/synth/load-note.js +31 -65
- package/src/synth/place-note.js +59 -60
- package/src/tablatures/instruments/guitar/guitar-fonts.js +19 -0
- package/src/tablatures/instruments/guitar/guitar-patterns.js +23 -0
- package/src/tablatures/instruments/guitar/tab-guitar.js +50 -0
- package/src/tablatures/instruments/string-patterns.js +277 -0
- package/src/tablatures/instruments/string-tablature.js +56 -0
- package/src/tablatures/instruments/tab-note.js +282 -0
- package/src/tablatures/instruments/tab-notes.js +41 -0
- package/src/tablatures/instruments/violin/tab-violin.js +47 -0
- package/src/tablatures/instruments/violin/violin-fonts.js +19 -0
- package/src/tablatures/instruments/violin/violin-patterns.js +23 -0
- package/src/tablatures/tab-absolute-elements.js +310 -0
- package/src/tablatures/tab-common.js +29 -0
- package/src/tablatures/tab-renderer.js +243 -0
- package/src/tablatures/transposer.js +110 -0
- package/src/test/abc_parser_lint.js +3 -0
- package/src/write/abc_absolute_element.js +2 -2
- package/src/write/abc_engraver_controller.js +15 -7
- package/src/write/abc_glyphs.js +2 -0
- package/src/write/abc_relative_element.js +5 -3
- package/src/write/abc_renderer.js +5 -1
- package/src/write/draw/absolute.js +5 -1
- package/src/write/draw/draw.js +3 -4
- package/src/write/draw/non-music.js +3 -1
- package/src/write/draw/print-line.js +24 -0
- package/src/write/draw/relative.js +14 -2
- package/src/write/draw/selectables.js +9 -6
- package/src/write/draw/staff-group.js +44 -8
- package/src/write/draw/staff-line.js +3 -19
- package/src/write/draw/staff.js +15 -2
- package/src/write/draw/tab-line.js +40 -0
- package/src/write/draw/text.js +3 -0
- package/src/write/draw/voice.js +9 -1
- package/src/write/format-jazz-chord.js +2 -2
- package/src/write/layout/staffGroup.js +21 -1
- package/src/write/layout/voice.js +2 -1
- package/src/write/svg.js +2 -1
- package/types/index.d.ts +16 -14
- package/version.js +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,10 @@ This library makes it easy to incorporate **sheet music** into your **websites**
|
|
|
8
8
|
|
|
9
9
|
Full documentation is here: [abcjs documentation](https://paulrosen.github.io/abcjs/)
|
|
10
10
|
|
|
11
|
+
## Major New Feature! 6.0.0-beta.36
|
|
12
|
+
|
|
13
|
+
String tablature is now available by adding an option to the `renderAbc` parameters. See [tablature documentation](https://paulrosen.github.io/abcjs/visual/tablature.html)
|
|
14
|
+
|
|
11
15
|
## Fix to audio in octave clefs 6.0.0-beta.31
|
|
12
16
|
|
|
13
17
|
If you are using an octave clef (for instance `K:C clef=treble-8`) it will now sound an octave different. The octave calculation was happening twice.
|
package/RELEASE.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
# Version 6.0.0-beta.36
|
|
2
|
+
|
|
3
|
+
## Bugs
|
|
4
|
+
|
|
5
|
+
Fix some typescript definitions.
|
|
6
|
+
|
|
7
|
+
When stopping synth, return the position that it stopped at.
|
|
8
|
+
|
|
9
|
+
Implement a fix for race conditions during note loading
|
|
10
|
+
|
|
11
|
+
Don't call debugger when setting an annotation on an invisible note.
|
|
12
|
+
|
|
13
|
+
Put try/catch in editor when creating music so there isn't an unhandled exception if there is an abcjs bug.
|
|
14
|
+
|
|
15
|
+
Don't crash when creating audio and there is a suppressed blank line
|
|
16
|
+
|
|
17
|
+
When suppressing blank lines, consider a line with only chords as not blank.
|
|
18
|
+
|
|
19
|
+
Don't add too much spacing on chord symbols when placing them.
|
|
20
|
+
|
|
21
|
+
Don't lose element's scrolling position when rendering music.
|
|
22
|
+
|
|
23
|
+
Fix crash when creating timing array and there is a suppressed line because it is empty.
|
|
24
|
+
|
|
25
|
+
Allow soundFontVolumeMultiplier to be set to zero.
|
|
26
|
+
|
|
27
|
+
## Features
|
|
28
|
+
|
|
29
|
+
Add string tablature
|
|
30
|
+
|
|
31
|
+
Implement %%jazzchord directive
|
|
32
|
+
|
|
33
|
+
## Documentation
|
|
34
|
+
|
|
35
|
+
Add example page using multiple synths with program switcher
|
|
36
|
+
|
|
37
|
+
Add jazzchords to example generator
|
|
38
|
+
|
|
1
39
|
# Version 6.0.0-beta.35
|
|
2
40
|
|
|
3
41
|
## Bugs
|