abcjs 6.0.3 → 6.0.4

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/RELEASE.md CHANGED
@@ -1,3 +1,25 @@
1
+ # Version 6.0.4
2
+
3
+ ## Bugs
4
+
5
+ * Fix position of staccato when a note is beamed and its stem is backwards.
6
+ * Write annotations above bar lines.
7
+ * fix placement of rhythm indicator (the R: field) on treble clef when there is nothing else above the staff.
8
+ * fix some broken tests; add test for staccato bug and rhythm word placement.
9
+ * fixed some Typescript warnings and errors
10
+
11
+ ## Features
12
+
13
+ * Recognize backslash to escape lyrics.
14
+ * Add glissando
15
+ * pass back the start and end char positions with the audio callbacks.
16
+
17
+ ## Documentation
18
+
19
+ * Add example of adding note names to a tune automatically.
20
+ * Add a mention for the VSCode extension.
21
+ * Add tune book example.
22
+
1
23
  # Version 6.0.3
2
24
 
3
25
  ## Bugs
@@ -12,7 +34,7 @@
12
34
 
13
35
  ## Features
14
36
 
15
- * Quotation maark in a chord can be escaped.
37
+ * Quotation mark in a chord can be escaped.
16
38
 
17
39
  ## Documentation
18
40