abcjs 6.6.0 → 6.6.2

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 CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  This library makes it easy to incorporate **sheet music** into your **websites**. You can also turn visible **ABC** text into sheet music on websites that you don't own using a greasemonkey script, or change your own website that contains ABC text with no other changes than the addition of one javascript file. You can also generate **MIDI files** or play them directly in your browser.
6
6
 
7
- [List of Examples](https://cdn.rawgit.com/paulrosen/abcjs/main/examples/toc.html)
7
+ [List of Examples](https://examples.abcjs.net/)
8
8
 
9
- Full documentation is here: [abcjs documentation](https://paulrosen.github.io/abcjs/)
9
+ Full documentation is here: [abcjs documentation](https://docs.abcjs.net/)
10
10
 
11
11
  There is an organization that has a collection of useful projects related to abcjs called [abcjs-music](https://github.com/abcjs-music). See some examples there. If you have a project that you think would be of general interest and would like to add it to that organization, contact me.
12
12
 
package/RELEASE.md CHANGED
@@ -1,3 +1,31 @@
1
+ # Version 6.6.2
2
+
3
+ ## Bugs
4
+
5
+ * Fix beaming when there's a rest.
6
+
7
+ * Fix direction of partial beam in some cases.
8
+
9
+ # Version 6.6.1
10
+
11
+ ## Bugs
12
+
13
+ * fix repeat logic when user forgets to add a start repeat.
14
+
15
+ * remove duplicate elements when copying repeats
16
+
17
+ * fix handling of overlays
18
+
19
+ * fix bug with creating synth with overlays and repeats
20
+
21
+ * fix links to documentation and examples.
22
+
23
+ * fix drawing crescendo across lines.
24
+
25
+ * fix chord grid with slash rhythm notes
26
+
27
+ * fix chord grid with one svg per line
28
+
1
29
  # Version 6.6.0
2
30
 
3
31
  ## Features