chordsheetjs 14.4.0 → 14.5.1

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/module.js CHANGED
@@ -1203,6 +1203,7 @@ const $d643910899695a08$var$mapping = {
1203
1203
  "m(maj7)": "m(ma7)",
1204
1204
  "m(+7)": "m(ma7)",
1205
1205
  "m+7": "m(ma7)",
1206
+ "mmaj7": "m(ma7)",
1206
1207
  "m(ma9)": "m(ma9)",
1207
1208
  "m(M9)": "m(ma9)",
1208
1209
  "mM9": "m(ma9)",
@@ -8994,8 +8995,8 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
8994
8995
  isNegated: selector?.isNegated
8995
8996
  };
8996
8997
  };
8997
- const peg$c65 = function(tagName, selector, tagColonWithValue) {
8998
- return $1582051153255182$export$4478cda40be33ba2(tagName, tagColonWithValue, selector, location());
8998
+ const peg$c65 = function(tagName, selector, tagValue) {
8999
+ return $1582051153255182$export$4478cda40be33ba2(tagName, tagValue, selector, location());
8999
9000
  };
9000
9001
  const peg$c66 = "-";
9001
9002
  const peg$c67 = peg$literalExpectation("-", false);
@@ -9013,14 +9014,14 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
9013
9014
  const peg$c72 = function(tagValue) {
9014
9015
  return tagValue;
9015
9016
  };
9016
- const peg$c73 = function(attributes) {
9017
+ const peg$c73 = function(value) {
9017
9018
  return {
9018
- attributes: attributes
9019
+ value: value
9019
9020
  };
9020
9021
  };
9021
- const peg$c74 = function(value) {
9022
+ const peg$c74 = function(attributes) {
9022
9023
  return {
9023
- value: value
9024
+ attributes: attributes
9024
9025
  };
9025
9026
  };
9026
9027
  const peg$c75 = function(attributes) {
@@ -9211,64 +9212,67 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
9211
9212
  };
9212
9213
  const peg$c129 = "start_of_abc";
9213
9214
  const peg$c130 = peg$literalExpectation("start_of_abc", false);
9214
- const peg$c131 = "end_of_abc";
9215
- const peg$c132 = peg$literalExpectation("end_of_abc", false);
9216
- const peg$c133 = function(tagName) {
9215
+ const peg$c131 = function(tagName, selector, tagColonWithValue) {
9216
+ return $1582051153255182$export$4478cda40be33ba2(tagName, tagColonWithValue, selector, location());
9217
+ };
9218
+ const peg$c132 = "end_of_abc";
9219
+ const peg$c133 = peg$literalExpectation("end_of_abc", false);
9220
+ const peg$c134 = function(tagName) {
9217
9221
  return $1582051153255182$export$4478cda40be33ba2(tagName, null, null, location());
9218
9222
  };
9219
- const peg$c134 = "start_of_grid";
9220
- const peg$c135 = peg$literalExpectation("start_of_grid", false);
9221
- const peg$c136 = "sog";
9222
- const peg$c137 = peg$literalExpectation("sog", false);
9223
- const peg$c138 = "end_of_grid";
9224
- const peg$c139 = peg$literalExpectation("end_of_grid", false);
9225
- const peg$c140 = "eog";
9226
- const peg$c141 = peg$literalExpectation("eog", false);
9227
- const peg$c142 = "start_of_ly";
9228
- const peg$c143 = peg$literalExpectation("start_of_ly", false);
9229
- const peg$c144 = "end_of_ly";
9230
- const peg$c145 = peg$literalExpectation("end_of_ly", false);
9231
- const peg$c146 = "start_of_svg";
9232
- const peg$c147 = peg$literalExpectation("start_of_svg", false);
9233
- const peg$c148 = "end_of_svg";
9234
- const peg$c149 = peg$literalExpectation("end_of_svg", false);
9235
- const peg$c150 = "start_of_tab";
9236
- const peg$c151 = peg$literalExpectation("start_of_tab", false);
9237
- const peg$c152 = "sot";
9238
- const peg$c153 = peg$literalExpectation("sot", false);
9239
- const peg$c154 = "end_of_tab";
9240
- const peg$c155 = peg$literalExpectation("end_of_tab", false);
9241
- const peg$c156 = "eot";
9242
- const peg$c157 = peg$literalExpectation("eot", false);
9243
- const peg$c158 = "start_of_textblock";
9244
- const peg$c159 = peg$literalExpectation("start_of_textblock", false);
9245
- const peg$c160 = "end_of_textblock";
9246
- const peg$c161 = peg$literalExpectation("end_of_textblock", false);
9247
- const peg$c162 = peg$anyExpectation();
9248
- const peg$c163 = peg$otherExpectation("whitespace");
9249
- const peg$c164 = peg$otherExpectation("optional whitespace");
9250
- const peg$c165 = /^[ \t\n\r]/;
9251
- const peg$c166 = peg$classExpectation([
9223
+ const peg$c135 = "start_of_grid";
9224
+ const peg$c136 = peg$literalExpectation("start_of_grid", false);
9225
+ const peg$c137 = "sog";
9226
+ const peg$c138 = peg$literalExpectation("sog", false);
9227
+ const peg$c139 = "end_of_grid";
9228
+ const peg$c140 = peg$literalExpectation("end_of_grid", false);
9229
+ const peg$c141 = "eog";
9230
+ const peg$c142 = peg$literalExpectation("eog", false);
9231
+ const peg$c143 = "start_of_ly";
9232
+ const peg$c144 = peg$literalExpectation("start_of_ly", false);
9233
+ const peg$c145 = "end_of_ly";
9234
+ const peg$c146 = peg$literalExpectation("end_of_ly", false);
9235
+ const peg$c147 = "start_of_svg";
9236
+ const peg$c148 = peg$literalExpectation("start_of_svg", false);
9237
+ const peg$c149 = "end_of_svg";
9238
+ const peg$c150 = peg$literalExpectation("end_of_svg", false);
9239
+ const peg$c151 = "start_of_tab";
9240
+ const peg$c152 = peg$literalExpectation("start_of_tab", false);
9241
+ const peg$c153 = "sot";
9242
+ const peg$c154 = peg$literalExpectation("sot", false);
9243
+ const peg$c155 = "end_of_tab";
9244
+ const peg$c156 = peg$literalExpectation("end_of_tab", false);
9245
+ const peg$c157 = "eot";
9246
+ const peg$c158 = peg$literalExpectation("eot", false);
9247
+ const peg$c159 = "start_of_textblock";
9248
+ const peg$c160 = peg$literalExpectation("start_of_textblock", false);
9249
+ const peg$c161 = "end_of_textblock";
9250
+ const peg$c162 = peg$literalExpectation("end_of_textblock", false);
9251
+ const peg$c163 = peg$anyExpectation();
9252
+ const peg$c164 = peg$otherExpectation("whitespace");
9253
+ const peg$c165 = peg$otherExpectation("optional whitespace");
9254
+ const peg$c166 = /^[ \t\n\r]/;
9255
+ const peg$c167 = peg$classExpectation([
9252
9256
  " ",
9253
9257
  "\t",
9254
9258
  "\n",
9255
9259
  "\r"
9256
9260
  ], false, false);
9257
- const peg$c167 = peg$otherExpectation("space");
9258
- const peg$c168 = /^[ \t]/;
9259
- const peg$c169 = peg$classExpectation([
9261
+ const peg$c168 = peg$otherExpectation("space");
9262
+ const peg$c169 = /^[ \t]/;
9263
+ const peg$c170 = peg$classExpectation([
9260
9264
  " ",
9261
9265
  "\t"
9262
9266
  ], false, false);
9263
- const peg$c170 = /^[\n\r]/;
9264
- const peg$c171 = peg$classExpectation([
9267
+ const peg$c171 = /^[\n\r]/;
9268
+ const peg$c172 = peg$classExpectation([
9265
9269
  "\n",
9266
9270
  "\r"
9267
9271
  ], false, false);
9268
- const peg$c172 = "\n";
9269
- const peg$c173 = peg$literalExpectation("\n", false);
9270
- const peg$c174 = "\r";
9271
- const peg$c175 = peg$literalExpectation("\r", false);
9272
+ const peg$c173 = "\n";
9273
+ const peg$c174 = peg$literalExpectation("\n", false);
9274
+ const peg$c175 = "\r";
9275
+ const peg$c176 = peg$literalExpectation("\r", false);
9272
9276
  let peg$currPos = 0;
9273
9277
  let peg$savedPos = 0;
9274
9278
  const peg$posDetailsCache = [
@@ -10481,10 +10485,11 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
10481
10485
  s4 = peg$parseTagSelector();
10482
10486
  if (s4 === peg$FAILED) s4 = null;
10483
10487
  if (s4 !== peg$FAILED) {
10484
- s5 = peg$parse_();
10488
+ s5 = peg$parseTagColonWithValue();
10489
+ if (s5 === peg$FAILED) s5 = peg$parseTagSpaceWithValue();
10490
+ if (s5 === peg$FAILED) s5 = null;
10485
10491
  if (s5 !== peg$FAILED) {
10486
- s6 = peg$parseTagColonWithValue();
10487
- if (s6 === peg$FAILED) s6 = null;
10492
+ s6 = peg$parse_();
10488
10493
  if (s6 !== peg$FAILED) {
10489
10494
  if (input.charCodeAt(peg$currPos) === 125) {
10490
10495
  s7 = peg$c29;
@@ -10495,7 +10500,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
10495
10500
  }
10496
10501
  if (s7 !== peg$FAILED) {
10497
10502
  peg$savedPos = s0;
10498
- s1 = peg$c65(s3, s4, s6);
10503
+ s1 = peg$c65(s3, s4, s5);
10499
10504
  s0 = s1;
10500
10505
  } else {
10501
10506
  peg$currPos = s0;
@@ -10604,20 +10609,46 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
10604
10609
  return s0;
10605
10610
  }
10606
10611
  function peg$parseTagColonWithValue() {
10607
- let s0, s1, s2;
10612
+ let s0, s1, s2, s3;
10608
10613
  s0 = peg$currPos;
10609
- if (input.charCodeAt(peg$currPos) === 58) {
10610
- s1 = peg$c62;
10611
- peg$currPos++;
10614
+ s1 = peg$parse_();
10615
+ if (s1 !== peg$FAILED) {
10616
+ if (input.charCodeAt(peg$currPos) === 58) {
10617
+ s2 = peg$c62;
10618
+ peg$currPos++;
10619
+ } else {
10620
+ s2 = peg$FAILED;
10621
+ if (peg$silentFails === 0) peg$fail(peg$c63);
10622
+ }
10623
+ if (s2 !== peg$FAILED) {
10624
+ s3 = peg$parseTagValue();
10625
+ if (s3 !== peg$FAILED) {
10626
+ peg$savedPos = s0;
10627
+ s1 = peg$c72(s3);
10628
+ s0 = s1;
10629
+ } else {
10630
+ peg$currPos = s0;
10631
+ s0 = peg$FAILED;
10632
+ }
10633
+ } else {
10634
+ peg$currPos = s0;
10635
+ s0 = peg$FAILED;
10636
+ }
10612
10637
  } else {
10613
- s1 = peg$FAILED;
10614
- if (peg$silentFails === 0) peg$fail(peg$c63);
10638
+ peg$currPos = s0;
10639
+ s0 = peg$FAILED;
10615
10640
  }
10641
+ return s0;
10642
+ }
10643
+ function peg$parseTagSpaceWithValue() {
10644
+ let s0, s1, s2;
10645
+ s0 = peg$currPos;
10646
+ s1 = peg$parse__();
10616
10647
  if (s1 !== peg$FAILED) {
10617
- s2 = peg$parseTagValue();
10648
+ s2 = peg$parseTagSimpleValue();
10618
10649
  if (s2 !== peg$FAILED) {
10619
10650
  peg$savedPos = s0;
10620
- s1 = peg$c72(s2);
10651
+ s1 = peg$c73(s2);
10621
10652
  s0 = s1;
10622
10653
  } else {
10623
10654
  peg$currPos = s0;
@@ -10635,7 +10666,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
10635
10666
  s1 = peg$parseTagAttributes();
10636
10667
  if (s1 !== peg$FAILED) {
10637
10668
  peg$savedPos = s0;
10638
- s1 = peg$c73(s1);
10669
+ s1 = peg$c74(s1);
10639
10670
  }
10640
10671
  s0 = s1;
10641
10672
  if (s0 === peg$FAILED) {
@@ -10643,7 +10674,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
10643
10674
  s1 = peg$parseTagSimpleValue();
10644
10675
  if (s1 !== peg$FAILED) {
10645
10676
  peg$savedPos = s0;
10646
- s1 = peg$c74(s1);
10677
+ s1 = peg$c73(s1);
10647
10678
  }
10648
10679
  s0 = s1;
10649
10680
  }
@@ -11597,7 +11628,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
11597
11628
  }
11598
11629
  if (s8 !== peg$FAILED) {
11599
11630
  peg$savedPos = s0;
11600
- s1 = peg$c65(s3, s4, s6);
11631
+ s1 = peg$c131(s3, s4, s6);
11601
11632
  s0 = s1;
11602
11633
  } else {
11603
11634
  peg$currPos = s0;
@@ -11646,12 +11677,12 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
11646
11677
  if (s1 !== peg$FAILED) {
11647
11678
  s2 = peg$parse_();
11648
11679
  if (s2 !== peg$FAILED) {
11649
- if (input.substr(peg$currPos, 10) === peg$c131) {
11650
- s3 = peg$c131;
11680
+ if (input.substr(peg$currPos, 10) === peg$c132) {
11681
+ s3 = peg$c132;
11651
11682
  peg$currPos += 10;
11652
11683
  } else {
11653
11684
  s3 = peg$FAILED;
11654
- if (peg$silentFails === 0) peg$fail(peg$c132);
11685
+ if (peg$silentFails === 0) peg$fail(peg$c133);
11655
11686
  }
11656
11687
  if (s3 !== peg$FAILED) {
11657
11688
  s4 = peg$parse_();
@@ -11665,7 +11696,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
11665
11696
  }
11666
11697
  if (s5 !== peg$FAILED) {
11667
11698
  peg$savedPos = s0;
11668
- s1 = peg$c133(s3);
11699
+ s1 = peg$c134(s3);
11669
11700
  s0 = s1;
11670
11701
  } else {
11671
11702
  peg$currPos = s0;
@@ -11792,20 +11823,20 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
11792
11823
  if (s1 !== peg$FAILED) {
11793
11824
  s2 = peg$parse_();
11794
11825
  if (s2 !== peg$FAILED) {
11795
- if (input.substr(peg$currPos, 13) === peg$c134) {
11796
- s3 = peg$c134;
11826
+ if (input.substr(peg$currPos, 13) === peg$c135) {
11827
+ s3 = peg$c135;
11797
11828
  peg$currPos += 13;
11798
11829
  } else {
11799
11830
  s3 = peg$FAILED;
11800
- if (peg$silentFails === 0) peg$fail(peg$c135);
11831
+ if (peg$silentFails === 0) peg$fail(peg$c136);
11801
11832
  }
11802
11833
  if (s3 === peg$FAILED) {
11803
- if (input.substr(peg$currPos, 3) === peg$c136) {
11804
- s3 = peg$c136;
11834
+ if (input.substr(peg$currPos, 3) === peg$c137) {
11835
+ s3 = peg$c137;
11805
11836
  peg$currPos += 3;
11806
11837
  } else {
11807
11838
  s3 = peg$FAILED;
11808
- if (peg$silentFails === 0) peg$fail(peg$c137);
11839
+ if (peg$silentFails === 0) peg$fail(peg$c138);
11809
11840
  }
11810
11841
  }
11811
11842
  if (s3 !== peg$FAILED) {
@@ -11828,7 +11859,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
11828
11859
  }
11829
11860
  if (s8 !== peg$FAILED) {
11830
11861
  peg$savedPos = s0;
11831
- s1 = peg$c65(s3, s4, s6);
11862
+ s1 = peg$c131(s3, s4, s6);
11832
11863
  s0 = s1;
11833
11864
  } else {
11834
11865
  peg$currPos = s0;
@@ -11877,20 +11908,20 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
11877
11908
  if (s1 !== peg$FAILED) {
11878
11909
  s2 = peg$parse_();
11879
11910
  if (s2 !== peg$FAILED) {
11880
- if (input.substr(peg$currPos, 11) === peg$c138) {
11881
- s3 = peg$c138;
11911
+ if (input.substr(peg$currPos, 11) === peg$c139) {
11912
+ s3 = peg$c139;
11882
11913
  peg$currPos += 11;
11883
11914
  } else {
11884
11915
  s3 = peg$FAILED;
11885
- if (peg$silentFails === 0) peg$fail(peg$c139);
11916
+ if (peg$silentFails === 0) peg$fail(peg$c140);
11886
11917
  }
11887
11918
  if (s3 === peg$FAILED) {
11888
- if (input.substr(peg$currPos, 3) === peg$c140) {
11889
- s3 = peg$c140;
11919
+ if (input.substr(peg$currPos, 3) === peg$c141) {
11920
+ s3 = peg$c141;
11890
11921
  peg$currPos += 3;
11891
11922
  } else {
11892
11923
  s3 = peg$FAILED;
11893
- if (peg$silentFails === 0) peg$fail(peg$c141);
11924
+ if (peg$silentFails === 0) peg$fail(peg$c142);
11894
11925
  }
11895
11926
  }
11896
11927
  if (s3 !== peg$FAILED) {
@@ -11905,7 +11936,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
11905
11936
  }
11906
11937
  if (s5 !== peg$FAILED) {
11907
11938
  peg$savedPos = s0;
11908
- s1 = peg$c133(s3);
11939
+ s1 = peg$c134(s3);
11909
11940
  s0 = s1;
11910
11941
  } else {
11911
11942
  peg$currPos = s0;
@@ -12032,12 +12063,12 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12032
12063
  if (s1 !== peg$FAILED) {
12033
12064
  s2 = peg$parse_();
12034
12065
  if (s2 !== peg$FAILED) {
12035
- if (input.substr(peg$currPos, 11) === peg$c142) {
12036
- s3 = peg$c142;
12066
+ if (input.substr(peg$currPos, 11) === peg$c143) {
12067
+ s3 = peg$c143;
12037
12068
  peg$currPos += 11;
12038
12069
  } else {
12039
12070
  s3 = peg$FAILED;
12040
- if (peg$silentFails === 0) peg$fail(peg$c143);
12071
+ if (peg$silentFails === 0) peg$fail(peg$c144);
12041
12072
  }
12042
12073
  if (s3 !== peg$FAILED) {
12043
12074
  s4 = peg$parseTagSelector();
@@ -12059,7 +12090,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12059
12090
  }
12060
12091
  if (s8 !== peg$FAILED) {
12061
12092
  peg$savedPos = s0;
12062
- s1 = peg$c65(s3, s4, s6);
12093
+ s1 = peg$c131(s3, s4, s6);
12063
12094
  s0 = s1;
12064
12095
  } else {
12065
12096
  peg$currPos = s0;
@@ -12108,12 +12139,12 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12108
12139
  if (s1 !== peg$FAILED) {
12109
12140
  s2 = peg$parse_();
12110
12141
  if (s2 !== peg$FAILED) {
12111
- if (input.substr(peg$currPos, 9) === peg$c144) {
12112
- s3 = peg$c144;
12142
+ if (input.substr(peg$currPos, 9) === peg$c145) {
12143
+ s3 = peg$c145;
12113
12144
  peg$currPos += 9;
12114
12145
  } else {
12115
12146
  s3 = peg$FAILED;
12116
- if (peg$silentFails === 0) peg$fail(peg$c145);
12147
+ if (peg$silentFails === 0) peg$fail(peg$c146);
12117
12148
  }
12118
12149
  if (s3 !== peg$FAILED) {
12119
12150
  s4 = peg$parse_();
@@ -12127,7 +12158,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12127
12158
  }
12128
12159
  if (s5 !== peg$FAILED) {
12129
12160
  peg$savedPos = s0;
12130
- s1 = peg$c133(s3);
12161
+ s1 = peg$c134(s3);
12131
12162
  s0 = s1;
12132
12163
  } else {
12133
12164
  peg$currPos = s0;
@@ -12254,12 +12285,12 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12254
12285
  if (s1 !== peg$FAILED) {
12255
12286
  s2 = peg$parse_();
12256
12287
  if (s2 !== peg$FAILED) {
12257
- if (input.substr(peg$currPos, 12) === peg$c146) {
12258
- s3 = peg$c146;
12288
+ if (input.substr(peg$currPos, 12) === peg$c147) {
12289
+ s3 = peg$c147;
12259
12290
  peg$currPos += 12;
12260
12291
  } else {
12261
12292
  s3 = peg$FAILED;
12262
- if (peg$silentFails === 0) peg$fail(peg$c147);
12293
+ if (peg$silentFails === 0) peg$fail(peg$c148);
12263
12294
  }
12264
12295
  if (s3 !== peg$FAILED) {
12265
12296
  s4 = peg$parseTagSelector();
@@ -12281,7 +12312,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12281
12312
  }
12282
12313
  if (s8 !== peg$FAILED) {
12283
12314
  peg$savedPos = s0;
12284
- s1 = peg$c65(s3, s4, s6);
12315
+ s1 = peg$c131(s3, s4, s6);
12285
12316
  s0 = s1;
12286
12317
  } else {
12287
12318
  peg$currPos = s0;
@@ -12330,12 +12361,12 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12330
12361
  if (s1 !== peg$FAILED) {
12331
12362
  s2 = peg$parse_();
12332
12363
  if (s2 !== peg$FAILED) {
12333
- if (input.substr(peg$currPos, 10) === peg$c148) {
12334
- s3 = peg$c148;
12364
+ if (input.substr(peg$currPos, 10) === peg$c149) {
12365
+ s3 = peg$c149;
12335
12366
  peg$currPos += 10;
12336
12367
  } else {
12337
12368
  s3 = peg$FAILED;
12338
- if (peg$silentFails === 0) peg$fail(peg$c149);
12369
+ if (peg$silentFails === 0) peg$fail(peg$c150);
12339
12370
  }
12340
12371
  if (s3 !== peg$FAILED) {
12341
12372
  s4 = peg$parse_();
@@ -12349,7 +12380,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12349
12380
  }
12350
12381
  if (s5 !== peg$FAILED) {
12351
12382
  peg$savedPos = s0;
12352
- s1 = peg$c133(s3);
12383
+ s1 = peg$c134(s3);
12353
12384
  s0 = s1;
12354
12385
  } else {
12355
12386
  peg$currPos = s0;
@@ -12476,20 +12507,20 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12476
12507
  if (s1 !== peg$FAILED) {
12477
12508
  s2 = peg$parse_();
12478
12509
  if (s2 !== peg$FAILED) {
12479
- if (input.substr(peg$currPos, 12) === peg$c150) {
12480
- s3 = peg$c150;
12510
+ if (input.substr(peg$currPos, 12) === peg$c151) {
12511
+ s3 = peg$c151;
12481
12512
  peg$currPos += 12;
12482
12513
  } else {
12483
12514
  s3 = peg$FAILED;
12484
- if (peg$silentFails === 0) peg$fail(peg$c151);
12515
+ if (peg$silentFails === 0) peg$fail(peg$c152);
12485
12516
  }
12486
12517
  if (s3 === peg$FAILED) {
12487
- if (input.substr(peg$currPos, 3) === peg$c152) {
12488
- s3 = peg$c152;
12518
+ if (input.substr(peg$currPos, 3) === peg$c153) {
12519
+ s3 = peg$c153;
12489
12520
  peg$currPos += 3;
12490
12521
  } else {
12491
12522
  s3 = peg$FAILED;
12492
- if (peg$silentFails === 0) peg$fail(peg$c153);
12523
+ if (peg$silentFails === 0) peg$fail(peg$c154);
12493
12524
  }
12494
12525
  }
12495
12526
  if (s3 !== peg$FAILED) {
@@ -12512,7 +12543,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12512
12543
  }
12513
12544
  if (s8 !== peg$FAILED) {
12514
12545
  peg$savedPos = s0;
12515
- s1 = peg$c65(s3, s4, s6);
12546
+ s1 = peg$c131(s3, s4, s6);
12516
12547
  s0 = s1;
12517
12548
  } else {
12518
12549
  peg$currPos = s0;
@@ -12561,20 +12592,20 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12561
12592
  if (s1 !== peg$FAILED) {
12562
12593
  s2 = peg$parse_();
12563
12594
  if (s2 !== peg$FAILED) {
12564
- if (input.substr(peg$currPos, 10) === peg$c154) {
12565
- s3 = peg$c154;
12595
+ if (input.substr(peg$currPos, 10) === peg$c155) {
12596
+ s3 = peg$c155;
12566
12597
  peg$currPos += 10;
12567
12598
  } else {
12568
12599
  s3 = peg$FAILED;
12569
- if (peg$silentFails === 0) peg$fail(peg$c155);
12600
+ if (peg$silentFails === 0) peg$fail(peg$c156);
12570
12601
  }
12571
12602
  if (s3 === peg$FAILED) {
12572
- if (input.substr(peg$currPos, 3) === peg$c156) {
12573
- s3 = peg$c156;
12603
+ if (input.substr(peg$currPos, 3) === peg$c157) {
12604
+ s3 = peg$c157;
12574
12605
  peg$currPos += 3;
12575
12606
  } else {
12576
12607
  s3 = peg$FAILED;
12577
- if (peg$silentFails === 0) peg$fail(peg$c157);
12608
+ if (peg$silentFails === 0) peg$fail(peg$c158);
12578
12609
  }
12579
12610
  }
12580
12611
  if (s3 !== peg$FAILED) {
@@ -12589,7 +12620,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12589
12620
  }
12590
12621
  if (s5 !== peg$FAILED) {
12591
12622
  peg$savedPos = s0;
12592
- s1 = peg$c133(s3);
12623
+ s1 = peg$c134(s3);
12593
12624
  s0 = s1;
12594
12625
  } else {
12595
12626
  peg$currPos = s0;
@@ -12716,12 +12747,12 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12716
12747
  if (s1 !== peg$FAILED) {
12717
12748
  s2 = peg$parse_();
12718
12749
  if (s2 !== peg$FAILED) {
12719
- if (input.substr(peg$currPos, 18) === peg$c158) {
12720
- s3 = peg$c158;
12750
+ if (input.substr(peg$currPos, 18) === peg$c159) {
12751
+ s3 = peg$c159;
12721
12752
  peg$currPos += 18;
12722
12753
  } else {
12723
12754
  s3 = peg$FAILED;
12724
- if (peg$silentFails === 0) peg$fail(peg$c159);
12755
+ if (peg$silentFails === 0) peg$fail(peg$c160);
12725
12756
  }
12726
12757
  if (s3 !== peg$FAILED) {
12727
12758
  s4 = peg$parseTagSelector();
@@ -12743,7 +12774,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12743
12774
  }
12744
12775
  if (s8 !== peg$FAILED) {
12745
12776
  peg$savedPos = s0;
12746
- s1 = peg$c65(s3, s4, s6);
12777
+ s1 = peg$c131(s3, s4, s6);
12747
12778
  s0 = s1;
12748
12779
  } else {
12749
12780
  peg$currPos = s0;
@@ -12792,12 +12823,12 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12792
12823
  if (s1 !== peg$FAILED) {
12793
12824
  s2 = peg$parse_();
12794
12825
  if (s2 !== peg$FAILED) {
12795
- if (input.substr(peg$currPos, 16) === peg$c160) {
12796
- s3 = peg$c160;
12826
+ if (input.substr(peg$currPos, 16) === peg$c161) {
12827
+ s3 = peg$c161;
12797
12828
  peg$currPos += 16;
12798
12829
  } else {
12799
12830
  s3 = peg$FAILED;
12800
- if (peg$silentFails === 0) peg$fail(peg$c161);
12831
+ if (peg$silentFails === 0) peg$fail(peg$c162);
12801
12832
  }
12802
12833
  if (s3 !== peg$FAILED) {
12803
12834
  s4 = peg$parse_();
@@ -12811,7 +12842,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12811
12842
  }
12812
12843
  if (s5 !== peg$FAILED) {
12813
12844
  peg$savedPos = s0;
12814
- s1 = peg$c133(s3);
12845
+ s1 = peg$c134(s3);
12815
12846
  s0 = s1;
12816
12847
  } else {
12817
12848
  peg$currPos = s0;
@@ -12842,7 +12873,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12842
12873
  peg$currPos++;
12843
12874
  } else {
12844
12875
  s0 = peg$FAILED;
12845
- if (peg$silentFails === 0) peg$fail(peg$c162);
12876
+ if (peg$silentFails === 0) peg$fail(peg$c163);
12846
12877
  }
12847
12878
  return s0;
12848
12879
  }
@@ -12859,7 +12890,7 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12859
12890
  peg$silentFails--;
12860
12891
  if (s0 === peg$FAILED) {
12861
12892
  s1 = peg$FAILED;
12862
- if (peg$silentFails === 0) peg$fail(peg$c163);
12893
+ if (peg$silentFails === 0) peg$fail(peg$c164);
12863
12894
  }
12864
12895
  return s0;
12865
12896
  }
@@ -12875,18 +12906,18 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12875
12906
  peg$silentFails--;
12876
12907
  if (s0 === peg$FAILED) {
12877
12908
  s1 = peg$FAILED;
12878
- if (peg$silentFails === 0) peg$fail(peg$c164);
12909
+ if (peg$silentFails === 0) peg$fail(peg$c165);
12879
12910
  }
12880
12911
  return s0;
12881
12912
  }
12882
12913
  function peg$parseWhitespaceCharacter() {
12883
12914
  let s0;
12884
- if (peg$c165.test(input.charAt(peg$currPos))) {
12915
+ if (peg$c166.test(input.charAt(peg$currPos))) {
12885
12916
  s0 = input.charAt(peg$currPos);
12886
12917
  peg$currPos++;
12887
12918
  } else {
12888
12919
  s0 = peg$FAILED;
12889
- if (peg$silentFails === 0) peg$fail(peg$c166);
12920
+ if (peg$silentFails === 0) peg$fail(peg$c167);
12890
12921
  }
12891
12922
  return s0;
12892
12923
  }
@@ -12895,21 +12926,21 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12895
12926
  peg$silentFails++;
12896
12927
  s0 = peg$currPos;
12897
12928
  s1 = [];
12898
- if (peg$c168.test(input.charAt(peg$currPos))) {
12929
+ if (peg$c169.test(input.charAt(peg$currPos))) {
12899
12930
  s2 = input.charAt(peg$currPos);
12900
12931
  peg$currPos++;
12901
12932
  } else {
12902
12933
  s2 = peg$FAILED;
12903
- if (peg$silentFails === 0) peg$fail(peg$c169);
12934
+ if (peg$silentFails === 0) peg$fail(peg$c170);
12904
12935
  }
12905
12936
  if (s2 !== peg$FAILED) while(s2 !== peg$FAILED){
12906
12937
  s1.push(s2);
12907
- if (peg$c168.test(input.charAt(peg$currPos))) {
12938
+ if (peg$c169.test(input.charAt(peg$currPos))) {
12908
12939
  s2 = input.charAt(peg$currPos);
12909
12940
  peg$currPos++;
12910
12941
  } else {
12911
12942
  s2 = peg$FAILED;
12912
- if (peg$silentFails === 0) peg$fail(peg$c169);
12943
+ if (peg$silentFails === 0) peg$fail(peg$c170);
12913
12944
  }
12914
12945
  }
12915
12946
  else s1 = peg$FAILED;
@@ -12918,18 +12949,18 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12918
12949
  peg$silentFails--;
12919
12950
  if (s0 === peg$FAILED) {
12920
12951
  s1 = peg$FAILED;
12921
- if (peg$silentFails === 0) peg$fail(peg$c167);
12952
+ if (peg$silentFails === 0) peg$fail(peg$c168);
12922
12953
  }
12923
12954
  return s0;
12924
12955
  }
12925
12956
  function peg$parseNewLine() {
12926
12957
  let s0;
12927
- if (peg$c170.test(input.charAt(peg$currPos))) {
12958
+ if (peg$c171.test(input.charAt(peg$currPos))) {
12928
12959
  s0 = input.charAt(peg$currPos);
12929
12960
  peg$currPos++;
12930
12961
  } else {
12931
12962
  s0 = peg$FAILED;
12932
- if (peg$silentFails === 0) peg$fail(peg$c171);
12963
+ if (peg$silentFails === 0) peg$fail(peg$c172);
12933
12964
  }
12934
12965
  if (s0 === peg$FAILED) s0 = peg$parseCarriageReturnLineFeed();
12935
12966
  return s0;
@@ -12959,22 +12990,22 @@ function $d19fa9f128cdbd26$var$peg$parse(input, options) {
12959
12990
  function peg$parseLineFeed() {
12960
12991
  let s0;
12961
12992
  if (input.charCodeAt(peg$currPos) === 10) {
12962
- s0 = peg$c172;
12993
+ s0 = peg$c173;
12963
12994
  peg$currPos++;
12964
12995
  } else {
12965
12996
  s0 = peg$FAILED;
12966
- if (peg$silentFails === 0) peg$fail(peg$c173);
12997
+ if (peg$silentFails === 0) peg$fail(peg$c174);
12967
12998
  }
12968
12999
  return s0;
12969
13000
  }
12970
13001
  function peg$parseCarriageReturn() {
12971
13002
  let s0;
12972
13003
  if (input.charCodeAt(peg$currPos) === 13) {
12973
- s0 = peg$c174;
13004
+ s0 = peg$c175;
12974
13005
  peg$currPos++;
12975
13006
  } else {
12976
13007
  s0 = peg$FAILED;
12977
- if (peg$silentFails === 0) peg$fail(peg$c175);
13008
+ if (peg$silentFails === 0) peg$fail(peg$c176);
12978
13009
  }
12979
13010
  return s0;
12980
13011
  }
@@ -15635,555 +15666,557 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
15635
15666
  const peg$c1346 = peg$literalExpectation("m(M7)", false);
15636
15667
  const peg$c1347 = "m(+7)";
15637
15668
  const peg$c1348 = peg$literalExpectation("m(+7)", false);
15638
- const peg$c1349 = "m(M9)";
15639
- const peg$c1350 = peg$literalExpectation("m(M9)", false);
15640
- const peg$c1351 = "m(+9)";
15641
- const peg$c1352 = peg$literalExpectation("m(+9)", false);
15642
- const peg$c1353 = "min11";
15643
- const peg$c1354 = peg$literalExpectation("min11", false);
15644
- const peg$c1355 = "m11#5";
15645
- const peg$c1356 = peg$literalExpectation("m11#5", false);
15646
- const peg$c1357 = "m11+5";
15647
- const peg$c1358 = peg$literalExpectation("m11+5", false);
15648
- const peg$c1359 = "-11#5";
15649
- const peg$c1360 = peg$literalExpectation("-11#5", false);
15650
- const peg$c1361 = "m11#9";
15651
- const peg$c1362 = peg$literalExpectation("m11#9", false);
15652
- const peg$c1363 = "m11+9";
15653
- const peg$c1364 = peg$literalExpectation("m11+9", false);
15654
- const peg$c1365 = "-11#9";
15655
- const peg$c1366 = peg$literalExpectation("-11#9", false);
15656
- const peg$c1367 = "-11+9";
15657
- const peg$c1368 = peg$literalExpectation("-11+9", false);
15658
- const peg$c1369 = "m11b5";
15659
- const peg$c1370 = peg$literalExpectation("m11b5", false);
15660
- const peg$c1371 = "m11-5";
15661
- const peg$c1372 = peg$literalExpectation("m11-5", false);
15662
- const peg$c1373 = "-11b5";
15663
- const peg$c1374 = peg$literalExpectation("-11b5", false);
15664
- const peg$c1375 = "m11b9";
15665
- const peg$c1376 = peg$literalExpectation("m11b9", false);
15666
- const peg$c1377 = "m11-9";
15667
- const peg$c1378 = peg$literalExpectation("m11-9", false);
15668
- const peg$c1379 = "-11b9";
15669
- const peg$c1380 = peg$literalExpectation("-11b9", false);
15670
- const peg$c1381 = "-11-9";
15671
- const peg$c1382 = peg$literalExpectation("-11-9", false);
15672
- const peg$c1383 = "min13";
15673
- const peg$c1384 = peg$literalExpectation("min13", false);
15674
- const peg$c1385 = "m13#5";
15675
- const peg$c1386 = peg$literalExpectation("m13#5", false);
15676
- const peg$c1387 = "m13+5";
15677
- const peg$c1388 = peg$literalExpectation("m13+5", false);
15678
- const peg$c1389 = "-13#5";
15679
- const peg$c1390 = peg$literalExpectation("-13#5", false);
15680
- const peg$c1391 = "m13#9";
15681
- const peg$c1392 = peg$literalExpectation("m13#9", false);
15682
- const peg$c1393 = "m13+9";
15683
- const peg$c1394 = peg$literalExpectation("m13+9", false);
15684
- const peg$c1395 = "-13#9";
15685
- const peg$c1396 = peg$literalExpectation("-13#9", false);
15686
- const peg$c1397 = "-13+9";
15687
- const peg$c1398 = peg$literalExpectation("-13+9", false);
15688
- const peg$c1399 = "m13b5";
15689
- const peg$c1400 = peg$literalExpectation("m13b5", false);
15690
- const peg$c1401 = "m13-5";
15691
- const peg$c1402 = peg$literalExpectation("m13-5", false);
15692
- const peg$c1403 = "-13b5";
15693
- const peg$c1404 = peg$literalExpectation("-13b5", false);
15694
- const peg$c1405 = "-13-5";
15695
- const peg$c1406 = peg$literalExpectation("-13-5", false);
15696
- const peg$c1407 = "m13b9";
15697
- const peg$c1408 = peg$literalExpectation("m13b9", false);
15698
- const peg$c1409 = "m13-9";
15699
- const peg$c1410 = peg$literalExpectation("m13-9", false);
15700
- const peg$c1411 = "madd2";
15701
- const peg$c1412 = peg$literalExpectation("madd2", false);
15702
- const peg$c1413 = "m6(9)";
15703
- const peg$c1414 = peg$literalExpectation("m6(9)", false);
15704
- const peg$c1415 = "m7#11";
15705
- const peg$c1416 = peg$literalExpectation("m7#11", false);
15706
- const peg$c1417 = "m7+11";
15707
- const peg$c1418 = peg$literalExpectation("m7+11", false);
15708
- const peg$c1419 = "-7#11";
15709
- const peg$c1420 = peg$literalExpectation("-7#11", false);
15710
- const peg$c1421 = "-7+11";
15711
- const peg$c1422 = peg$literalExpectation("-7+11", false);
15712
- const peg$c1423 = "m7(4)";
15713
- const peg$c1424 = peg$literalExpectation("m7(4)", false);
15714
- const peg$c1425 = "m7(6)";
15715
- const peg$c1426 = peg$literalExpectation("m7(6)", false);
15716
- const peg$c1427 = "m7b13";
15717
- const peg$c1428 = peg$literalExpectation("m7b13", false);
15718
- const peg$c1429 = "m7-13";
15719
- const peg$c1430 = peg$literalExpectation("m7-13", false);
15720
- const peg$c1431 = "-7b13";
15721
- const peg$c1432 = peg$literalExpectation("-7b13", false);
15722
- const peg$c1433 = "-7-13";
15723
- const peg$c1434 = peg$literalExpectation("-7-13", false);
15724
- const peg$c1435 = "m7sus";
15725
- const peg$c1436 = peg$literalExpectation("m7sus", false);
15726
- const peg$c1437 = "m9#11";
15727
- const peg$c1438 = peg$literalExpectation("m9#11", false);
15728
- const peg$c1439 = "m9+11";
15729
- const peg$c1440 = peg$literalExpectation("m9+11", false);
15730
- const peg$c1441 = "-9#11";
15731
- const peg$c1442 = peg$literalExpectation("-9#11", false);
15732
- const peg$c1443 = "-9+11";
15733
- const peg$c1444 = peg$literalExpectation("-9+11", false);
15734
- const peg$c1445 = "m9b13";
15735
- const peg$c1446 = peg$literalExpectation("m9b13", false);
15736
- const peg$c1447 = "m9-13";
15737
- const peg$c1448 = peg$literalExpectation("m9-13", false);
15738
- const peg$c1449 = "-9b13";
15739
- const peg$c1450 = peg$literalExpectation("-9b13", false);
15740
- const peg$c1451 = "-9-13";
15741
- const peg$c1452 = peg$literalExpectation("-9-13", false);
15742
- const peg$c1453 = "+11#5";
15743
- const peg$c1454 = peg$literalExpectation("+11#5", false);
15744
- const peg$c1455 = "M11+5";
15745
- const peg$c1456 = peg$literalExpectation("M11+5", false);
15746
- const peg$c1457 = "+11#9";
15747
- const peg$c1458 = peg$literalExpectation("+11#9", false);
15748
- const peg$c1459 = "M11+9";
15749
- const peg$c1460 = peg$literalExpectation("M11+9", false);
15750
- const peg$c1461 = "+11b5";
15751
- const peg$c1462 = peg$literalExpectation("+11b5", false);
15752
- const peg$c1463 = "M11-5";
15753
- const peg$c1464 = peg$literalExpectation("M11-5", false);
15754
- const peg$c1465 = "+11b9";
15755
- const peg$c1466 = peg$literalExpectation("+11b9", false);
15756
- const peg$c1467 = "+11-9";
15757
- const peg$c1468 = peg$literalExpectation("+11-9", false);
15758
- const peg$c1469 = "maj13";
15759
- const peg$c1470 = peg$literalExpectation("maj13", false);
15760
- const peg$c1471 = "Maj13";
15761
- const peg$c1472 = peg$literalExpectation("Maj13", false);
15762
- const peg$c1473 = "+13#5";
15763
- const peg$c1474 = peg$literalExpectation("+13#5", false);
15764
- const peg$c1475 = "M13+5";
15765
- const peg$c1476 = peg$literalExpectation("M13+5", false);
15766
- const peg$c1477 = "+13#9";
15767
- const peg$c1478 = peg$literalExpectation("+13#9", false);
15768
- const peg$c1479 = "+13+9";
15769
- const peg$c1480 = peg$literalExpectation("+13+9", false);
15770
- const peg$c1481 = "+13b5";
15771
- const peg$c1482 = peg$literalExpectation("+13b5", false);
15772
- const peg$c1483 = "M13-5";
15773
- const peg$c1484 = peg$literalExpectation("M13-5", false);
15774
- const peg$c1485 = "+13b9";
15775
- const peg$c1486 = peg$literalExpectation("+13b9", false);
15776
- const peg$c1487 = "M13-9";
15777
- const peg$c1488 = peg$literalExpectation("M13-9", false);
15778
- const peg$c1489 = "+7#11";
15779
- const peg$c1490 = peg$literalExpectation("+7#11", false);
15780
- const peg$c1491 = "M7+11";
15781
- const peg$c1492 = peg$literalExpectation("M7+11", false);
15782
- const peg$c1493 = "ma7#5";
15783
- const peg$c1494 = peg$literalExpectation("ma7#5", false);
15784
- const peg$c1495 = "ma7+5";
15785
- const peg$c1496 = peg$literalExpectation("ma7+5", false);
15786
- const peg$c1497 = "ma7#9";
15787
- const peg$c1498 = peg$literalExpectation("ma7#9", false);
15788
- const peg$c1499 = "ma7+9";
15789
- const peg$c1500 = peg$literalExpectation("ma7+9", false);
15790
- const peg$c1501 = "+7b13";
15791
- const peg$c1502 = peg$literalExpectation("+7b13", false);
15792
- const peg$c1503 = "M7-13";
15793
- const peg$c1504 = peg$literalExpectation("M7-13", false);
15794
- const peg$c1505 = "ma7b5";
15795
- const peg$c1506 = peg$literalExpectation("ma7b5", false);
15796
- const peg$c1507 = "ma7-5";
15797
- const peg$c1508 = peg$literalExpectation("ma7-5", false);
15798
- const peg$c1509 = "ma7b9";
15799
- const peg$c1510 = peg$literalExpectation("ma7b9", false);
15800
- const peg$c1511 = "ma7-9";
15801
- const peg$c1512 = peg$literalExpectation("ma7-9", false);
15802
- const peg$c1513 = "9(#7)";
15803
- const peg$c1514 = peg$literalExpectation("9(#7)", false);
15804
- const peg$c1515 = "+9#11";
15805
- const peg$c1516 = peg$literalExpectation("+9#11", false);
15806
- const peg$c1517 = "M9+11";
15807
- const peg$c1518 = peg$literalExpectation("M9+11", false);
15808
- const peg$c1519 = "ma9#5";
15809
- const peg$c1520 = peg$literalExpectation("ma9#5", false);
15810
- const peg$c1521 = "ma9+5";
15811
- const peg$c1522 = peg$literalExpectation("ma9+5", false);
15812
- const peg$c1523 = "+9b13";
15813
- const peg$c1524 = peg$literalExpectation("+9b13", false);
15814
- const peg$c1525 = "M9-13";
15815
- const peg$c1526 = peg$literalExpectation("M9-13", false);
15816
- const peg$c1527 = "ma9b5";
15817
- const peg$c1528 = peg$literalExpectation("ma9b5", false);
15818
- const peg$c1529 = "ma9-5";
15819
- const peg$c1530 = peg$literalExpectation("ma9-5", false);
15820
- const peg$c1531 = "(#4)";
15821
- const peg$c1532 = peg$literalExpectation("(#4)", false);
15822
- const peg$c1533 = "(+4)";
15823
- const peg$c1534 = peg$literalExpectation("(+4)", false);
15824
- const peg$c1535 = "(11)";
15825
- const peg$c1536 = peg$literalExpectation("(11)", false);
15826
- const peg$c1537 = "(13)";
15827
- const peg$c1538 = peg$literalExpectation("(13)", false);
15828
- const peg$c1539 = "add2";
15829
- const peg$c1540 = peg$literalExpectation("add2", false);
15830
- const peg$c1541 = "add4";
15831
- const peg$c1542 = peg$literalExpectation("add4", false);
15832
- const peg$c1543 = "add6";
15833
- const peg$c1544 = peg$literalExpectation("add6", false);
15834
- const peg$c1545 = "add9";
15835
- const peg$c1546 = peg$literalExpectation("add9", false);
15836
- const peg$c1547 = "(b5)";
15837
- const peg$c1548 = peg$literalExpectation("(b5)", false);
15838
- const peg$c1549 = "(-5)";
15839
- const peg$c1550 = peg$literalExpectation("(-5)", false);
15840
- const peg$c1551 = "2(6)";
15841
- const peg$c1552 = peg$literalExpectation("2(6)", false);
15842
- const peg$c1553 = "(b6)";
15843
- const peg$c1554 = peg$literalExpectation("(b6)", false);
15844
- const peg$c1555 = "unis";
15845
- const peg$c1556 = peg$literalExpectation("unis", false);
15846
- const peg$c1557 = "Majj";
15847
- const peg$c1558 = peg$literalExpectation("Majj", false);
15848
- const peg$c1559 = "(#5)";
15849
- const peg$c1560 = peg$literalExpectation("(#5)", false);
15850
- const peg$c1561 = "(+5)";
15851
- const peg$c1562 = peg$literalExpectation("(+5)", false);
15852
- const peg$c1563 = "11#5";
15853
- const peg$c1564 = peg$literalExpectation("11#5", false);
15854
- const peg$c1565 = "11+5";
15855
- const peg$c1566 = peg$literalExpectation("11+5", false);
15856
- const peg$c1567 = "11#9";
15857
- const peg$c1568 = peg$literalExpectation("11#9", false);
15858
- const peg$c1569 = "11+9";
15859
- const peg$c1570 = peg$literalExpectation("11+9", false);
15860
- const peg$c1571 = "11b5";
15861
- const peg$c1572 = peg$literalExpectation("11b5", false);
15862
- const peg$c1573 = "11-5";
15863
- const peg$c1574 = peg$literalExpectation("11-5", false);
15864
- const peg$c1575 = "11b9";
15865
- const peg$c1576 = peg$literalExpectation("11b9", false);
15866
- const peg$c1577 = "11-9";
15867
- const peg$c1578 = peg$literalExpectation("11-9", false);
15868
- const peg$c1579 = "13#5";
15869
- const peg$c1580 = peg$literalExpectation("13#5", false);
15870
- const peg$c1581 = "13+5";
15871
- const peg$c1582 = peg$literalExpectation("13+5", false);
15872
- const peg$c1583 = "13#9";
15873
- const peg$c1584 = peg$literalExpectation("13#9", false);
15874
- const peg$c1585 = "13+9";
15875
- const peg$c1586 = peg$literalExpectation("13+9", false);
15876
- const peg$c1587 = "13b5";
15877
- const peg$c1588 = peg$literalExpectation("13b5", false);
15878
- const peg$c1589 = "13-5";
15879
- const peg$c1590 = peg$literalExpectation("13-5", false);
15880
- const peg$c1591 = "13b9";
15881
- const peg$c1592 = peg$literalExpectation("13b9", false);
15882
- const peg$c1593 = "13-9";
15883
- const peg$c1594 = peg$literalExpectation("13-9", false);
15884
- const peg$c1595 = "sus2";
15885
- const peg$c1596 = peg$literalExpectation("sus2", false);
15886
- const peg$c1597 = "2(4)";
15887
- const peg$c1598 = peg$literalExpectation("2(4)", false);
15888
- const peg$c1599 = "4(2)";
15889
- const peg$c1600 = peg$literalExpectation("4(2)", false);
15890
- const peg$c1601 = "6(2)";
15891
- const peg$c1602 = peg$literalExpectation("6(2)", false);
15892
- const peg$c1603 = "6(9)";
15893
- const peg$c1604 = peg$literalExpectation("6(9)", false);
15894
- const peg$c1605 = "dom7";
15895
- const peg$c1606 = peg$literalExpectation("dom7", false);
15896
- const peg$c1607 = "7#11";
15897
- const peg$c1608 = peg$literalExpectation("7#11", false);
15898
- const peg$c1609 = "7+11";
15899
- const peg$c1610 = peg$literalExpectation("7+11", false);
15900
- const peg$c1611 = "aug7";
15901
- const peg$c1612 = peg$literalExpectation("aug7", false);
15902
- const peg$c1613 = "7(6)";
15903
- const peg$c1614 = peg$literalExpectation("7(6)", false);
15904
- const peg$c1615 = "7b13";
15905
- const peg$c1616 = peg$literalExpectation("7b13", false);
15906
- const peg$c1617 = "7-13";
15907
- const peg$c1618 = peg$literalExpectation("7-13", false);
15908
- const peg$c1619 = "7sus";
15909
- const peg$c1620 = peg$literalExpectation("7sus", false);
15910
- const peg$c1621 = "dom9";
15911
- const peg$c1622 = peg$literalExpectation("dom9", false);
15912
- const peg$c1623 = "9#11";
15913
- const peg$c1624 = peg$literalExpectation("9#11", false);
15914
- const peg$c1625 = "9+11";
15915
- const peg$c1626 = peg$literalExpectation("9+11", false);
15916
- const peg$c1627 = "aug9";
15917
- const peg$c1628 = peg$literalExpectation("aug9", false);
15918
- const peg$c1629 = "9b13";
15919
- const peg$c1630 = peg$literalExpectation("9b13", false);
15920
- const peg$c1631 = "9-13";
15921
- const peg$c1632 = peg$literalExpectation("9-13", false);
15922
- const peg$c1633 = "9aug";
15923
- const peg$c1634 = peg$literalExpectation("9aug", false);
15924
- const peg$c1635 = "9sus";
15925
- const peg$c1636 = peg$literalExpectation("9sus", false);
15926
- const peg$c1637 = "dim7";
15927
- const peg$c1638 = peg$literalExpectation("dim7", false);
15928
- const peg$c1639 = "m(4)";
15929
- const peg$c1640 = peg$literalExpectation("m(4)", false);
15930
- const peg$c1641 = "m(9)";
15931
- const peg$c1642 = peg$literalExpectation("m(9)", false);
15932
- const peg$c1643 = "mi11";
15933
- const peg$c1644 = peg$literalExpectation("mi11", false);
15934
- const peg$c1645 = "m9+5";
15935
- const peg$c1646 = peg$literalExpectation("m9+5", false);
15936
- const peg$c1647 = "-9-5";
15937
- const peg$c1648 = peg$literalExpectation("-9-5", false);
15938
- const peg$c1649 = "mi13";
15939
- const peg$c1650 = peg$literalExpectation("mi13", false);
15940
- const peg$c1651 = "min2";
15941
- const peg$c1652 = peg$literalExpectation("min2", false);
15942
- const peg$c1653 = "min6";
15943
- const peg$c1654 = peg$literalExpectation("min6", false);
15944
- const peg$c1655 = "m6M7";
15945
- const peg$c1656 = peg$literalExpectation("m6M7", false);
15946
- const peg$c1657 = "m6+7";
15947
- const peg$c1658 = peg$literalExpectation("m6+7", false);
15948
- const peg$c1659 = "min7";
15949
- const peg$c1660 = peg$literalExpectation("min7", false);
15950
- const peg$c1661 = "m7#5";
15951
- const peg$c1662 = peg$literalExpectation("m7#5", false);
15952
- const peg$c1663 = "m7+5";
15953
- const peg$c1664 = peg$literalExpectation("m7+5", false);
15954
- const peg$c1665 = "-7#5";
15955
- const peg$c1666 = peg$literalExpectation("-7#5", false);
15956
- const peg$c1667 = "m7#9";
15957
- const peg$c1668 = peg$literalExpectation("m7#9", false);
15958
- const peg$c1669 = "m7+9";
15959
- const peg$c1670 = peg$literalExpectation("m7+9", false);
15960
- const peg$c1671 = "-7#9";
15961
- const peg$c1672 = peg$literalExpectation("-7#9", false);
15962
- const peg$c1673 = "m7b5";
15963
- const peg$c1674 = peg$literalExpectation("m7b5", false);
15964
- const peg$c1675 = "m7-5";
15965
- const peg$c1676 = peg$literalExpectation("m7-5", false);
15966
- const peg$c1677 = "-7b5";
15967
- const peg$c1678 = peg$literalExpectation("-7b5", false);
15968
- const peg$c1679 = "m7b9";
15969
- const peg$c1680 = peg$literalExpectation("m7b9", false);
15970
- const peg$c1681 = "m7-9";
15971
- const peg$c1682 = peg$literalExpectation("m7-9", false);
15972
- const peg$c1683 = "-7b9";
15973
- const peg$c1684 = peg$literalExpectation("-7b9", false);
15974
- const peg$c1685 = "min9";
15975
- const peg$c1686 = peg$literalExpectation("min9", false);
15976
- const peg$c1687 = "m9#5";
15977
- const peg$c1688 = peg$literalExpectation("m9#5", false);
15978
- const peg$c1689 = "-9#5";
15979
- const peg$c1690 = peg$literalExpectation("-9#5", false);
15980
- const peg$c1691 = "m9b5";
15981
- const peg$c1692 = peg$literalExpectation("m9b5", false);
15982
- const peg$c1693 = "m9-5";
15983
- const peg$c1694 = peg$literalExpectation("m9-5", false);
15984
- const peg$c1695 = "-9b5";
15985
- const peg$c1696 = peg$literalExpectation("-9b5", false);
15986
- const peg$c1697 = "m9M7";
15987
- const peg$c1698 = peg$literalExpectation("m9M7", false);
15988
- const peg$c1699 = "maj9";
15989
- const peg$c1700 = peg$literalExpectation("maj9", false);
15990
- const peg$c1701 = "ma11";
15991
- const peg$c1702 = peg$literalExpectation("ma11", false);
15992
- const peg$c1703 = "11#7";
15993
- const peg$c1704 = peg$literalExpectation("11#7", false);
15994
- const peg$c1705 = "11+7";
15995
- const peg$c1706 = peg$literalExpectation("11+7", false);
15996
- const peg$c1707 = "ma13";
15997
- const peg$c1708 = peg$literalExpectation("ma13", false);
15998
- const peg$c1709 = "ma69";
15999
- const peg$c1710 = peg$literalExpectation("ma69", false);
16000
- const peg$c1711 = "Maj7";
16001
- const peg$c1712 = peg$literalExpectation("Maj7", false);
16002
- const peg$c1713 = "maj7";
16003
- const peg$c1714 = peg$literalExpectation("maj7", false);
16004
- const peg$c1715 = "+7#5";
16005
- const peg$c1716 = peg$literalExpectation("+7#5", false);
16006
- const peg$c1717 = "M7+5";
16007
- const peg$c1718 = peg$literalExpectation("M7+5", false);
16008
- const peg$c1719 = "+7#9";
16009
- const peg$c1720 = peg$literalExpectation("+7#9", false);
16010
- const peg$c1721 = "M7+9";
16011
- const peg$c1722 = peg$literalExpectation("M7+9", false);
16012
- const peg$c1723 = "+7b5";
16013
- const peg$c1724 = peg$literalExpectation("+7b5", false);
16014
- const peg$c1725 = "M7-5";
16015
- const peg$c1726 = peg$literalExpectation("M7-5", false);
16016
- const peg$c1727 = "+7b9";
16017
- const peg$c1728 = peg$literalExpectation("+7b9", false);
16018
- const peg$c1729 = "M7-9";
16019
- const peg$c1730 = peg$literalExpectation("M7-9", false);
16020
- const peg$c1731 = "+9#5";
16021
- const peg$c1732 = peg$literalExpectation("+9#5", false);
16022
- const peg$c1733 = "M9+5";
16023
- const peg$c1734 = peg$literalExpectation("M9+5", false);
16024
- const peg$c1735 = "+9b5";
16025
- const peg$c1736 = peg$literalExpectation("+9b5", false);
16026
- const peg$c1737 = "M9-5";
16027
- const peg$c1738 = peg$literalExpectation("M9-5", false);
16028
- const peg$c1739 = "sus4";
16029
- const peg$c1740 = peg$literalExpectation("sus4", false);
16030
- const peg$c1741 = "(2)";
16031
- const peg$c1742 = peg$literalExpectation("(2)", false);
16032
- const peg$c1743 = "(4)";
16033
- const peg$c1744 = peg$literalExpectation("(4)", false);
16034
- const peg$c1745 = "(6)";
16035
- const peg$c1746 = peg$literalExpectation("(6)", false);
16036
- const peg$c1747 = "(7)";
16037
- const peg$c1748 = peg$literalExpectation("(7)", false);
16038
- const peg$c1749 = "(9)";
16039
- const peg$c1750 = peg$literalExpectation("(9)", false);
16040
- const peg$c1751 = "maj";
16041
- const peg$c1752 = peg$literalExpectation("maj", false);
16042
- const peg$c1753 = "aug";
16043
- const peg$c1754 = peg$literalExpectation("aug", false);
16044
- const peg$c1755 = "2+4";
16045
- const peg$c1756 = peg$literalExpectation("2+4", false);
16046
- const peg$c1757 = "2#4";
16047
- const peg$c1758 = peg$literalExpectation("2#4", false);
16048
- const peg$c1759 = "no3";
16049
- const peg$c1760 = peg$literalExpectation("no3", false);
16050
- const peg$c1761 = "7#5";
16051
- const peg$c1762 = peg$literalExpectation("7#5", false);
16052
- const peg$c1763 = "7+5";
16053
- const peg$c1764 = peg$literalExpectation("7+5", false);
16054
- const peg$c1765 = "7#9";
16055
- const peg$c1766 = peg$literalExpectation("7#9", false);
16056
- const peg$c1767 = "7+9";
16057
- const peg$c1768 = peg$literalExpectation("7+9", false);
16058
- const peg$c1769 = "7b5";
16059
- const peg$c1770 = peg$literalExpectation("7b5", false);
16060
- const peg$c1771 = "7-5";
16061
- const peg$c1772 = peg$literalExpectation("7-5", false);
16062
- const peg$c1773 = "7b9";
16063
- const peg$c1774 = peg$literalExpectation("7b9", false);
16064
- const peg$c1775 = "7-9";
16065
- const peg$c1776 = peg$literalExpectation("7-9", false);
16066
- const peg$c1777 = "9#5";
16067
- const peg$c1778 = peg$literalExpectation("9#5", false);
16068
- const peg$c1779 = "9+5";
16069
- const peg$c1780 = peg$literalExpectation("9+5", false);
16070
- const peg$c1781 = "9b5";
16071
- const peg$c1782 = peg$literalExpectation("9b5", false);
16072
- const peg$c1783 = "9-5";
16073
- const peg$c1784 = peg$literalExpectation("9-5", false);
16074
- const peg$c1785 = "dim";
16075
- const peg$c1786 = peg$literalExpectation("dim", false);
16076
- const peg$c1787 = "mb5";
16077
- const peg$c1788 = peg$literalExpectation("mb5", false);
16078
- const peg$c1789 = "m-5";
16079
- const peg$c1790 = peg$literalExpectation("m-5", false);
16080
- const peg$c1791 = "-b5";
16081
- const peg$c1792 = peg$literalExpectation("-b5", false);
16082
- const peg$c1793 = "min";
16083
- const peg$c1794 = peg$literalExpectation("min", false);
16084
- const peg$c1795 = "mM7";
16085
- const peg$c1796 = peg$literalExpectation("mM7", false);
16086
- const peg$c1797 = "m+7";
16087
- const peg$c1798 = peg$literalExpectation("m+7", false);
16088
- const peg$c1799 = "mM9";
16089
- const peg$c1800 = peg$literalExpectation("mM9", false);
16090
- const peg$c1801 = "m+9";
16091
- const peg$c1802 = peg$literalExpectation("m+9", false);
16092
- const peg$c1803 = "m11";
16093
- const peg$c1804 = peg$literalExpectation("m11", false);
16094
- const peg$c1805 = "-11";
16095
- const peg$c1806 = peg$literalExpectation("-11", false);
16096
- const peg$c1807 = "m13";
16097
- const peg$c1808 = peg$literalExpectation("m13", false);
16098
- const peg$c1809 = "-13";
16099
- const peg$c1810 = peg$literalExpectation("-13", false);
16100
- const peg$c1811 = "mi2";
16101
- const peg$c1812 = peg$literalExpectation("mi2", false);
16102
- const peg$c1813 = "mi6";
16103
- const peg$c1814 = peg$literalExpectation("mi6", false);
16104
- const peg$c1815 = "m69";
16105
- const peg$c1816 = peg$literalExpectation("m69", false);
16106
- const peg$c1817 = "mi7";
16107
- const peg$c1818 = peg$literalExpectation("mi7", false);
16108
- const peg$c1819 = "m74";
16109
- const peg$c1820 = peg$literalExpectation("m74", false);
16110
- const peg$c1821 = "mi9";
16111
- const peg$c1822 = peg$literalExpectation("mi9", false);
16112
- const peg$c1823 = "ma9";
16113
- const peg$c1824 = peg$literalExpectation("ma9", false);
16114
- const peg$c1825 = "+11";
16115
- const peg$c1826 = peg$literalExpectation("+11", false);
16116
- const peg$c1827 = "M11";
16117
- const peg$c1828 = peg$literalExpectation("M11", false);
16118
- const peg$c1829 = "+13";
16119
- const peg$c1830 = peg$literalExpectation("+13", false);
16120
- const peg$c1831 = "M13";
16121
- const peg$c1832 = peg$literalExpectation("M13", false);
16122
- const peg$c1833 = "ma6";
16123
- const peg$c1834 = peg$literalExpectation("ma6", false);
16124
- const peg$c1835 = "ma7";
16125
- const peg$c1836 = peg$literalExpectation("ma7", false);
16126
- const peg$c1837 = "sus";
16127
- const peg$c1838 = peg$literalExpectation("sus", false);
16128
- const peg$c1839 = "#4";
16129
- const peg$c1840 = peg$literalExpectation("#4", false);
16130
- const peg$c1841 = "+4";
16131
- const peg$c1842 = peg$literalExpectation("+4", false);
16132
- const peg$c1843 = "-5";
16133
- const peg$c1844 = peg$literalExpectation("-5", false);
16134
- const peg$c1845 = "b5";
16135
- const peg$c1846 = peg$literalExpectation("b5", false);
16136
- const peg$c1847 = "ma";
16137
- const peg$c1848 = peg$literalExpectation("ma", false);
16138
- const peg$c1849 = "Ma";
16139
- const peg$c1850 = peg$literalExpectation("Ma", false);
16140
- const peg$c1851 = "#5";
16141
- const peg$c1852 = peg$literalExpectation("#5", false);
16142
- const peg$c1853 = "+5";
16143
- const peg$c1854 = peg$literalExpectation("+5", false);
16144
- const peg$c1855 = "11";
16145
- const peg$c1856 = peg$literalExpectation("11", false);
16146
- const peg$c1857 = "13";
16147
- const peg$c1858 = peg$literalExpectation("13", false);
16148
- const peg$c1859 = "42";
16149
- const peg$c1860 = peg$literalExpectation("42", false);
16150
- const peg$c1861 = "69";
16151
- const peg$c1862 = peg$literalExpectation("69", false);
16152
- const peg$c1863 = "x7";
16153
- const peg$c1864 = peg$literalExpectation("x7", false);
16154
- const peg$c1865 = "x9";
16155
- const peg$c1866 = peg$literalExpectation("x9", false);
16156
- const peg$c1867 = "o7";
16157
- const peg$c1868 = peg$literalExpectation("o7", false);
16158
- const peg$c1869 = peg$literalExpectation("mi", false);
16159
- const peg$c1870 = "m2";
16160
- const peg$c1871 = peg$literalExpectation("m2", false);
16161
- const peg$c1872 = "m4";
16162
- const peg$c1873 = peg$literalExpectation("m4", false);
16163
- const peg$c1874 = "m6";
16164
- const peg$c1875 = peg$literalExpectation("m6", false);
16165
- const peg$c1876 = "-6";
16166
- const peg$c1877 = peg$literalExpectation("-6", false);
16167
- const peg$c1878 = "m7";
16168
- const peg$c1879 = peg$literalExpectation("m7", false);
16169
- const peg$c1880 = "-7";
16170
- const peg$c1881 = peg$literalExpectation("-7", false);
16171
- const peg$c1882 = "m9";
16172
- const peg$c1883 = peg$literalExpectation("m9", false);
16173
- const peg$c1884 = "-9";
16174
- const peg$c1885 = peg$literalExpectation("-9", false);
16175
- const peg$c1886 = "+7";
16176
- const peg$c1887 = peg$literalExpectation("+7", false);
16177
- const peg$c1888 = "#7";
16178
- const peg$c1889 = peg$literalExpectation("#7", false);
16179
- const peg$c1890 = "M7";
16180
- const peg$c1891 = peg$literalExpectation("M7", false);
16181
- const peg$c1892 = "+9";
16182
- const peg$c1893 = peg$literalExpectation("+9", false);
16183
- const peg$c1894 = "M9";
16184
- const peg$c1895 = peg$literalExpectation("M9", false);
16185
- const peg$c1896 = /^[+\-24-79Mmx]/;
16186
- const peg$c1897 = peg$classExpectation([
15669
+ const peg$c1349 = "mmaj7";
15670
+ const peg$c1350 = peg$literalExpectation("mmaj7", false);
15671
+ const peg$c1351 = "m(M9)";
15672
+ const peg$c1352 = peg$literalExpectation("m(M9)", false);
15673
+ const peg$c1353 = "m(+9)";
15674
+ const peg$c1354 = peg$literalExpectation("m(+9)", false);
15675
+ const peg$c1355 = "min11";
15676
+ const peg$c1356 = peg$literalExpectation("min11", false);
15677
+ const peg$c1357 = "m11#5";
15678
+ const peg$c1358 = peg$literalExpectation("m11#5", false);
15679
+ const peg$c1359 = "m11+5";
15680
+ const peg$c1360 = peg$literalExpectation("m11+5", false);
15681
+ const peg$c1361 = "-11#5";
15682
+ const peg$c1362 = peg$literalExpectation("-11#5", false);
15683
+ const peg$c1363 = "m11#9";
15684
+ const peg$c1364 = peg$literalExpectation("m11#9", false);
15685
+ const peg$c1365 = "m11+9";
15686
+ const peg$c1366 = peg$literalExpectation("m11+9", false);
15687
+ const peg$c1367 = "-11#9";
15688
+ const peg$c1368 = peg$literalExpectation("-11#9", false);
15689
+ const peg$c1369 = "-11+9";
15690
+ const peg$c1370 = peg$literalExpectation("-11+9", false);
15691
+ const peg$c1371 = "m11b5";
15692
+ const peg$c1372 = peg$literalExpectation("m11b5", false);
15693
+ const peg$c1373 = "m11-5";
15694
+ const peg$c1374 = peg$literalExpectation("m11-5", false);
15695
+ const peg$c1375 = "-11b5";
15696
+ const peg$c1376 = peg$literalExpectation("-11b5", false);
15697
+ const peg$c1377 = "m11b9";
15698
+ const peg$c1378 = peg$literalExpectation("m11b9", false);
15699
+ const peg$c1379 = "m11-9";
15700
+ const peg$c1380 = peg$literalExpectation("m11-9", false);
15701
+ const peg$c1381 = "-11b9";
15702
+ const peg$c1382 = peg$literalExpectation("-11b9", false);
15703
+ const peg$c1383 = "-11-9";
15704
+ const peg$c1384 = peg$literalExpectation("-11-9", false);
15705
+ const peg$c1385 = "min13";
15706
+ const peg$c1386 = peg$literalExpectation("min13", false);
15707
+ const peg$c1387 = "m13#5";
15708
+ const peg$c1388 = peg$literalExpectation("m13#5", false);
15709
+ const peg$c1389 = "m13+5";
15710
+ const peg$c1390 = peg$literalExpectation("m13+5", false);
15711
+ const peg$c1391 = "-13#5";
15712
+ const peg$c1392 = peg$literalExpectation("-13#5", false);
15713
+ const peg$c1393 = "m13#9";
15714
+ const peg$c1394 = peg$literalExpectation("m13#9", false);
15715
+ const peg$c1395 = "m13+9";
15716
+ const peg$c1396 = peg$literalExpectation("m13+9", false);
15717
+ const peg$c1397 = "-13#9";
15718
+ const peg$c1398 = peg$literalExpectation("-13#9", false);
15719
+ const peg$c1399 = "-13+9";
15720
+ const peg$c1400 = peg$literalExpectation("-13+9", false);
15721
+ const peg$c1401 = "m13b5";
15722
+ const peg$c1402 = peg$literalExpectation("m13b5", false);
15723
+ const peg$c1403 = "m13-5";
15724
+ const peg$c1404 = peg$literalExpectation("m13-5", false);
15725
+ const peg$c1405 = "-13b5";
15726
+ const peg$c1406 = peg$literalExpectation("-13b5", false);
15727
+ const peg$c1407 = "-13-5";
15728
+ const peg$c1408 = peg$literalExpectation("-13-5", false);
15729
+ const peg$c1409 = "m13b9";
15730
+ const peg$c1410 = peg$literalExpectation("m13b9", false);
15731
+ const peg$c1411 = "m13-9";
15732
+ const peg$c1412 = peg$literalExpectation("m13-9", false);
15733
+ const peg$c1413 = "madd2";
15734
+ const peg$c1414 = peg$literalExpectation("madd2", false);
15735
+ const peg$c1415 = "m6(9)";
15736
+ const peg$c1416 = peg$literalExpectation("m6(9)", false);
15737
+ const peg$c1417 = "m7#11";
15738
+ const peg$c1418 = peg$literalExpectation("m7#11", false);
15739
+ const peg$c1419 = "m7+11";
15740
+ const peg$c1420 = peg$literalExpectation("m7+11", false);
15741
+ const peg$c1421 = "-7#11";
15742
+ const peg$c1422 = peg$literalExpectation("-7#11", false);
15743
+ const peg$c1423 = "-7+11";
15744
+ const peg$c1424 = peg$literalExpectation("-7+11", false);
15745
+ const peg$c1425 = "m7(4)";
15746
+ const peg$c1426 = peg$literalExpectation("m7(4)", false);
15747
+ const peg$c1427 = "m7(6)";
15748
+ const peg$c1428 = peg$literalExpectation("m7(6)", false);
15749
+ const peg$c1429 = "m7b13";
15750
+ const peg$c1430 = peg$literalExpectation("m7b13", false);
15751
+ const peg$c1431 = "m7-13";
15752
+ const peg$c1432 = peg$literalExpectation("m7-13", false);
15753
+ const peg$c1433 = "-7b13";
15754
+ const peg$c1434 = peg$literalExpectation("-7b13", false);
15755
+ const peg$c1435 = "-7-13";
15756
+ const peg$c1436 = peg$literalExpectation("-7-13", false);
15757
+ const peg$c1437 = "m7sus";
15758
+ const peg$c1438 = peg$literalExpectation("m7sus", false);
15759
+ const peg$c1439 = "m9#11";
15760
+ const peg$c1440 = peg$literalExpectation("m9#11", false);
15761
+ const peg$c1441 = "m9+11";
15762
+ const peg$c1442 = peg$literalExpectation("m9+11", false);
15763
+ const peg$c1443 = "-9#11";
15764
+ const peg$c1444 = peg$literalExpectation("-9#11", false);
15765
+ const peg$c1445 = "-9+11";
15766
+ const peg$c1446 = peg$literalExpectation("-9+11", false);
15767
+ const peg$c1447 = "m9b13";
15768
+ const peg$c1448 = peg$literalExpectation("m9b13", false);
15769
+ const peg$c1449 = "m9-13";
15770
+ const peg$c1450 = peg$literalExpectation("m9-13", false);
15771
+ const peg$c1451 = "-9b13";
15772
+ const peg$c1452 = peg$literalExpectation("-9b13", false);
15773
+ const peg$c1453 = "-9-13";
15774
+ const peg$c1454 = peg$literalExpectation("-9-13", false);
15775
+ const peg$c1455 = "+11#5";
15776
+ const peg$c1456 = peg$literalExpectation("+11#5", false);
15777
+ const peg$c1457 = "M11+5";
15778
+ const peg$c1458 = peg$literalExpectation("M11+5", false);
15779
+ const peg$c1459 = "+11#9";
15780
+ const peg$c1460 = peg$literalExpectation("+11#9", false);
15781
+ const peg$c1461 = "M11+9";
15782
+ const peg$c1462 = peg$literalExpectation("M11+9", false);
15783
+ const peg$c1463 = "+11b5";
15784
+ const peg$c1464 = peg$literalExpectation("+11b5", false);
15785
+ const peg$c1465 = "M11-5";
15786
+ const peg$c1466 = peg$literalExpectation("M11-5", false);
15787
+ const peg$c1467 = "+11b9";
15788
+ const peg$c1468 = peg$literalExpectation("+11b9", false);
15789
+ const peg$c1469 = "+11-9";
15790
+ const peg$c1470 = peg$literalExpectation("+11-9", false);
15791
+ const peg$c1471 = "maj13";
15792
+ const peg$c1472 = peg$literalExpectation("maj13", false);
15793
+ const peg$c1473 = "Maj13";
15794
+ const peg$c1474 = peg$literalExpectation("Maj13", false);
15795
+ const peg$c1475 = "+13#5";
15796
+ const peg$c1476 = peg$literalExpectation("+13#5", false);
15797
+ const peg$c1477 = "M13+5";
15798
+ const peg$c1478 = peg$literalExpectation("M13+5", false);
15799
+ const peg$c1479 = "+13#9";
15800
+ const peg$c1480 = peg$literalExpectation("+13#9", false);
15801
+ const peg$c1481 = "+13+9";
15802
+ const peg$c1482 = peg$literalExpectation("+13+9", false);
15803
+ const peg$c1483 = "+13b5";
15804
+ const peg$c1484 = peg$literalExpectation("+13b5", false);
15805
+ const peg$c1485 = "M13-5";
15806
+ const peg$c1486 = peg$literalExpectation("M13-5", false);
15807
+ const peg$c1487 = "+13b9";
15808
+ const peg$c1488 = peg$literalExpectation("+13b9", false);
15809
+ const peg$c1489 = "M13-9";
15810
+ const peg$c1490 = peg$literalExpectation("M13-9", false);
15811
+ const peg$c1491 = "+7#11";
15812
+ const peg$c1492 = peg$literalExpectation("+7#11", false);
15813
+ const peg$c1493 = "M7+11";
15814
+ const peg$c1494 = peg$literalExpectation("M7+11", false);
15815
+ const peg$c1495 = "ma7#5";
15816
+ const peg$c1496 = peg$literalExpectation("ma7#5", false);
15817
+ const peg$c1497 = "ma7+5";
15818
+ const peg$c1498 = peg$literalExpectation("ma7+5", false);
15819
+ const peg$c1499 = "ma7#9";
15820
+ const peg$c1500 = peg$literalExpectation("ma7#9", false);
15821
+ const peg$c1501 = "ma7+9";
15822
+ const peg$c1502 = peg$literalExpectation("ma7+9", false);
15823
+ const peg$c1503 = "+7b13";
15824
+ const peg$c1504 = peg$literalExpectation("+7b13", false);
15825
+ const peg$c1505 = "M7-13";
15826
+ const peg$c1506 = peg$literalExpectation("M7-13", false);
15827
+ const peg$c1507 = "ma7b5";
15828
+ const peg$c1508 = peg$literalExpectation("ma7b5", false);
15829
+ const peg$c1509 = "ma7-5";
15830
+ const peg$c1510 = peg$literalExpectation("ma7-5", false);
15831
+ const peg$c1511 = "ma7b9";
15832
+ const peg$c1512 = peg$literalExpectation("ma7b9", false);
15833
+ const peg$c1513 = "ma7-9";
15834
+ const peg$c1514 = peg$literalExpectation("ma7-9", false);
15835
+ const peg$c1515 = "9(#7)";
15836
+ const peg$c1516 = peg$literalExpectation("9(#7)", false);
15837
+ const peg$c1517 = "+9#11";
15838
+ const peg$c1518 = peg$literalExpectation("+9#11", false);
15839
+ const peg$c1519 = "M9+11";
15840
+ const peg$c1520 = peg$literalExpectation("M9+11", false);
15841
+ const peg$c1521 = "ma9#5";
15842
+ const peg$c1522 = peg$literalExpectation("ma9#5", false);
15843
+ const peg$c1523 = "ma9+5";
15844
+ const peg$c1524 = peg$literalExpectation("ma9+5", false);
15845
+ const peg$c1525 = "+9b13";
15846
+ const peg$c1526 = peg$literalExpectation("+9b13", false);
15847
+ const peg$c1527 = "M9-13";
15848
+ const peg$c1528 = peg$literalExpectation("M9-13", false);
15849
+ const peg$c1529 = "ma9b5";
15850
+ const peg$c1530 = peg$literalExpectation("ma9b5", false);
15851
+ const peg$c1531 = "ma9-5";
15852
+ const peg$c1532 = peg$literalExpectation("ma9-5", false);
15853
+ const peg$c1533 = "(#4)";
15854
+ const peg$c1534 = peg$literalExpectation("(#4)", false);
15855
+ const peg$c1535 = "(+4)";
15856
+ const peg$c1536 = peg$literalExpectation("(+4)", false);
15857
+ const peg$c1537 = "(11)";
15858
+ const peg$c1538 = peg$literalExpectation("(11)", false);
15859
+ const peg$c1539 = "(13)";
15860
+ const peg$c1540 = peg$literalExpectation("(13)", false);
15861
+ const peg$c1541 = "add2";
15862
+ const peg$c1542 = peg$literalExpectation("add2", false);
15863
+ const peg$c1543 = "add4";
15864
+ const peg$c1544 = peg$literalExpectation("add4", false);
15865
+ const peg$c1545 = "add6";
15866
+ const peg$c1546 = peg$literalExpectation("add6", false);
15867
+ const peg$c1547 = "add9";
15868
+ const peg$c1548 = peg$literalExpectation("add9", false);
15869
+ const peg$c1549 = "(b5)";
15870
+ const peg$c1550 = peg$literalExpectation("(b5)", false);
15871
+ const peg$c1551 = "(-5)";
15872
+ const peg$c1552 = peg$literalExpectation("(-5)", false);
15873
+ const peg$c1553 = "2(6)";
15874
+ const peg$c1554 = peg$literalExpectation("2(6)", false);
15875
+ const peg$c1555 = "(b6)";
15876
+ const peg$c1556 = peg$literalExpectation("(b6)", false);
15877
+ const peg$c1557 = "unis";
15878
+ const peg$c1558 = peg$literalExpectation("unis", false);
15879
+ const peg$c1559 = "Majj";
15880
+ const peg$c1560 = peg$literalExpectation("Majj", false);
15881
+ const peg$c1561 = "(#5)";
15882
+ const peg$c1562 = peg$literalExpectation("(#5)", false);
15883
+ const peg$c1563 = "(+5)";
15884
+ const peg$c1564 = peg$literalExpectation("(+5)", false);
15885
+ const peg$c1565 = "11#5";
15886
+ const peg$c1566 = peg$literalExpectation("11#5", false);
15887
+ const peg$c1567 = "11+5";
15888
+ const peg$c1568 = peg$literalExpectation("11+5", false);
15889
+ const peg$c1569 = "11#9";
15890
+ const peg$c1570 = peg$literalExpectation("11#9", false);
15891
+ const peg$c1571 = "11+9";
15892
+ const peg$c1572 = peg$literalExpectation("11+9", false);
15893
+ const peg$c1573 = "11b5";
15894
+ const peg$c1574 = peg$literalExpectation("11b5", false);
15895
+ const peg$c1575 = "11-5";
15896
+ const peg$c1576 = peg$literalExpectation("11-5", false);
15897
+ const peg$c1577 = "11b9";
15898
+ const peg$c1578 = peg$literalExpectation("11b9", false);
15899
+ const peg$c1579 = "11-9";
15900
+ const peg$c1580 = peg$literalExpectation("11-9", false);
15901
+ const peg$c1581 = "13#5";
15902
+ const peg$c1582 = peg$literalExpectation("13#5", false);
15903
+ const peg$c1583 = "13+5";
15904
+ const peg$c1584 = peg$literalExpectation("13+5", false);
15905
+ const peg$c1585 = "13#9";
15906
+ const peg$c1586 = peg$literalExpectation("13#9", false);
15907
+ const peg$c1587 = "13+9";
15908
+ const peg$c1588 = peg$literalExpectation("13+9", false);
15909
+ const peg$c1589 = "13b5";
15910
+ const peg$c1590 = peg$literalExpectation("13b5", false);
15911
+ const peg$c1591 = "13-5";
15912
+ const peg$c1592 = peg$literalExpectation("13-5", false);
15913
+ const peg$c1593 = "13b9";
15914
+ const peg$c1594 = peg$literalExpectation("13b9", false);
15915
+ const peg$c1595 = "13-9";
15916
+ const peg$c1596 = peg$literalExpectation("13-9", false);
15917
+ const peg$c1597 = "sus2";
15918
+ const peg$c1598 = peg$literalExpectation("sus2", false);
15919
+ const peg$c1599 = "2(4)";
15920
+ const peg$c1600 = peg$literalExpectation("2(4)", false);
15921
+ const peg$c1601 = "4(2)";
15922
+ const peg$c1602 = peg$literalExpectation("4(2)", false);
15923
+ const peg$c1603 = "6(2)";
15924
+ const peg$c1604 = peg$literalExpectation("6(2)", false);
15925
+ const peg$c1605 = "6(9)";
15926
+ const peg$c1606 = peg$literalExpectation("6(9)", false);
15927
+ const peg$c1607 = "dom7";
15928
+ const peg$c1608 = peg$literalExpectation("dom7", false);
15929
+ const peg$c1609 = "7#11";
15930
+ const peg$c1610 = peg$literalExpectation("7#11", false);
15931
+ const peg$c1611 = "7+11";
15932
+ const peg$c1612 = peg$literalExpectation("7+11", false);
15933
+ const peg$c1613 = "aug7";
15934
+ const peg$c1614 = peg$literalExpectation("aug7", false);
15935
+ const peg$c1615 = "7(6)";
15936
+ const peg$c1616 = peg$literalExpectation("7(6)", false);
15937
+ const peg$c1617 = "7b13";
15938
+ const peg$c1618 = peg$literalExpectation("7b13", false);
15939
+ const peg$c1619 = "7-13";
15940
+ const peg$c1620 = peg$literalExpectation("7-13", false);
15941
+ const peg$c1621 = "7sus";
15942
+ const peg$c1622 = peg$literalExpectation("7sus", false);
15943
+ const peg$c1623 = "dom9";
15944
+ const peg$c1624 = peg$literalExpectation("dom9", false);
15945
+ const peg$c1625 = "9#11";
15946
+ const peg$c1626 = peg$literalExpectation("9#11", false);
15947
+ const peg$c1627 = "9+11";
15948
+ const peg$c1628 = peg$literalExpectation("9+11", false);
15949
+ const peg$c1629 = "aug9";
15950
+ const peg$c1630 = peg$literalExpectation("aug9", false);
15951
+ const peg$c1631 = "9b13";
15952
+ const peg$c1632 = peg$literalExpectation("9b13", false);
15953
+ const peg$c1633 = "9-13";
15954
+ const peg$c1634 = peg$literalExpectation("9-13", false);
15955
+ const peg$c1635 = "9aug";
15956
+ const peg$c1636 = peg$literalExpectation("9aug", false);
15957
+ const peg$c1637 = "9sus";
15958
+ const peg$c1638 = peg$literalExpectation("9sus", false);
15959
+ const peg$c1639 = "dim7";
15960
+ const peg$c1640 = peg$literalExpectation("dim7", false);
15961
+ const peg$c1641 = "m(4)";
15962
+ const peg$c1642 = peg$literalExpectation("m(4)", false);
15963
+ const peg$c1643 = "m(9)";
15964
+ const peg$c1644 = peg$literalExpectation("m(9)", false);
15965
+ const peg$c1645 = "mi11";
15966
+ const peg$c1646 = peg$literalExpectation("mi11", false);
15967
+ const peg$c1647 = "m9+5";
15968
+ const peg$c1648 = peg$literalExpectation("m9+5", false);
15969
+ const peg$c1649 = "-9-5";
15970
+ const peg$c1650 = peg$literalExpectation("-9-5", false);
15971
+ const peg$c1651 = "mi13";
15972
+ const peg$c1652 = peg$literalExpectation("mi13", false);
15973
+ const peg$c1653 = "min2";
15974
+ const peg$c1654 = peg$literalExpectation("min2", false);
15975
+ const peg$c1655 = "min6";
15976
+ const peg$c1656 = peg$literalExpectation("min6", false);
15977
+ const peg$c1657 = "m6M7";
15978
+ const peg$c1658 = peg$literalExpectation("m6M7", false);
15979
+ const peg$c1659 = "m6+7";
15980
+ const peg$c1660 = peg$literalExpectation("m6+7", false);
15981
+ const peg$c1661 = "min7";
15982
+ const peg$c1662 = peg$literalExpectation("min7", false);
15983
+ const peg$c1663 = "m7#5";
15984
+ const peg$c1664 = peg$literalExpectation("m7#5", false);
15985
+ const peg$c1665 = "m7+5";
15986
+ const peg$c1666 = peg$literalExpectation("m7+5", false);
15987
+ const peg$c1667 = "-7#5";
15988
+ const peg$c1668 = peg$literalExpectation("-7#5", false);
15989
+ const peg$c1669 = "m7#9";
15990
+ const peg$c1670 = peg$literalExpectation("m7#9", false);
15991
+ const peg$c1671 = "m7+9";
15992
+ const peg$c1672 = peg$literalExpectation("m7+9", false);
15993
+ const peg$c1673 = "-7#9";
15994
+ const peg$c1674 = peg$literalExpectation("-7#9", false);
15995
+ const peg$c1675 = "m7b5";
15996
+ const peg$c1676 = peg$literalExpectation("m7b5", false);
15997
+ const peg$c1677 = "m7-5";
15998
+ const peg$c1678 = peg$literalExpectation("m7-5", false);
15999
+ const peg$c1679 = "-7b5";
16000
+ const peg$c1680 = peg$literalExpectation("-7b5", false);
16001
+ const peg$c1681 = "m7b9";
16002
+ const peg$c1682 = peg$literalExpectation("m7b9", false);
16003
+ const peg$c1683 = "m7-9";
16004
+ const peg$c1684 = peg$literalExpectation("m7-9", false);
16005
+ const peg$c1685 = "-7b9";
16006
+ const peg$c1686 = peg$literalExpectation("-7b9", false);
16007
+ const peg$c1687 = "min9";
16008
+ const peg$c1688 = peg$literalExpectation("min9", false);
16009
+ const peg$c1689 = "m9#5";
16010
+ const peg$c1690 = peg$literalExpectation("m9#5", false);
16011
+ const peg$c1691 = "-9#5";
16012
+ const peg$c1692 = peg$literalExpectation("-9#5", false);
16013
+ const peg$c1693 = "m9b5";
16014
+ const peg$c1694 = peg$literalExpectation("m9b5", false);
16015
+ const peg$c1695 = "m9-5";
16016
+ const peg$c1696 = peg$literalExpectation("m9-5", false);
16017
+ const peg$c1697 = "-9b5";
16018
+ const peg$c1698 = peg$literalExpectation("-9b5", false);
16019
+ const peg$c1699 = "m9M7";
16020
+ const peg$c1700 = peg$literalExpectation("m9M7", false);
16021
+ const peg$c1701 = "maj9";
16022
+ const peg$c1702 = peg$literalExpectation("maj9", false);
16023
+ const peg$c1703 = "ma11";
16024
+ const peg$c1704 = peg$literalExpectation("ma11", false);
16025
+ const peg$c1705 = "11#7";
16026
+ const peg$c1706 = peg$literalExpectation("11#7", false);
16027
+ const peg$c1707 = "11+7";
16028
+ const peg$c1708 = peg$literalExpectation("11+7", false);
16029
+ const peg$c1709 = "ma13";
16030
+ const peg$c1710 = peg$literalExpectation("ma13", false);
16031
+ const peg$c1711 = "ma69";
16032
+ const peg$c1712 = peg$literalExpectation("ma69", false);
16033
+ const peg$c1713 = "Maj7";
16034
+ const peg$c1714 = peg$literalExpectation("Maj7", false);
16035
+ const peg$c1715 = "maj7";
16036
+ const peg$c1716 = peg$literalExpectation("maj7", false);
16037
+ const peg$c1717 = "+7#5";
16038
+ const peg$c1718 = peg$literalExpectation("+7#5", false);
16039
+ const peg$c1719 = "M7+5";
16040
+ const peg$c1720 = peg$literalExpectation("M7+5", false);
16041
+ const peg$c1721 = "+7#9";
16042
+ const peg$c1722 = peg$literalExpectation("+7#9", false);
16043
+ const peg$c1723 = "M7+9";
16044
+ const peg$c1724 = peg$literalExpectation("M7+9", false);
16045
+ const peg$c1725 = "+7b5";
16046
+ const peg$c1726 = peg$literalExpectation("+7b5", false);
16047
+ const peg$c1727 = "M7-5";
16048
+ const peg$c1728 = peg$literalExpectation("M7-5", false);
16049
+ const peg$c1729 = "+7b9";
16050
+ const peg$c1730 = peg$literalExpectation("+7b9", false);
16051
+ const peg$c1731 = "M7-9";
16052
+ const peg$c1732 = peg$literalExpectation("M7-9", false);
16053
+ const peg$c1733 = "+9#5";
16054
+ const peg$c1734 = peg$literalExpectation("+9#5", false);
16055
+ const peg$c1735 = "M9+5";
16056
+ const peg$c1736 = peg$literalExpectation("M9+5", false);
16057
+ const peg$c1737 = "+9b5";
16058
+ const peg$c1738 = peg$literalExpectation("+9b5", false);
16059
+ const peg$c1739 = "M9-5";
16060
+ const peg$c1740 = peg$literalExpectation("M9-5", false);
16061
+ const peg$c1741 = "sus4";
16062
+ const peg$c1742 = peg$literalExpectation("sus4", false);
16063
+ const peg$c1743 = "(2)";
16064
+ const peg$c1744 = peg$literalExpectation("(2)", false);
16065
+ const peg$c1745 = "(4)";
16066
+ const peg$c1746 = peg$literalExpectation("(4)", false);
16067
+ const peg$c1747 = "(6)";
16068
+ const peg$c1748 = peg$literalExpectation("(6)", false);
16069
+ const peg$c1749 = "(7)";
16070
+ const peg$c1750 = peg$literalExpectation("(7)", false);
16071
+ const peg$c1751 = "(9)";
16072
+ const peg$c1752 = peg$literalExpectation("(9)", false);
16073
+ const peg$c1753 = "maj";
16074
+ const peg$c1754 = peg$literalExpectation("maj", false);
16075
+ const peg$c1755 = "aug";
16076
+ const peg$c1756 = peg$literalExpectation("aug", false);
16077
+ const peg$c1757 = "2+4";
16078
+ const peg$c1758 = peg$literalExpectation("2+4", false);
16079
+ const peg$c1759 = "2#4";
16080
+ const peg$c1760 = peg$literalExpectation("2#4", false);
16081
+ const peg$c1761 = "no3";
16082
+ const peg$c1762 = peg$literalExpectation("no3", false);
16083
+ const peg$c1763 = "7#5";
16084
+ const peg$c1764 = peg$literalExpectation("7#5", false);
16085
+ const peg$c1765 = "7+5";
16086
+ const peg$c1766 = peg$literalExpectation("7+5", false);
16087
+ const peg$c1767 = "7#9";
16088
+ const peg$c1768 = peg$literalExpectation("7#9", false);
16089
+ const peg$c1769 = "7+9";
16090
+ const peg$c1770 = peg$literalExpectation("7+9", false);
16091
+ const peg$c1771 = "7b5";
16092
+ const peg$c1772 = peg$literalExpectation("7b5", false);
16093
+ const peg$c1773 = "7-5";
16094
+ const peg$c1774 = peg$literalExpectation("7-5", false);
16095
+ const peg$c1775 = "7b9";
16096
+ const peg$c1776 = peg$literalExpectation("7b9", false);
16097
+ const peg$c1777 = "7-9";
16098
+ const peg$c1778 = peg$literalExpectation("7-9", false);
16099
+ const peg$c1779 = "9#5";
16100
+ const peg$c1780 = peg$literalExpectation("9#5", false);
16101
+ const peg$c1781 = "9+5";
16102
+ const peg$c1782 = peg$literalExpectation("9+5", false);
16103
+ const peg$c1783 = "9b5";
16104
+ const peg$c1784 = peg$literalExpectation("9b5", false);
16105
+ const peg$c1785 = "9-5";
16106
+ const peg$c1786 = peg$literalExpectation("9-5", false);
16107
+ const peg$c1787 = "dim";
16108
+ const peg$c1788 = peg$literalExpectation("dim", false);
16109
+ const peg$c1789 = "mb5";
16110
+ const peg$c1790 = peg$literalExpectation("mb5", false);
16111
+ const peg$c1791 = "m-5";
16112
+ const peg$c1792 = peg$literalExpectation("m-5", false);
16113
+ const peg$c1793 = "-b5";
16114
+ const peg$c1794 = peg$literalExpectation("-b5", false);
16115
+ const peg$c1795 = "min";
16116
+ const peg$c1796 = peg$literalExpectation("min", false);
16117
+ const peg$c1797 = "mM7";
16118
+ const peg$c1798 = peg$literalExpectation("mM7", false);
16119
+ const peg$c1799 = "m+7";
16120
+ const peg$c1800 = peg$literalExpectation("m+7", false);
16121
+ const peg$c1801 = "mM9";
16122
+ const peg$c1802 = peg$literalExpectation("mM9", false);
16123
+ const peg$c1803 = "m+9";
16124
+ const peg$c1804 = peg$literalExpectation("m+9", false);
16125
+ const peg$c1805 = "m11";
16126
+ const peg$c1806 = peg$literalExpectation("m11", false);
16127
+ const peg$c1807 = "-11";
16128
+ const peg$c1808 = peg$literalExpectation("-11", false);
16129
+ const peg$c1809 = "m13";
16130
+ const peg$c1810 = peg$literalExpectation("m13", false);
16131
+ const peg$c1811 = "-13";
16132
+ const peg$c1812 = peg$literalExpectation("-13", false);
16133
+ const peg$c1813 = "mi2";
16134
+ const peg$c1814 = peg$literalExpectation("mi2", false);
16135
+ const peg$c1815 = "mi6";
16136
+ const peg$c1816 = peg$literalExpectation("mi6", false);
16137
+ const peg$c1817 = "m69";
16138
+ const peg$c1818 = peg$literalExpectation("m69", false);
16139
+ const peg$c1819 = "mi7";
16140
+ const peg$c1820 = peg$literalExpectation("mi7", false);
16141
+ const peg$c1821 = "m74";
16142
+ const peg$c1822 = peg$literalExpectation("m74", false);
16143
+ const peg$c1823 = "mi9";
16144
+ const peg$c1824 = peg$literalExpectation("mi9", false);
16145
+ const peg$c1825 = "ma9";
16146
+ const peg$c1826 = peg$literalExpectation("ma9", false);
16147
+ const peg$c1827 = "+11";
16148
+ const peg$c1828 = peg$literalExpectation("+11", false);
16149
+ const peg$c1829 = "M11";
16150
+ const peg$c1830 = peg$literalExpectation("M11", false);
16151
+ const peg$c1831 = "+13";
16152
+ const peg$c1832 = peg$literalExpectation("+13", false);
16153
+ const peg$c1833 = "M13";
16154
+ const peg$c1834 = peg$literalExpectation("M13", false);
16155
+ const peg$c1835 = "ma6";
16156
+ const peg$c1836 = peg$literalExpectation("ma6", false);
16157
+ const peg$c1837 = "ma7";
16158
+ const peg$c1838 = peg$literalExpectation("ma7", false);
16159
+ const peg$c1839 = "sus";
16160
+ const peg$c1840 = peg$literalExpectation("sus", false);
16161
+ const peg$c1841 = "#4";
16162
+ const peg$c1842 = peg$literalExpectation("#4", false);
16163
+ const peg$c1843 = "+4";
16164
+ const peg$c1844 = peg$literalExpectation("+4", false);
16165
+ const peg$c1845 = "-5";
16166
+ const peg$c1846 = peg$literalExpectation("-5", false);
16167
+ const peg$c1847 = "b5";
16168
+ const peg$c1848 = peg$literalExpectation("b5", false);
16169
+ const peg$c1849 = "ma";
16170
+ const peg$c1850 = peg$literalExpectation("ma", false);
16171
+ const peg$c1851 = "Ma";
16172
+ const peg$c1852 = peg$literalExpectation("Ma", false);
16173
+ const peg$c1853 = "#5";
16174
+ const peg$c1854 = peg$literalExpectation("#5", false);
16175
+ const peg$c1855 = "+5";
16176
+ const peg$c1856 = peg$literalExpectation("+5", false);
16177
+ const peg$c1857 = "11";
16178
+ const peg$c1858 = peg$literalExpectation("11", false);
16179
+ const peg$c1859 = "13";
16180
+ const peg$c1860 = peg$literalExpectation("13", false);
16181
+ const peg$c1861 = "42";
16182
+ const peg$c1862 = peg$literalExpectation("42", false);
16183
+ const peg$c1863 = "69";
16184
+ const peg$c1864 = peg$literalExpectation("69", false);
16185
+ const peg$c1865 = "x7";
16186
+ const peg$c1866 = peg$literalExpectation("x7", false);
16187
+ const peg$c1867 = "x9";
16188
+ const peg$c1868 = peg$literalExpectation("x9", false);
16189
+ const peg$c1869 = "o7";
16190
+ const peg$c1870 = peg$literalExpectation("o7", false);
16191
+ const peg$c1871 = peg$literalExpectation("mi", false);
16192
+ const peg$c1872 = "m2";
16193
+ const peg$c1873 = peg$literalExpectation("m2", false);
16194
+ const peg$c1874 = "m4";
16195
+ const peg$c1875 = peg$literalExpectation("m4", false);
16196
+ const peg$c1876 = "m6";
16197
+ const peg$c1877 = peg$literalExpectation("m6", false);
16198
+ const peg$c1878 = "-6";
16199
+ const peg$c1879 = peg$literalExpectation("-6", false);
16200
+ const peg$c1880 = "m7";
16201
+ const peg$c1881 = peg$literalExpectation("m7", false);
16202
+ const peg$c1882 = "-7";
16203
+ const peg$c1883 = peg$literalExpectation("-7", false);
16204
+ const peg$c1884 = "m9";
16205
+ const peg$c1885 = peg$literalExpectation("m9", false);
16206
+ const peg$c1886 = "-9";
16207
+ const peg$c1887 = peg$literalExpectation("-9", false);
16208
+ const peg$c1888 = "+7";
16209
+ const peg$c1889 = peg$literalExpectation("+7", false);
16210
+ const peg$c1890 = "#7";
16211
+ const peg$c1891 = peg$literalExpectation("#7", false);
16212
+ const peg$c1892 = "M7";
16213
+ const peg$c1893 = peg$literalExpectation("M7", false);
16214
+ const peg$c1894 = "+9";
16215
+ const peg$c1895 = peg$literalExpectation("+9", false);
16216
+ const peg$c1896 = "M9";
16217
+ const peg$c1897 = peg$literalExpectation("M9", false);
16218
+ const peg$c1898 = /^[+\-24-79Mmx]/;
16219
+ const peg$c1899 = peg$classExpectation([
16187
16220
  "+",
16188
16221
  "-",
16189
16222
  "2",
@@ -16196,15 +16229,15 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
16196
16229
  "m",
16197
16230
  "x"
16198
16231
  ], false, false);
16199
- const peg$c1898 = /^[\n\r]/;
16200
- const peg$c1899 = peg$classExpectation([
16232
+ const peg$c1900 = /^[\n\r]/;
16233
+ const peg$c1901 = peg$classExpectation([
16201
16234
  "\n",
16202
16235
  "\r"
16203
16236
  ], false, false);
16204
- const peg$c1900 = "\n";
16205
- const peg$c1901 = peg$literalExpectation("\n", false);
16206
- const peg$c1902 = "\r";
16207
- const peg$c1903 = peg$literalExpectation("\r", false);
16237
+ const peg$c1902 = "\n";
16238
+ const peg$c1903 = peg$literalExpectation("\n", false);
16239
+ const peg$c1904 = "\r";
16240
+ const peg$c1905 = peg$literalExpectation("\r", false);
16208
16241
  let peg$currPos = 0;
16209
16242
  let peg$savedPos = 0;
16210
16243
  const peg$posDetailsCache = [
@@ -23573,20 +23606,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
23573
23606
  if (peg$silentFails === 0) peg$fail(peg$c1390);
23574
23607
  }
23575
23608
  if (s0 === peg$FAILED) {
23576
- if (input.substr(peg$currPos, 5) === peg$c1387) {
23577
- s0 = peg$c1387;
23609
+ if (input.substr(peg$currPos, 5) === peg$c1391) {
23610
+ s0 = peg$c1391;
23578
23611
  peg$currPos += 5;
23579
23612
  } else {
23580
23613
  s0 = peg$FAILED;
23581
- if (peg$silentFails === 0) peg$fail(peg$c1388);
23614
+ if (peg$silentFails === 0) peg$fail(peg$c1392);
23582
23615
  }
23583
23616
  if (s0 === peg$FAILED) {
23584
- if (input.substr(peg$currPos, 5) === peg$c1391) {
23585
- s0 = peg$c1391;
23617
+ if (input.substr(peg$currPos, 5) === peg$c1389) {
23618
+ s0 = peg$c1389;
23586
23619
  peg$currPos += 5;
23587
23620
  } else {
23588
23621
  s0 = peg$FAILED;
23589
- if (peg$silentFails === 0) peg$fail(peg$c1392);
23622
+ if (peg$silentFails === 0) peg$fail(peg$c1390);
23590
23623
  }
23591
23624
  if (s0 === peg$FAILED) {
23592
23625
  if (input.substr(peg$currPos, 5) === peg$c1393) {
@@ -23717,12 +23750,12 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
23717
23750
  if (peg$silentFails === 0) peg$fail(peg$c1424);
23718
23751
  }
23719
23752
  if (s0 === peg$FAILED) {
23720
- if (input.substr(peg$currPos, 5) === peg$c1423) {
23721
- s0 = peg$c1423;
23753
+ if (input.substr(peg$currPos, 5) === peg$c1425) {
23754
+ s0 = peg$c1425;
23722
23755
  peg$currPos += 5;
23723
23756
  } else {
23724
23757
  s0 = peg$FAILED;
23725
- if (peg$silentFails === 0) peg$fail(peg$c1424);
23758
+ if (peg$silentFails === 0) peg$fail(peg$c1426);
23726
23759
  }
23727
23760
  if (s0 === peg$FAILED) {
23728
23761
  if (input.substr(peg$currPos, 5) === peg$c1425) {
@@ -24251,9 +24284,9 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
24251
24284
  if (peg$silentFails === 0) peg$fail(peg$c1530);
24252
24285
  }
24253
24286
  if (s0 === peg$FAILED) {
24254
- if (input.substr(peg$currPos, 4) === peg$c1531) {
24287
+ if (input.substr(peg$currPos, 5) === peg$c1531) {
24255
24288
  s0 = peg$c1531;
24256
- peg$currPos += 4;
24289
+ peg$currPos += 5;
24257
24290
  } else {
24258
24291
  s0 = peg$FAILED;
24259
24292
  if (peg$silentFails === 0) peg$fail(peg$c1532);
@@ -24795,20 +24828,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
24795
24828
  if (peg$silentFails === 0) peg$fail(peg$c1666);
24796
24829
  }
24797
24830
  if (s0 === peg$FAILED) {
24798
- if (input.substr(peg$currPos, 4) === peg$c1663) {
24799
- s0 = peg$c1663;
24831
+ if (input.substr(peg$currPos, 4) === peg$c1667) {
24832
+ s0 = peg$c1667;
24800
24833
  peg$currPos += 4;
24801
24834
  } else {
24802
24835
  s0 = peg$FAILED;
24803
- if (peg$silentFails === 0) peg$fail(peg$c1664);
24836
+ if (peg$silentFails === 0) peg$fail(peg$c1668);
24804
24837
  }
24805
24838
  if (s0 === peg$FAILED) {
24806
- if (input.substr(peg$currPos, 4) === peg$c1667) {
24807
- s0 = peg$c1667;
24839
+ if (input.substr(peg$currPos, 4) === peg$c1665) {
24840
+ s0 = peg$c1665;
24808
24841
  peg$currPos += 4;
24809
24842
  } else {
24810
24843
  s0 = peg$FAILED;
24811
- if (peg$silentFails === 0) peg$fail(peg$c1668);
24844
+ if (peg$silentFails === 0) peg$fail(peg$c1666);
24812
24845
  }
24813
24846
  if (s0 === peg$FAILED) {
24814
24847
  if (input.substr(peg$currPos, 4) === peg$c1669) {
@@ -24827,20 +24860,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
24827
24860
  if (peg$silentFails === 0) peg$fail(peg$c1672);
24828
24861
  }
24829
24862
  if (s0 === peg$FAILED) {
24830
- if (input.substr(peg$currPos, 4) === peg$c1669) {
24831
- s0 = peg$c1669;
24863
+ if (input.substr(peg$currPos, 4) === peg$c1673) {
24864
+ s0 = peg$c1673;
24832
24865
  peg$currPos += 4;
24833
24866
  } else {
24834
24867
  s0 = peg$FAILED;
24835
- if (peg$silentFails === 0) peg$fail(peg$c1670);
24868
+ if (peg$silentFails === 0) peg$fail(peg$c1674);
24836
24869
  }
24837
24870
  if (s0 === peg$FAILED) {
24838
- if (input.substr(peg$currPos, 4) === peg$c1673) {
24839
- s0 = peg$c1673;
24871
+ if (input.substr(peg$currPos, 4) === peg$c1671) {
24872
+ s0 = peg$c1671;
24840
24873
  peg$currPos += 4;
24841
24874
  } else {
24842
24875
  s0 = peg$FAILED;
24843
- if (peg$silentFails === 0) peg$fail(peg$c1674);
24876
+ if (peg$silentFails === 0) peg$fail(peg$c1672);
24844
24877
  }
24845
24878
  if (s0 === peg$FAILED) {
24846
24879
  if (input.substr(peg$currPos, 4) === peg$c1675) {
@@ -24859,20 +24892,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
24859
24892
  if (peg$silentFails === 0) peg$fail(peg$c1678);
24860
24893
  }
24861
24894
  if (s0 === peg$FAILED) {
24862
- if (input.substr(peg$currPos, 4) === peg$c1675) {
24863
- s0 = peg$c1675;
24895
+ if (input.substr(peg$currPos, 4) === peg$c1679) {
24896
+ s0 = peg$c1679;
24864
24897
  peg$currPos += 4;
24865
24898
  } else {
24866
24899
  s0 = peg$FAILED;
24867
- if (peg$silentFails === 0) peg$fail(peg$c1676);
24900
+ if (peg$silentFails === 0) peg$fail(peg$c1680);
24868
24901
  }
24869
24902
  if (s0 === peg$FAILED) {
24870
- if (input.substr(peg$currPos, 4) === peg$c1679) {
24871
- s0 = peg$c1679;
24903
+ if (input.substr(peg$currPos, 4) === peg$c1677) {
24904
+ s0 = peg$c1677;
24872
24905
  peg$currPos += 4;
24873
24906
  } else {
24874
24907
  s0 = peg$FAILED;
24875
- if (peg$silentFails === 0) peg$fail(peg$c1680);
24908
+ if (peg$silentFails === 0) peg$fail(peg$c1678);
24876
24909
  }
24877
24910
  if (s0 === peg$FAILED) {
24878
24911
  if (input.substr(peg$currPos, 4) === peg$c1681) {
@@ -24891,20 +24924,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
24891
24924
  if (peg$silentFails === 0) peg$fail(peg$c1684);
24892
24925
  }
24893
24926
  if (s0 === peg$FAILED) {
24894
- if (input.substr(peg$currPos, 4) === peg$c1681) {
24895
- s0 = peg$c1681;
24927
+ if (input.substr(peg$currPos, 4) === peg$c1685) {
24928
+ s0 = peg$c1685;
24896
24929
  peg$currPos += 4;
24897
24930
  } else {
24898
24931
  s0 = peg$FAILED;
24899
- if (peg$silentFails === 0) peg$fail(peg$c1682);
24932
+ if (peg$silentFails === 0) peg$fail(peg$c1686);
24900
24933
  }
24901
24934
  if (s0 === peg$FAILED) {
24902
- if (input.substr(peg$currPos, 4) === peg$c1685) {
24903
- s0 = peg$c1685;
24935
+ if (input.substr(peg$currPos, 4) === peg$c1683) {
24936
+ s0 = peg$c1683;
24904
24937
  peg$currPos += 4;
24905
24938
  } else {
24906
24939
  s0 = peg$FAILED;
24907
- if (peg$silentFails === 0) peg$fail(peg$c1686);
24940
+ if (peg$silentFails === 0) peg$fail(peg$c1684);
24908
24941
  }
24909
24942
  if (s0 === peg$FAILED) {
24910
24943
  if (input.substr(peg$currPos, 4) === peg$c1687) {
@@ -25017,36 +25050,36 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25017
25050
  }
25018
25051
  function peg$parseChordSuffix8() {
25019
25052
  let s0;
25020
- if (input.substr(peg$currPos, 4) === peg$c1645) {
25021
- s0 = peg$c1645;
25053
+ if (input.substr(peg$currPos, 4) === peg$c1689) {
25054
+ s0 = peg$c1689;
25022
25055
  peg$currPos += 4;
25023
25056
  } else {
25024
25057
  s0 = peg$FAILED;
25025
- if (peg$silentFails === 0) peg$fail(peg$c1646);
25058
+ if (peg$silentFails === 0) peg$fail(peg$c1690);
25026
25059
  }
25027
25060
  if (s0 === peg$FAILED) {
25028
- if (input.substr(peg$currPos, 4) === peg$c1689) {
25029
- s0 = peg$c1689;
25061
+ if (input.substr(peg$currPos, 4) === peg$c1647) {
25062
+ s0 = peg$c1647;
25030
25063
  peg$currPos += 4;
25031
25064
  } else {
25032
25065
  s0 = peg$FAILED;
25033
- if (peg$silentFails === 0) peg$fail(peg$c1690);
25066
+ if (peg$silentFails === 0) peg$fail(peg$c1648);
25034
25067
  }
25035
25068
  if (s0 === peg$FAILED) {
25036
- if (input.substr(peg$currPos, 4) === peg$c1645) {
25037
- s0 = peg$c1645;
25069
+ if (input.substr(peg$currPos, 4) === peg$c1691) {
25070
+ s0 = peg$c1691;
25038
25071
  peg$currPos += 4;
25039
25072
  } else {
25040
25073
  s0 = peg$FAILED;
25041
- if (peg$silentFails === 0) peg$fail(peg$c1646);
25074
+ if (peg$silentFails === 0) peg$fail(peg$c1692);
25042
25075
  }
25043
25076
  if (s0 === peg$FAILED) {
25044
- if (input.substr(peg$currPos, 4) === peg$c1691) {
25045
- s0 = peg$c1691;
25077
+ if (input.substr(peg$currPos, 4) === peg$c1647) {
25078
+ s0 = peg$c1647;
25046
25079
  peg$currPos += 4;
25047
25080
  } else {
25048
25081
  s0 = peg$FAILED;
25049
- if (peg$silentFails === 0) peg$fail(peg$c1692);
25082
+ if (peg$silentFails === 0) peg$fail(peg$c1648);
25050
25083
  }
25051
25084
  if (s0 === peg$FAILED) {
25052
25085
  if (input.substr(peg$currPos, 4) === peg$c1693) {
@@ -25065,20 +25098,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25065
25098
  if (peg$silentFails === 0) peg$fail(peg$c1696);
25066
25099
  }
25067
25100
  if (s0 === peg$FAILED) {
25068
- if (input.substr(peg$currPos, 4) === peg$c1647) {
25069
- s0 = peg$c1647;
25101
+ if (input.substr(peg$currPos, 4) === peg$c1697) {
25102
+ s0 = peg$c1697;
25070
25103
  peg$currPos += 4;
25071
25104
  } else {
25072
25105
  s0 = peg$FAILED;
25073
- if (peg$silentFails === 0) peg$fail(peg$c1648);
25106
+ if (peg$silentFails === 0) peg$fail(peg$c1698);
25074
25107
  }
25075
25108
  if (s0 === peg$FAILED) {
25076
- if (input.substr(peg$currPos, 4) === peg$c1697) {
25077
- s0 = peg$c1697;
25109
+ if (input.substr(peg$currPos, 4) === peg$c1649) {
25110
+ s0 = peg$c1649;
25078
25111
  peg$currPos += 4;
25079
25112
  } else {
25080
25113
  s0 = peg$FAILED;
25081
- if (peg$silentFails === 0) peg$fail(peg$c1698);
25114
+ if (peg$silentFails === 0) peg$fail(peg$c1650);
25082
25115
  }
25083
25116
  if (s0 === peg$FAILED) {
25084
25117
  if (input.substr(peg$currPos, 4) === peg$c1699) {
@@ -25113,28 +25146,28 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25113
25146
  if (peg$silentFails === 0) peg$fail(peg$c1706);
25114
25147
  }
25115
25148
  if (s0 === peg$FAILED) {
25116
- if (input.substr(peg$currPos, 4) === peg$c1701) {
25117
- s0 = peg$c1701;
25149
+ if (input.substr(peg$currPos, 4) === peg$c1707) {
25150
+ s0 = peg$c1707;
25118
25151
  peg$currPos += 4;
25119
25152
  } else {
25120
25153
  s0 = peg$FAILED;
25121
- if (peg$silentFails === 0) peg$fail(peg$c1702);
25154
+ if (peg$silentFails === 0) peg$fail(peg$c1708);
25122
25155
  }
25123
25156
  if (s0 === peg$FAILED) {
25124
- if (input.substr(peg$currPos, 4) === peg$c1707) {
25125
- s0 = peg$c1707;
25157
+ if (input.substr(peg$currPos, 4) === peg$c1703) {
25158
+ s0 = peg$c1703;
25126
25159
  peg$currPos += 4;
25127
25160
  } else {
25128
25161
  s0 = peg$FAILED;
25129
- if (peg$silentFails === 0) peg$fail(peg$c1708);
25162
+ if (peg$silentFails === 0) peg$fail(peg$c1704);
25130
25163
  }
25131
25164
  if (s0 === peg$FAILED) {
25132
- if (input.substr(peg$currPos, 4) === peg$c1707) {
25133
- s0 = peg$c1707;
25165
+ if (input.substr(peg$currPos, 4) === peg$c1709) {
25166
+ s0 = peg$c1709;
25134
25167
  peg$currPos += 4;
25135
25168
  } else {
25136
25169
  s0 = peg$FAILED;
25137
- if (peg$silentFails === 0) peg$fail(peg$c1708);
25170
+ if (peg$silentFails === 0) peg$fail(peg$c1710);
25138
25171
  }
25139
25172
  if (s0 === peg$FAILED) {
25140
25173
  if (input.substr(peg$currPos, 4) === peg$c1709) {
@@ -25225,20 +25258,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25225
25258
  if (peg$silentFails === 0) peg$fail(peg$c1730);
25226
25259
  }
25227
25260
  if (s0 === peg$FAILED) {
25228
- if (input.substr(peg$currPos, 4) === peg$c1699) {
25229
- s0 = peg$c1699;
25261
+ if (input.substr(peg$currPos, 4) === peg$c1731) {
25262
+ s0 = peg$c1731;
25230
25263
  peg$currPos += 4;
25231
25264
  } else {
25232
25265
  s0 = peg$FAILED;
25233
- if (peg$silentFails === 0) peg$fail(peg$c1700);
25266
+ if (peg$silentFails === 0) peg$fail(peg$c1732);
25234
25267
  }
25235
25268
  if (s0 === peg$FAILED) {
25236
- if (input.substr(peg$currPos, 4) === peg$c1731) {
25237
- s0 = peg$c1731;
25269
+ if (input.substr(peg$currPos, 4) === peg$c1701) {
25270
+ s0 = peg$c1701;
25238
25271
  peg$currPos += 4;
25239
25272
  } else {
25240
25273
  s0 = peg$FAILED;
25241
- if (peg$silentFails === 0) peg$fail(peg$c1732);
25274
+ if (peg$silentFails === 0) peg$fail(peg$c1702);
25242
25275
  }
25243
25276
  if (s0 === peg$FAILED) {
25244
25277
  if (input.substr(peg$currPos, 4) === peg$c1733) {
@@ -25273,9 +25306,9 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25273
25306
  if (peg$silentFails === 0) peg$fail(peg$c1740);
25274
25307
  }
25275
25308
  if (s0 === peg$FAILED) {
25276
- if (input.substr(peg$currPos, 3) === peg$c1741) {
25309
+ if (input.substr(peg$currPos, 4) === peg$c1741) {
25277
25310
  s0 = peg$c1741;
25278
- peg$currPos += 3;
25311
+ peg$currPos += 4;
25279
25312
  } else {
25280
25313
  s0 = peg$FAILED;
25281
25314
  if (peg$silentFails === 0) peg$fail(peg$c1742);
@@ -25657,33 +25690,33 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25657
25690
  if (peg$silentFails === 0) peg$fail(peg$c1836);
25658
25691
  }
25659
25692
  if (s0 === peg$FAILED) {
25660
- if (input.substr(peg$currPos, 3) === peg$c1823) {
25661
- s0 = peg$c1823;
25693
+ if (input.substr(peg$currPos, 3) === peg$c1837) {
25694
+ s0 = peg$c1837;
25662
25695
  peg$currPos += 3;
25663
25696
  } else {
25664
25697
  s0 = peg$FAILED;
25665
- if (peg$silentFails === 0) peg$fail(peg$c1824);
25698
+ if (peg$silentFails === 0) peg$fail(peg$c1838);
25666
25699
  }
25667
25700
  if (s0 === peg$FAILED) {
25668
- if (input.substr(peg$currPos, 3) === peg$c1823) {
25669
- s0 = peg$c1823;
25701
+ if (input.substr(peg$currPos, 3) === peg$c1825) {
25702
+ s0 = peg$c1825;
25670
25703
  peg$currPos += 3;
25671
25704
  } else {
25672
25705
  s0 = peg$FAILED;
25673
- if (peg$silentFails === 0) peg$fail(peg$c1824);
25706
+ if (peg$silentFails === 0) peg$fail(peg$c1826);
25674
25707
  }
25675
25708
  if (s0 === peg$FAILED) {
25676
- if (input.substr(peg$currPos, 3) === peg$c1837) {
25677
- s0 = peg$c1837;
25709
+ if (input.substr(peg$currPos, 3) === peg$c1825) {
25710
+ s0 = peg$c1825;
25678
25711
  peg$currPos += 3;
25679
25712
  } else {
25680
25713
  s0 = peg$FAILED;
25681
- if (peg$silentFails === 0) peg$fail(peg$c1838);
25714
+ if (peg$silentFails === 0) peg$fail(peg$c1826);
25682
25715
  }
25683
25716
  if (s0 === peg$FAILED) {
25684
- if (input.substr(peg$currPos, 2) === peg$c1839) {
25717
+ if (input.substr(peg$currPos, 3) === peg$c1839) {
25685
25718
  s0 = peg$c1839;
25686
- peg$currPos += 2;
25719
+ peg$currPos += 3;
25687
25720
  } else {
25688
25721
  s0 = peg$FAILED;
25689
25722
  if (peg$silentFails === 0) peg$fail(peg$c1840);
@@ -25761,12 +25794,12 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25761
25794
  if (peg$silentFails === 0) peg$fail(peg$c1858);
25762
25795
  }
25763
25796
  if (s0 === peg$FAILED) {
25764
- if (input.substr(peg$currPos, 2) === peg$c1857) {
25765
- s0 = peg$c1857;
25797
+ if (input.substr(peg$currPos, 2) === peg$c1859) {
25798
+ s0 = peg$c1859;
25766
25799
  peg$currPos += 2;
25767
25800
  } else {
25768
25801
  s0 = peg$FAILED;
25769
- if (peg$silentFails === 0) peg$fail(peg$c1858);
25802
+ if (peg$silentFails === 0) peg$fail(peg$c1860);
25770
25803
  }
25771
25804
  if (s0 === peg$FAILED) {
25772
25805
  if (input.substr(peg$currPos, 2) === peg$c1859) {
@@ -25809,12 +25842,12 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25809
25842
  if (peg$silentFails === 0) peg$fail(peg$c1868);
25810
25843
  }
25811
25844
  if (s0 === peg$FAILED) {
25812
- if (input.substr(peg$currPos, 2) === peg$c82) {
25813
- s0 = peg$c82;
25845
+ if (input.substr(peg$currPos, 2) === peg$c1869) {
25846
+ s0 = peg$c1869;
25814
25847
  peg$currPos += 2;
25815
25848
  } else {
25816
25849
  s0 = peg$FAILED;
25817
- if (peg$silentFails === 0) peg$fail(peg$c1869);
25850
+ if (peg$silentFails === 0) peg$fail(peg$c1870);
25818
25851
  }
25819
25852
  }
25820
25853
  }
@@ -25919,8 +25952,8 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
25919
25952
  }
25920
25953
  function peg$parseChordSuffix9() {
25921
25954
  let s0;
25922
- if (input.substr(peg$currPos, 2) === peg$c1870) {
25923
- s0 = peg$c1870;
25955
+ if (input.substr(peg$currPos, 2) === peg$c82) {
25956
+ s0 = peg$c82;
25924
25957
  peg$currPos += 2;
25925
25958
  } else {
25926
25959
  s0 = peg$FAILED;
@@ -26023,13 +26056,22 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
26023
26056
  if (peg$silentFails === 0) peg$fail(peg$c1895);
26024
26057
  }
26025
26058
  if (s0 === peg$FAILED) {
26026
- if (peg$c1896.test(input.charAt(peg$currPos))) {
26027
- s0 = input.charAt(peg$currPos);
26028
- peg$currPos++;
26059
+ if (input.substr(peg$currPos, 2) === peg$c1896) {
26060
+ s0 = peg$c1896;
26061
+ peg$currPos += 2;
26029
26062
  } else {
26030
26063
  s0 = peg$FAILED;
26031
26064
  if (peg$silentFails === 0) peg$fail(peg$c1897);
26032
26065
  }
26066
+ if (s0 === peg$FAILED) {
26067
+ if (peg$c1898.test(input.charAt(peg$currPos))) {
26068
+ s0 = input.charAt(peg$currPos);
26069
+ peg$currPos++;
26070
+ } else {
26071
+ s0 = peg$FAILED;
26072
+ if (peg$silentFails === 0) peg$fail(peg$c1899);
26073
+ }
26074
+ }
26033
26075
  }
26034
26076
  }
26035
26077
  }
@@ -26047,12 +26089,12 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
26047
26089
  }
26048
26090
  function peg$parseNewLine() {
26049
26091
  let s0;
26050
- if (peg$c1898.test(input.charAt(peg$currPos))) {
26092
+ if (peg$c1900.test(input.charAt(peg$currPos))) {
26051
26093
  s0 = input.charAt(peg$currPos);
26052
26094
  peg$currPos++;
26053
26095
  } else {
26054
26096
  s0 = peg$FAILED;
26055
- if (peg$silentFails === 0) peg$fail(peg$c1899);
26097
+ if (peg$silentFails === 0) peg$fail(peg$c1901);
26056
26098
  }
26057
26099
  if (s0 === peg$FAILED) s0 = peg$parseCarriageReturnLineFeed();
26058
26100
  return s0;
@@ -26082,22 +26124,22 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
26082
26124
  function peg$parseLineFeed() {
26083
26125
  let s0;
26084
26126
  if (input.charCodeAt(peg$currPos) === 10) {
26085
- s0 = peg$c1900;
26127
+ s0 = peg$c1902;
26086
26128
  peg$currPos++;
26087
26129
  } else {
26088
26130
  s0 = peg$FAILED;
26089
- if (peg$silentFails === 0) peg$fail(peg$c1901);
26131
+ if (peg$silentFails === 0) peg$fail(peg$c1903);
26090
26132
  }
26091
26133
  return s0;
26092
26134
  }
26093
26135
  function peg$parseCarriageReturn() {
26094
26136
  let s0;
26095
26137
  if (input.charCodeAt(peg$currPos) === 13) {
26096
- s0 = peg$c1902;
26138
+ s0 = peg$c1904;
26097
26139
  peg$currPos++;
26098
26140
  } else {
26099
26141
  s0 = peg$FAILED;
26100
- if (peg$silentFails === 0) peg$fail(peg$c1903);
26142
+ if (peg$silentFails === 0) peg$fail(peg$c1905);
26101
26143
  }
26102
26144
  return s0;
26103
26145
  }
@@ -37531,7 +37573,7 @@ const $ecd3f348894bfbde$var$endSectionTags = {
37531
37573
  var $ecd3f348894bfbde$export$2e2bcd8739ae039 = $ecd3f348894bfbde$var$UltimateGuitarParser;
37532
37574
 
37533
37575
 
37534
- var $a91afe1497b28cb4$export$2e2bcd8739ae039 = '14.4.0';
37576
+ var $a91afe1497b28cb4$export$2e2bcd8739ae039 = '14.5.1';
37535
37577
 
37536
37578
 
37537
37579