chordsheetjs 14.4.0 → 14.5.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/lib/bundle.js CHANGED
@@ -41733,8 +41733,8 @@ Or set the song key before changing key:
41733
41733
  isNegated: selector?.isNegated
41734
41734
  };
41735
41735
  };
41736
- const peg$c65 = function(tagName, selector, tagColonWithValue) {
41737
- return $51ced2cf8b50f946$export$4478cda40be33ba2(tagName, tagColonWithValue, selector, location2());
41736
+ const peg$c65 = function(tagName, selector, tagValue) {
41737
+ return $51ced2cf8b50f946$export$4478cda40be33ba2(tagName, tagValue, selector, location2());
41738
41738
  };
41739
41739
  const peg$c66 = "-";
41740
41740
  const peg$c67 = peg$literalExpectation("-", false);
@@ -41752,14 +41752,14 @@ Or set the song key before changing key:
41752
41752
  const peg$c72 = function(tagValue) {
41753
41753
  return tagValue;
41754
41754
  };
41755
- const peg$c73 = function(attributes) {
41755
+ const peg$c73 = function(value) {
41756
41756
  return {
41757
- attributes
41757
+ value
41758
41758
  };
41759
41759
  };
41760
- const peg$c74 = function(value) {
41760
+ const peg$c74 = function(attributes) {
41761
41761
  return {
41762
- value
41762
+ attributes
41763
41763
  };
41764
41764
  };
41765
41765
  const peg$c75 = function(attributes) {
@@ -41950,64 +41950,67 @@ Or set the song key before changing key:
41950
41950
  };
41951
41951
  const peg$c129 = "start_of_abc";
41952
41952
  const peg$c130 = peg$literalExpectation("start_of_abc", false);
41953
- const peg$c131 = "end_of_abc";
41954
- const peg$c132 = peg$literalExpectation("end_of_abc", false);
41955
- const peg$c133 = function(tagName) {
41953
+ const peg$c131 = function(tagName, selector, tagColonWithValue) {
41954
+ return $51ced2cf8b50f946$export$4478cda40be33ba2(tagName, tagColonWithValue, selector, location2());
41955
+ };
41956
+ const peg$c132 = "end_of_abc";
41957
+ const peg$c133 = peg$literalExpectation("end_of_abc", false);
41958
+ const peg$c134 = function(tagName) {
41956
41959
  return $51ced2cf8b50f946$export$4478cda40be33ba2(tagName, null, null, location2());
41957
41960
  };
41958
- const peg$c134 = "start_of_grid";
41959
- const peg$c135 = peg$literalExpectation("start_of_grid", false);
41960
- const peg$c136 = "sog";
41961
- const peg$c137 = peg$literalExpectation("sog", false);
41962
- const peg$c138 = "end_of_grid";
41963
- const peg$c139 = peg$literalExpectation("end_of_grid", false);
41964
- const peg$c140 = "eog";
41965
- const peg$c141 = peg$literalExpectation("eog", false);
41966
- const peg$c142 = "start_of_ly";
41967
- const peg$c143 = peg$literalExpectation("start_of_ly", false);
41968
- const peg$c144 = "end_of_ly";
41969
- const peg$c145 = peg$literalExpectation("end_of_ly", false);
41970
- const peg$c146 = "start_of_svg";
41971
- const peg$c147 = peg$literalExpectation("start_of_svg", false);
41972
- const peg$c148 = "end_of_svg";
41973
- const peg$c149 = peg$literalExpectation("end_of_svg", false);
41974
- const peg$c150 = "start_of_tab";
41975
- const peg$c151 = peg$literalExpectation("start_of_tab", false);
41976
- const peg$c152 = "sot";
41977
- const peg$c153 = peg$literalExpectation("sot", false);
41978
- const peg$c154 = "end_of_tab";
41979
- const peg$c155 = peg$literalExpectation("end_of_tab", false);
41980
- const peg$c156 = "eot";
41981
- const peg$c157 = peg$literalExpectation("eot", false);
41982
- const peg$c158 = "start_of_textblock";
41983
- const peg$c159 = peg$literalExpectation("start_of_textblock", false);
41984
- const peg$c160 = "end_of_textblock";
41985
- const peg$c161 = peg$literalExpectation("end_of_textblock", false);
41986
- const peg$c162 = peg$anyExpectation();
41987
- const peg$c163 = peg$otherExpectation("whitespace");
41988
- const peg$c164 = peg$otherExpectation("optional whitespace");
41989
- const peg$c165 = /^[ \t\n\r]/;
41990
- const peg$c166 = peg$classExpectation([
41961
+ const peg$c135 = "start_of_grid";
41962
+ const peg$c136 = peg$literalExpectation("start_of_grid", false);
41963
+ const peg$c137 = "sog";
41964
+ const peg$c138 = peg$literalExpectation("sog", false);
41965
+ const peg$c139 = "end_of_grid";
41966
+ const peg$c140 = peg$literalExpectation("end_of_grid", false);
41967
+ const peg$c141 = "eog";
41968
+ const peg$c142 = peg$literalExpectation("eog", false);
41969
+ const peg$c143 = "start_of_ly";
41970
+ const peg$c144 = peg$literalExpectation("start_of_ly", false);
41971
+ const peg$c145 = "end_of_ly";
41972
+ const peg$c146 = peg$literalExpectation("end_of_ly", false);
41973
+ const peg$c147 = "start_of_svg";
41974
+ const peg$c148 = peg$literalExpectation("start_of_svg", false);
41975
+ const peg$c149 = "end_of_svg";
41976
+ const peg$c150 = peg$literalExpectation("end_of_svg", false);
41977
+ const peg$c151 = "start_of_tab";
41978
+ const peg$c152 = peg$literalExpectation("start_of_tab", false);
41979
+ const peg$c153 = "sot";
41980
+ const peg$c154 = peg$literalExpectation("sot", false);
41981
+ const peg$c155 = "end_of_tab";
41982
+ const peg$c156 = peg$literalExpectation("end_of_tab", false);
41983
+ const peg$c157 = "eot";
41984
+ const peg$c158 = peg$literalExpectation("eot", false);
41985
+ const peg$c159 = "start_of_textblock";
41986
+ const peg$c160 = peg$literalExpectation("start_of_textblock", false);
41987
+ const peg$c161 = "end_of_textblock";
41988
+ const peg$c162 = peg$literalExpectation("end_of_textblock", false);
41989
+ const peg$c163 = peg$anyExpectation();
41990
+ const peg$c164 = peg$otherExpectation("whitespace");
41991
+ const peg$c165 = peg$otherExpectation("optional whitespace");
41992
+ const peg$c166 = /^[ \t\n\r]/;
41993
+ const peg$c167 = peg$classExpectation([
41991
41994
  " ",
41992
41995
  " ",
41993
41996
  "\n",
41994
41997
  "\r"
41995
41998
  ], false, false);
41996
- const peg$c167 = peg$otherExpectation("space");
41997
- const peg$c168 = /^[ \t]/;
41998
- const peg$c169 = peg$classExpectation([
41999
+ const peg$c168 = peg$otherExpectation("space");
42000
+ const peg$c169 = /^[ \t]/;
42001
+ const peg$c170 = peg$classExpectation([
41999
42002
  " ",
42000
42003
  " "
42001
42004
  ], false, false);
42002
- const peg$c170 = /^[\n\r]/;
42003
- const peg$c171 = peg$classExpectation([
42005
+ const peg$c171 = /^[\n\r]/;
42006
+ const peg$c172 = peg$classExpectation([
42004
42007
  "\n",
42005
42008
  "\r"
42006
42009
  ], false, false);
42007
- const peg$c172 = "\n";
42008
- const peg$c173 = peg$literalExpectation("\n", false);
42009
- const peg$c174 = "\r";
42010
- const peg$c175 = peg$literalExpectation("\r", false);
42010
+ const peg$c173 = "\n";
42011
+ const peg$c174 = peg$literalExpectation("\n", false);
42012
+ const peg$c175 = "\r";
42013
+ const peg$c176 = peg$literalExpectation("\r", false);
42011
42014
  let peg$currPos = 0;
42012
42015
  let peg$savedPos = 0;
42013
42016
  const peg$posDetailsCache = [
@@ -43220,10 +43223,11 @@ Or set the song key before changing key:
43220
43223
  s4 = peg$parseTagSelector();
43221
43224
  if (s4 === peg$FAILED) s4 = null;
43222
43225
  if (s4 !== peg$FAILED) {
43223
- s5 = peg$parse_();
43226
+ s5 = peg$parseTagColonWithValue();
43227
+ if (s5 === peg$FAILED) s5 = peg$parseTagSpaceWithValue();
43228
+ if (s5 === peg$FAILED) s5 = null;
43224
43229
  if (s5 !== peg$FAILED) {
43225
- s6 = peg$parseTagColonWithValue();
43226
- if (s6 === peg$FAILED) s6 = null;
43230
+ s6 = peg$parse_();
43227
43231
  if (s6 !== peg$FAILED) {
43228
43232
  if (input.charCodeAt(peg$currPos) === 125) {
43229
43233
  s7 = peg$c29;
@@ -43234,7 +43238,7 @@ Or set the song key before changing key:
43234
43238
  }
43235
43239
  if (s7 !== peg$FAILED) {
43236
43240
  peg$savedPos = s0;
43237
- s1 = peg$c65(s3, s4, s6);
43241
+ s1 = peg$c65(s3, s4, s5);
43238
43242
  s0 = s1;
43239
43243
  } else {
43240
43244
  peg$currPos = s0;
@@ -43343,20 +43347,46 @@ Or set the song key before changing key:
43343
43347
  return s0;
43344
43348
  }
43345
43349
  function peg$parseTagColonWithValue() {
43346
- let s0, s1, s22;
43350
+ let s0, s1, s22, s3;
43347
43351
  s0 = peg$currPos;
43348
- if (input.charCodeAt(peg$currPos) === 58) {
43349
- s1 = peg$c62;
43350
- peg$currPos++;
43352
+ s1 = peg$parse_();
43353
+ if (s1 !== peg$FAILED) {
43354
+ if (input.charCodeAt(peg$currPos) === 58) {
43355
+ s22 = peg$c62;
43356
+ peg$currPos++;
43357
+ } else {
43358
+ s22 = peg$FAILED;
43359
+ if (peg$silentFails === 0) peg$fail(peg$c63);
43360
+ }
43361
+ if (s22 !== peg$FAILED) {
43362
+ s3 = peg$parseTagValue();
43363
+ if (s3 !== peg$FAILED) {
43364
+ peg$savedPos = s0;
43365
+ s1 = peg$c72(s3);
43366
+ s0 = s1;
43367
+ } else {
43368
+ peg$currPos = s0;
43369
+ s0 = peg$FAILED;
43370
+ }
43371
+ } else {
43372
+ peg$currPos = s0;
43373
+ s0 = peg$FAILED;
43374
+ }
43351
43375
  } else {
43352
- s1 = peg$FAILED;
43353
- if (peg$silentFails === 0) peg$fail(peg$c63);
43376
+ peg$currPos = s0;
43377
+ s0 = peg$FAILED;
43354
43378
  }
43379
+ return s0;
43380
+ }
43381
+ function peg$parseTagSpaceWithValue() {
43382
+ let s0, s1, s22;
43383
+ s0 = peg$currPos;
43384
+ s1 = peg$parse__();
43355
43385
  if (s1 !== peg$FAILED) {
43356
- s22 = peg$parseTagValue();
43386
+ s22 = peg$parseTagSimpleValue();
43357
43387
  if (s22 !== peg$FAILED) {
43358
43388
  peg$savedPos = s0;
43359
- s1 = peg$c72(s22);
43389
+ s1 = peg$c73(s22);
43360
43390
  s0 = s1;
43361
43391
  } else {
43362
43392
  peg$currPos = s0;
@@ -43374,7 +43404,7 @@ Or set the song key before changing key:
43374
43404
  s1 = peg$parseTagAttributes();
43375
43405
  if (s1 !== peg$FAILED) {
43376
43406
  peg$savedPos = s0;
43377
- s1 = peg$c73(s1);
43407
+ s1 = peg$c74(s1);
43378
43408
  }
43379
43409
  s0 = s1;
43380
43410
  if (s0 === peg$FAILED) {
@@ -43382,7 +43412,7 @@ Or set the song key before changing key:
43382
43412
  s1 = peg$parseTagSimpleValue();
43383
43413
  if (s1 !== peg$FAILED) {
43384
43414
  peg$savedPos = s0;
43385
- s1 = peg$c74(s1);
43415
+ s1 = peg$c73(s1);
43386
43416
  }
43387
43417
  s0 = s1;
43388
43418
  }
@@ -44336,7 +44366,7 @@ Or set the song key before changing key:
44336
44366
  }
44337
44367
  if (s8 !== peg$FAILED) {
44338
44368
  peg$savedPos = s0;
44339
- s1 = peg$c65(s3, s4, s6);
44369
+ s1 = peg$c131(s3, s4, s6);
44340
44370
  s0 = s1;
44341
44371
  } else {
44342
44372
  peg$currPos = s0;
@@ -44385,12 +44415,12 @@ Or set the song key before changing key:
44385
44415
  if (s1 !== peg$FAILED) {
44386
44416
  s22 = peg$parse_();
44387
44417
  if (s22 !== peg$FAILED) {
44388
- if (input.substr(peg$currPos, 10) === peg$c131) {
44389
- s3 = peg$c131;
44418
+ if (input.substr(peg$currPos, 10) === peg$c132) {
44419
+ s3 = peg$c132;
44390
44420
  peg$currPos += 10;
44391
44421
  } else {
44392
44422
  s3 = peg$FAILED;
44393
- if (peg$silentFails === 0) peg$fail(peg$c132);
44423
+ if (peg$silentFails === 0) peg$fail(peg$c133);
44394
44424
  }
44395
44425
  if (s3 !== peg$FAILED) {
44396
44426
  s4 = peg$parse_();
@@ -44404,7 +44434,7 @@ Or set the song key before changing key:
44404
44434
  }
44405
44435
  if (s5 !== peg$FAILED) {
44406
44436
  peg$savedPos = s0;
44407
- s1 = peg$c133(s3);
44437
+ s1 = peg$c134(s3);
44408
44438
  s0 = s1;
44409
44439
  } else {
44410
44440
  peg$currPos = s0;
@@ -44531,20 +44561,20 @@ Or set the song key before changing key:
44531
44561
  if (s1 !== peg$FAILED) {
44532
44562
  s22 = peg$parse_();
44533
44563
  if (s22 !== peg$FAILED) {
44534
- if (input.substr(peg$currPos, 13) === peg$c134) {
44535
- s3 = peg$c134;
44564
+ if (input.substr(peg$currPos, 13) === peg$c135) {
44565
+ s3 = peg$c135;
44536
44566
  peg$currPos += 13;
44537
44567
  } else {
44538
44568
  s3 = peg$FAILED;
44539
- if (peg$silentFails === 0) peg$fail(peg$c135);
44569
+ if (peg$silentFails === 0) peg$fail(peg$c136);
44540
44570
  }
44541
44571
  if (s3 === peg$FAILED) {
44542
- if (input.substr(peg$currPos, 3) === peg$c136) {
44543
- s3 = peg$c136;
44572
+ if (input.substr(peg$currPos, 3) === peg$c137) {
44573
+ s3 = peg$c137;
44544
44574
  peg$currPos += 3;
44545
44575
  } else {
44546
44576
  s3 = peg$FAILED;
44547
- if (peg$silentFails === 0) peg$fail(peg$c137);
44577
+ if (peg$silentFails === 0) peg$fail(peg$c138);
44548
44578
  }
44549
44579
  }
44550
44580
  if (s3 !== peg$FAILED) {
@@ -44567,7 +44597,7 @@ Or set the song key before changing key:
44567
44597
  }
44568
44598
  if (s8 !== peg$FAILED) {
44569
44599
  peg$savedPos = s0;
44570
- s1 = peg$c65(s3, s4, s6);
44600
+ s1 = peg$c131(s3, s4, s6);
44571
44601
  s0 = s1;
44572
44602
  } else {
44573
44603
  peg$currPos = s0;
@@ -44616,20 +44646,20 @@ Or set the song key before changing key:
44616
44646
  if (s1 !== peg$FAILED) {
44617
44647
  s22 = peg$parse_();
44618
44648
  if (s22 !== peg$FAILED) {
44619
- if (input.substr(peg$currPos, 11) === peg$c138) {
44620
- s3 = peg$c138;
44649
+ if (input.substr(peg$currPos, 11) === peg$c139) {
44650
+ s3 = peg$c139;
44621
44651
  peg$currPos += 11;
44622
44652
  } else {
44623
44653
  s3 = peg$FAILED;
44624
- if (peg$silentFails === 0) peg$fail(peg$c139);
44654
+ if (peg$silentFails === 0) peg$fail(peg$c140);
44625
44655
  }
44626
44656
  if (s3 === peg$FAILED) {
44627
- if (input.substr(peg$currPos, 3) === peg$c140) {
44628
- s3 = peg$c140;
44657
+ if (input.substr(peg$currPos, 3) === peg$c141) {
44658
+ s3 = peg$c141;
44629
44659
  peg$currPos += 3;
44630
44660
  } else {
44631
44661
  s3 = peg$FAILED;
44632
- if (peg$silentFails === 0) peg$fail(peg$c141);
44662
+ if (peg$silentFails === 0) peg$fail(peg$c142);
44633
44663
  }
44634
44664
  }
44635
44665
  if (s3 !== peg$FAILED) {
@@ -44644,7 +44674,7 @@ Or set the song key before changing key:
44644
44674
  }
44645
44675
  if (s5 !== peg$FAILED) {
44646
44676
  peg$savedPos = s0;
44647
- s1 = peg$c133(s3);
44677
+ s1 = peg$c134(s3);
44648
44678
  s0 = s1;
44649
44679
  } else {
44650
44680
  peg$currPos = s0;
@@ -44771,12 +44801,12 @@ Or set the song key before changing key:
44771
44801
  if (s1 !== peg$FAILED) {
44772
44802
  s22 = peg$parse_();
44773
44803
  if (s22 !== peg$FAILED) {
44774
- if (input.substr(peg$currPos, 11) === peg$c142) {
44775
- s3 = peg$c142;
44804
+ if (input.substr(peg$currPos, 11) === peg$c143) {
44805
+ s3 = peg$c143;
44776
44806
  peg$currPos += 11;
44777
44807
  } else {
44778
44808
  s3 = peg$FAILED;
44779
- if (peg$silentFails === 0) peg$fail(peg$c143);
44809
+ if (peg$silentFails === 0) peg$fail(peg$c144);
44780
44810
  }
44781
44811
  if (s3 !== peg$FAILED) {
44782
44812
  s4 = peg$parseTagSelector();
@@ -44798,7 +44828,7 @@ Or set the song key before changing key:
44798
44828
  }
44799
44829
  if (s8 !== peg$FAILED) {
44800
44830
  peg$savedPos = s0;
44801
- s1 = peg$c65(s3, s4, s6);
44831
+ s1 = peg$c131(s3, s4, s6);
44802
44832
  s0 = s1;
44803
44833
  } else {
44804
44834
  peg$currPos = s0;
@@ -44847,12 +44877,12 @@ Or set the song key before changing key:
44847
44877
  if (s1 !== peg$FAILED) {
44848
44878
  s22 = peg$parse_();
44849
44879
  if (s22 !== peg$FAILED) {
44850
- if (input.substr(peg$currPos, 9) === peg$c144) {
44851
- s3 = peg$c144;
44880
+ if (input.substr(peg$currPos, 9) === peg$c145) {
44881
+ s3 = peg$c145;
44852
44882
  peg$currPos += 9;
44853
44883
  } else {
44854
44884
  s3 = peg$FAILED;
44855
- if (peg$silentFails === 0) peg$fail(peg$c145);
44885
+ if (peg$silentFails === 0) peg$fail(peg$c146);
44856
44886
  }
44857
44887
  if (s3 !== peg$FAILED) {
44858
44888
  s4 = peg$parse_();
@@ -44866,7 +44896,7 @@ Or set the song key before changing key:
44866
44896
  }
44867
44897
  if (s5 !== peg$FAILED) {
44868
44898
  peg$savedPos = s0;
44869
- s1 = peg$c133(s3);
44899
+ s1 = peg$c134(s3);
44870
44900
  s0 = s1;
44871
44901
  } else {
44872
44902
  peg$currPos = s0;
@@ -44993,12 +45023,12 @@ Or set the song key before changing key:
44993
45023
  if (s1 !== peg$FAILED) {
44994
45024
  s22 = peg$parse_();
44995
45025
  if (s22 !== peg$FAILED) {
44996
- if (input.substr(peg$currPos, 12) === peg$c146) {
44997
- s3 = peg$c146;
45026
+ if (input.substr(peg$currPos, 12) === peg$c147) {
45027
+ s3 = peg$c147;
44998
45028
  peg$currPos += 12;
44999
45029
  } else {
45000
45030
  s3 = peg$FAILED;
45001
- if (peg$silentFails === 0) peg$fail(peg$c147);
45031
+ if (peg$silentFails === 0) peg$fail(peg$c148);
45002
45032
  }
45003
45033
  if (s3 !== peg$FAILED) {
45004
45034
  s4 = peg$parseTagSelector();
@@ -45020,7 +45050,7 @@ Or set the song key before changing key:
45020
45050
  }
45021
45051
  if (s8 !== peg$FAILED) {
45022
45052
  peg$savedPos = s0;
45023
- s1 = peg$c65(s3, s4, s6);
45053
+ s1 = peg$c131(s3, s4, s6);
45024
45054
  s0 = s1;
45025
45055
  } else {
45026
45056
  peg$currPos = s0;
@@ -45069,12 +45099,12 @@ Or set the song key before changing key:
45069
45099
  if (s1 !== peg$FAILED) {
45070
45100
  s22 = peg$parse_();
45071
45101
  if (s22 !== peg$FAILED) {
45072
- if (input.substr(peg$currPos, 10) === peg$c148) {
45073
- s3 = peg$c148;
45102
+ if (input.substr(peg$currPos, 10) === peg$c149) {
45103
+ s3 = peg$c149;
45074
45104
  peg$currPos += 10;
45075
45105
  } else {
45076
45106
  s3 = peg$FAILED;
45077
- if (peg$silentFails === 0) peg$fail(peg$c149);
45107
+ if (peg$silentFails === 0) peg$fail(peg$c150);
45078
45108
  }
45079
45109
  if (s3 !== peg$FAILED) {
45080
45110
  s4 = peg$parse_();
@@ -45088,7 +45118,7 @@ Or set the song key before changing key:
45088
45118
  }
45089
45119
  if (s5 !== peg$FAILED) {
45090
45120
  peg$savedPos = s0;
45091
- s1 = peg$c133(s3);
45121
+ s1 = peg$c134(s3);
45092
45122
  s0 = s1;
45093
45123
  } else {
45094
45124
  peg$currPos = s0;
@@ -45215,20 +45245,20 @@ Or set the song key before changing key:
45215
45245
  if (s1 !== peg$FAILED) {
45216
45246
  s22 = peg$parse_();
45217
45247
  if (s22 !== peg$FAILED) {
45218
- if (input.substr(peg$currPos, 12) === peg$c150) {
45219
- s3 = peg$c150;
45248
+ if (input.substr(peg$currPos, 12) === peg$c151) {
45249
+ s3 = peg$c151;
45220
45250
  peg$currPos += 12;
45221
45251
  } else {
45222
45252
  s3 = peg$FAILED;
45223
- if (peg$silentFails === 0) peg$fail(peg$c151);
45253
+ if (peg$silentFails === 0) peg$fail(peg$c152);
45224
45254
  }
45225
45255
  if (s3 === peg$FAILED) {
45226
- if (input.substr(peg$currPos, 3) === peg$c152) {
45227
- s3 = peg$c152;
45256
+ if (input.substr(peg$currPos, 3) === peg$c153) {
45257
+ s3 = peg$c153;
45228
45258
  peg$currPos += 3;
45229
45259
  } else {
45230
45260
  s3 = peg$FAILED;
45231
- if (peg$silentFails === 0) peg$fail(peg$c153);
45261
+ if (peg$silentFails === 0) peg$fail(peg$c154);
45232
45262
  }
45233
45263
  }
45234
45264
  if (s3 !== peg$FAILED) {
@@ -45251,7 +45281,7 @@ Or set the song key before changing key:
45251
45281
  }
45252
45282
  if (s8 !== peg$FAILED) {
45253
45283
  peg$savedPos = s0;
45254
- s1 = peg$c65(s3, s4, s6);
45284
+ s1 = peg$c131(s3, s4, s6);
45255
45285
  s0 = s1;
45256
45286
  } else {
45257
45287
  peg$currPos = s0;
@@ -45300,20 +45330,20 @@ Or set the song key before changing key:
45300
45330
  if (s1 !== peg$FAILED) {
45301
45331
  s22 = peg$parse_();
45302
45332
  if (s22 !== peg$FAILED) {
45303
- if (input.substr(peg$currPos, 10) === peg$c154) {
45304
- s3 = peg$c154;
45333
+ if (input.substr(peg$currPos, 10) === peg$c155) {
45334
+ s3 = peg$c155;
45305
45335
  peg$currPos += 10;
45306
45336
  } else {
45307
45337
  s3 = peg$FAILED;
45308
- if (peg$silentFails === 0) peg$fail(peg$c155);
45338
+ if (peg$silentFails === 0) peg$fail(peg$c156);
45309
45339
  }
45310
45340
  if (s3 === peg$FAILED) {
45311
- if (input.substr(peg$currPos, 3) === peg$c156) {
45312
- s3 = peg$c156;
45341
+ if (input.substr(peg$currPos, 3) === peg$c157) {
45342
+ s3 = peg$c157;
45313
45343
  peg$currPos += 3;
45314
45344
  } else {
45315
45345
  s3 = peg$FAILED;
45316
- if (peg$silentFails === 0) peg$fail(peg$c157);
45346
+ if (peg$silentFails === 0) peg$fail(peg$c158);
45317
45347
  }
45318
45348
  }
45319
45349
  if (s3 !== peg$FAILED) {
@@ -45328,7 +45358,7 @@ Or set the song key before changing key:
45328
45358
  }
45329
45359
  if (s5 !== peg$FAILED) {
45330
45360
  peg$savedPos = s0;
45331
- s1 = peg$c133(s3);
45361
+ s1 = peg$c134(s3);
45332
45362
  s0 = s1;
45333
45363
  } else {
45334
45364
  peg$currPos = s0;
@@ -45455,12 +45485,12 @@ Or set the song key before changing key:
45455
45485
  if (s1 !== peg$FAILED) {
45456
45486
  s22 = peg$parse_();
45457
45487
  if (s22 !== peg$FAILED) {
45458
- if (input.substr(peg$currPos, 18) === peg$c158) {
45459
- s3 = peg$c158;
45488
+ if (input.substr(peg$currPos, 18) === peg$c159) {
45489
+ s3 = peg$c159;
45460
45490
  peg$currPos += 18;
45461
45491
  } else {
45462
45492
  s3 = peg$FAILED;
45463
- if (peg$silentFails === 0) peg$fail(peg$c159);
45493
+ if (peg$silentFails === 0) peg$fail(peg$c160);
45464
45494
  }
45465
45495
  if (s3 !== peg$FAILED) {
45466
45496
  s4 = peg$parseTagSelector();
@@ -45482,7 +45512,7 @@ Or set the song key before changing key:
45482
45512
  }
45483
45513
  if (s8 !== peg$FAILED) {
45484
45514
  peg$savedPos = s0;
45485
- s1 = peg$c65(s3, s4, s6);
45515
+ s1 = peg$c131(s3, s4, s6);
45486
45516
  s0 = s1;
45487
45517
  } else {
45488
45518
  peg$currPos = s0;
@@ -45531,12 +45561,12 @@ Or set the song key before changing key:
45531
45561
  if (s1 !== peg$FAILED) {
45532
45562
  s22 = peg$parse_();
45533
45563
  if (s22 !== peg$FAILED) {
45534
- if (input.substr(peg$currPos, 16) === peg$c160) {
45535
- s3 = peg$c160;
45564
+ if (input.substr(peg$currPos, 16) === peg$c161) {
45565
+ s3 = peg$c161;
45536
45566
  peg$currPos += 16;
45537
45567
  } else {
45538
45568
  s3 = peg$FAILED;
45539
- if (peg$silentFails === 0) peg$fail(peg$c161);
45569
+ if (peg$silentFails === 0) peg$fail(peg$c162);
45540
45570
  }
45541
45571
  if (s3 !== peg$FAILED) {
45542
45572
  s4 = peg$parse_();
@@ -45550,7 +45580,7 @@ Or set the song key before changing key:
45550
45580
  }
45551
45581
  if (s5 !== peg$FAILED) {
45552
45582
  peg$savedPos = s0;
45553
- s1 = peg$c133(s3);
45583
+ s1 = peg$c134(s3);
45554
45584
  s0 = s1;
45555
45585
  } else {
45556
45586
  peg$currPos = s0;
@@ -45581,7 +45611,7 @@ Or set the song key before changing key:
45581
45611
  peg$currPos++;
45582
45612
  } else {
45583
45613
  s0 = peg$FAILED;
45584
- if (peg$silentFails === 0) peg$fail(peg$c162);
45614
+ if (peg$silentFails === 0) peg$fail(peg$c163);
45585
45615
  }
45586
45616
  return s0;
45587
45617
  }
@@ -45598,7 +45628,7 @@ Or set the song key before changing key:
45598
45628
  peg$silentFails--;
45599
45629
  if (s0 === peg$FAILED) {
45600
45630
  s1 = peg$FAILED;
45601
- if (peg$silentFails === 0) peg$fail(peg$c163);
45631
+ if (peg$silentFails === 0) peg$fail(peg$c164);
45602
45632
  }
45603
45633
  return s0;
45604
45634
  }
@@ -45614,18 +45644,18 @@ Or set the song key before changing key:
45614
45644
  peg$silentFails--;
45615
45645
  if (s0 === peg$FAILED) {
45616
45646
  s1 = peg$FAILED;
45617
- if (peg$silentFails === 0) peg$fail(peg$c164);
45647
+ if (peg$silentFails === 0) peg$fail(peg$c165);
45618
45648
  }
45619
45649
  return s0;
45620
45650
  }
45621
45651
  function peg$parseWhitespaceCharacter() {
45622
45652
  let s0;
45623
- if (peg$c165.test(input.charAt(peg$currPos))) {
45653
+ if (peg$c166.test(input.charAt(peg$currPos))) {
45624
45654
  s0 = input.charAt(peg$currPos);
45625
45655
  peg$currPos++;
45626
45656
  } else {
45627
45657
  s0 = peg$FAILED;
45628
- if (peg$silentFails === 0) peg$fail(peg$c166);
45658
+ if (peg$silentFails === 0) peg$fail(peg$c167);
45629
45659
  }
45630
45660
  return s0;
45631
45661
  }
@@ -45634,21 +45664,21 @@ Or set the song key before changing key:
45634
45664
  peg$silentFails++;
45635
45665
  s0 = peg$currPos;
45636
45666
  s1 = [];
45637
- if (peg$c168.test(input.charAt(peg$currPos))) {
45667
+ if (peg$c169.test(input.charAt(peg$currPos))) {
45638
45668
  s22 = input.charAt(peg$currPos);
45639
45669
  peg$currPos++;
45640
45670
  } else {
45641
45671
  s22 = peg$FAILED;
45642
- if (peg$silentFails === 0) peg$fail(peg$c169);
45672
+ if (peg$silentFails === 0) peg$fail(peg$c170);
45643
45673
  }
45644
45674
  if (s22 !== peg$FAILED) while (s22 !== peg$FAILED) {
45645
45675
  s1.push(s22);
45646
- if (peg$c168.test(input.charAt(peg$currPos))) {
45676
+ if (peg$c169.test(input.charAt(peg$currPos))) {
45647
45677
  s22 = input.charAt(peg$currPos);
45648
45678
  peg$currPos++;
45649
45679
  } else {
45650
45680
  s22 = peg$FAILED;
45651
- if (peg$silentFails === 0) peg$fail(peg$c169);
45681
+ if (peg$silentFails === 0) peg$fail(peg$c170);
45652
45682
  }
45653
45683
  }
45654
45684
  else s1 = peg$FAILED;
@@ -45657,18 +45687,18 @@ Or set the song key before changing key:
45657
45687
  peg$silentFails--;
45658
45688
  if (s0 === peg$FAILED) {
45659
45689
  s1 = peg$FAILED;
45660
- if (peg$silentFails === 0) peg$fail(peg$c167);
45690
+ if (peg$silentFails === 0) peg$fail(peg$c168);
45661
45691
  }
45662
45692
  return s0;
45663
45693
  }
45664
45694
  function peg$parseNewLine() {
45665
45695
  let s0;
45666
- if (peg$c170.test(input.charAt(peg$currPos))) {
45696
+ if (peg$c171.test(input.charAt(peg$currPos))) {
45667
45697
  s0 = input.charAt(peg$currPos);
45668
45698
  peg$currPos++;
45669
45699
  } else {
45670
45700
  s0 = peg$FAILED;
45671
- if (peg$silentFails === 0) peg$fail(peg$c171);
45701
+ if (peg$silentFails === 0) peg$fail(peg$c172);
45672
45702
  }
45673
45703
  if (s0 === peg$FAILED) s0 = peg$parseCarriageReturnLineFeed();
45674
45704
  return s0;
@@ -45698,22 +45728,22 @@ Or set the song key before changing key:
45698
45728
  function peg$parseLineFeed() {
45699
45729
  let s0;
45700
45730
  if (input.charCodeAt(peg$currPos) === 10) {
45701
- s0 = peg$c172;
45731
+ s0 = peg$c173;
45702
45732
  peg$currPos++;
45703
45733
  } else {
45704
45734
  s0 = peg$FAILED;
45705
- if (peg$silentFails === 0) peg$fail(peg$c173);
45735
+ if (peg$silentFails === 0) peg$fail(peg$c174);
45706
45736
  }
45707
45737
  return s0;
45708
45738
  }
45709
45739
  function peg$parseCarriageReturn() {
45710
45740
  let s0;
45711
45741
  if (input.charCodeAt(peg$currPos) === 13) {
45712
- s0 = peg$c174;
45742
+ s0 = peg$c175;
45713
45743
  peg$currPos++;
45714
45744
  } else {
45715
45745
  s0 = peg$FAILED;
45716
- if (peg$silentFails === 0) peg$fail(peg$c175);
45746
+ if (peg$silentFails === 0) peg$fail(peg$c176);
45717
45747
  }
45718
45748
  return s0;
45719
45749
  }
@@ -69952,7 +69982,7 @@ AjwCRQJ5AAAAAAABAAAAANpTmfAAAAAA0e+yRgAAAADR77JG
69952
69982
  }
69953
69983
  };
69954
69984
  var $a5a21ced491ea51f$export$2e2bcd8739ae039 = $a5a21ced491ea51f$var$UltimateGuitarParser;
69955
- var $ae92e002ce14f11a$export$2e2bcd8739ae039 = "14.4.0";
69985
+ var $ae92e002ce14f11a$export$2e2bcd8739ae039 = "14.5.0";
69956
69986
  var $a3816b486f741c00$exports = {};
69957
69987
  var $892913528e7f60f9$export$2e2bcd8739ae039 = {
69958
69988
  CHORUS: $dce48cb70c4120bb$export$8db6c706fc9142b2,