abcjs
abcjs copied to clipboard
javascript for rendering abc music notation
It seems as though the chorus of this changes tempo with the time signature change, but not sure why. ``` %%abc-charset utf-8 X:1 T:Neumeister T:7.7.7.7 w/refrain C:James McGranahan (1883) L:1/8...
1. How do you escape a double quote within an annotation? e.g. ``` %%abc-charset utf-8 X:1 T:7.7.7.7.7.7 (St. Petersburg 8.8.8.8.8.8) C:Dimitri S. Bortnianski, 1825 L:1/8 Q:1/4=120 M:3/4 K:D %%score (S...
In the following example, ``` X:1 T:Slip Sliding Sylables T:8.7.8.7D C:Alfred Corduan L:1/8 Q:1/4=100 M:2/4 K:Ab [V:S]A2>B2 | cE AG |G2
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I tested beatCallback at various x/8 time signatures. It works fine from 2/8 up to 8/8, then breaks once the time signature becomes 9/8 - it suddenly runs at a...
When K: is omitted on score when transposing is requested an exception occurred preventing score display X:1 T: sample A When this is happening I think that "C" may be...
A tie at the end of a first repeat should not extend into the second repeat. Example: ``` |1 "Eb"eB2c "Bb7"defg-:|2 "Eb"e2zG ``` abcjs: abcm2ps: Is there any workaround to...
```abc M: 4/4 L: 1/4 K: C |(cccc)| ``` Go to https://editor.drawthedots.com and paste it in. hit play, and 4 notes sound. Perhaps abcjs is interpreting everything as a slur...
The standard measure repeat symbol of a % sign cannot be added, at least I found no way. I see abs2svg supports a repeat directive dn perhasp that would be...
I'm working on a tunebook using React and abcjs => https://github.com/syntithenai/abc2book To minimise users waiting, I am priming the audio when the abc prop to the react component changes without...