chordsheetjs 7.0.0 → 7.1.0
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 -2
- package/lib/bundle.js +498 -559
- package/lib/index.js +498 -559
- package/lib/index.js.map +1 -1
- package/lib/main.d.ts +4 -5
- package/lib/main.d.ts.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -424,7 +424,8 @@ Inherits from [ChordSheetParser](#ChordSheetParser)</p></dd>
|
|
|
424
424
|
<dt><a href="#END_OF_VERSE">END_OF_VERSE</a> : <code>string</code></dt>
|
|
425
425
|
<dd><p>Key meta directive. See https://www.chordpro.org/chordpro/directives-key/</p></dd>
|
|
426
426
|
<dt><a href="#KEY">KEY</a> : <code>string</code></dt>
|
|
427
|
-
<dd><p>
|
|
427
|
+
<dd><p>_Key meta directive. Reflects the key as transposed by the capo value
|
|
428
|
+
See https://www.chordpro.org/chordpro/directives-key/</p></dd>
|
|
428
429
|
<dt><a href="#_KEY">_KEY</a> : <code>string</code></dt>
|
|
429
430
|
<dd><p>Lyricist meta directive. See https://www.chordpro.org/chordpro/directives-lyricist/</p></dd>
|
|
430
431
|
<dt><a href="#LYRICIST">LYRICIST</a> : <code>string</code></dt>
|
|
@@ -1427,7 +1428,8 @@ Can be deserialized using [deserialize](deserialize)</p>
|
|
|
1427
1428
|
<a name="KEY"></a>
|
|
1428
1429
|
|
|
1429
1430
|
## KEY : <code>string</code>
|
|
1430
|
-
<p>
|
|
1431
|
+
<p>_Key meta directive. Reflects the key as transposed by the capo value
|
|
1432
|
+
See https://www.chordpro.org/chordpro/directives-key/</p>
|
|
1431
1433
|
|
|
1432
1434
|
**Kind**: global variable
|
|
1433
1435
|
<a name="_KEY"></a>
|