chordsheetjs 14.5.0 → 14.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -1285,6 +1285,7 @@ const $5f19a6aa6bc347f1$var$mapping = {
1285
1285
  "m(maj7)": "m(ma7)",
1286
1286
  "m(+7)": "m(ma7)",
1287
1287
  "m+7": "m(ma7)",
1288
+ "mmaj7": "m(ma7)",
1288
1289
  "m(ma9)": "m(ma9)",
1289
1290
  "m(M9)": "m(ma9)",
1290
1291
  "mM9": "m(ma9)",
@@ -4033,8 +4034,9 @@ const $b0c0093f9a3a0967$export$98e6a39c04603d36 = $b0c0093f9a3a0967$var$peg$pars
4033
4034
  * @returns {string} the chord string
4034
4035
  */ toString({ useUnicodeModifier: useUnicodeModifier = false } = {}) {
4035
4036
  let chordString = '';
4036
- const suffix = this.suffix || '';
4037
+ let suffix = this.suffix || '';
4037
4038
  const showMinor = suffix[0] !== 'm';
4039
+ if (useUnicodeModifier) suffix = suffix.replace(/#(?=\d)/g, '\u266f').replace(/b(?=\d)/g, '\u266d');
4038
4040
  if (this.root) chordString = this.root.toString({
4039
4041
  showMinor: showMinor,
4040
4042
  useUnicodeModifier: useUnicodeModifier
@@ -5661,129 +5663,301 @@ const $fb5aa6e96efc0a76$export$ccccd344e69710ef = {
5661
5663
  },
5662
5664
  fonts: {
5663
5665
  title: {
5664
- name: 'NimbusSansL-Bol',
5666
+ name: 'Arial',
5665
5667
  style: 'bold',
5666
- size: 24,
5667
- color: 'black'
5668
+ size: 22,
5669
+ color: '#151515'
5668
5670
  },
5669
5671
  subtitle: {
5670
- name: 'NimbusSansL-Reg',
5672
+ name: 'Arial',
5671
5673
  style: 'normal',
5672
- size: 10,
5673
- color: 100
5674
+ size: 11,
5675
+ color: '#6f6f6f'
5674
5676
  },
5675
5677
  metadata: {
5676
- name: 'NimbusSansL-Reg',
5678
+ name: 'Arial',
5677
5679
  style: 'normal',
5678
5680
  size: 10,
5679
- color: 100
5681
+ color: '#8b8b8b'
5680
5682
  },
5681
5683
  text: {
5682
- name: 'NimbusSansL-Reg',
5684
+ name: 'Arial',
5683
5685
  style: 'normal',
5684
5686
  size: 10,
5685
- color: 'black'
5687
+ color: '#232323'
5686
5688
  },
5687
5689
  chord: {
5688
- name: 'NimbusSansL-Bol',
5690
+ name: 'Arial',
5689
5691
  style: 'bold',
5690
5692
  size: 9,
5691
- color: 'black'
5693
+ color: '#232323'
5692
5694
  },
5693
5695
  comment: {
5694
- name: 'NimbusSansL-Bol',
5696
+ name: 'Arial',
5695
5697
  style: 'bold',
5696
5698
  size: 10,
5697
- color: 'black'
5699
+ color: '#232323'
5698
5700
  },
5699
5701
  sectionLabel: {
5700
- name: 'NimbusSansL-Bol',
5702
+ name: 'Arial',
5701
5703
  style: 'bold',
5702
5704
  size: 10,
5703
- color: 'black'
5705
+ color: '#a1312d'
5704
5706
  },
5705
5707
  annotation: {
5706
- name: 'NimbusSansL-Reg',
5708
+ name: 'Arial',
5707
5709
  style: 'normal',
5708
5710
  size: 10,
5709
- color: 'black'
5711
+ color: '#232323'
5710
5712
  }
5711
5713
  },
5712
5714
  layout: {
5713
5715
  global: {
5714
5716
  margins: {
5715
- top: 35,
5716
- bottom: 10,
5717
+ top: 14,
5718
+ bottom: 12,
5717
5719
  left: 45,
5718
5720
  right: 45
5719
5721
  }
5720
5722
  },
5721
5723
  header: {
5722
- height: 60,
5724
+ height: 72,
5723
5725
  content: [
5724
5726
  {
5725
5727
  type: 'text',
5726
5728
  template: '%{title}',
5727
5729
  style: {
5728
- name: 'NimbusSansL-Bol',
5730
+ name: 'Arial',
5729
5731
  style: 'bold',
5730
- size: 24,
5731
- color: 'black'
5732
+ size: 19,
5733
+ color: '#151515',
5734
+ weight: 700
5732
5735
  },
5733
5736
  position: {
5734
5737
  x: 'left',
5735
- y: 15
5738
+ y: 0,
5739
+ clip: true,
5740
+ ellipsis: true
5741
+ },
5742
+ condition: {
5743
+ page: {
5744
+ first: true
5745
+ }
5736
5746
  }
5737
5747
  },
5738
5748
  {
5739
5749
  type: 'text',
5740
- template: 'Key of %{key} - BPM %{tempo} - Time %{time}',
5750
+ template: '%{artist}',
5741
5751
  style: {
5742
- name: 'NimbusSansL-Reg',
5752
+ name: 'Arial',
5743
5753
  style: 'normal',
5744
- size: 12,
5745
- color: 100
5754
+ size: 11,
5755
+ color: '#6f6f6f'
5746
5756
  },
5747
5757
  position: {
5748
5758
  x: 'left',
5749
- y: 28
5759
+ y: 25,
5760
+ clip: true,
5761
+ ellipsis: true
5762
+ },
5763
+ condition: {
5764
+ page: {
5765
+ first: true
5766
+ }
5750
5767
  }
5751
5768
  },
5752
5769
  {
5753
5770
  type: 'text',
5754
- template: 'By %{artist} %{subtitle}',
5771
+ template: '%{tempo|%{} BPM}%{time| \u00b7 %{}}%{capo| \u00b7 Capo %{}}',
5755
5772
  style: {
5756
- name: 'NimbusSansL-Reg',
5773
+ name: 'Arial',
5757
5774
  style: 'normal',
5758
- size: 10,
5759
- color: 100
5775
+ size: 11,
5776
+ color: '#6f6f6f'
5760
5777
  },
5761
5778
  position: {
5762
5779
  x: 'left',
5763
- y: 38
5780
+ y: 40,
5781
+ width: 240,
5782
+ clip: true,
5783
+ ellipsis: true
5784
+ },
5785
+ condition: {
5786
+ page: {
5787
+ first: true
5788
+ }
5764
5789
  }
5765
- }
5766
- ]
5767
- },
5768
- footer: {
5769
- height: 30,
5770
- content: [
5790
+ },
5791
+ {
5792
+ type: 'line',
5793
+ style: {
5794
+ width: 1,
5795
+ color: '#d7d7d7'
5796
+ },
5797
+ position: {
5798
+ x: 0,
5799
+ y: 60,
5800
+ width: 'auto',
5801
+ height: 0
5802
+ },
5803
+ condition: {
5804
+ page: {
5805
+ first: true
5806
+ }
5807
+ }
5808
+ },
5771
5809
  {
5772
5810
  type: 'text',
5773
- value: "\xa92024 My Music Publishing",
5811
+ template: '%{key}',
5812
+ cssClass: 'measured-html-key-badge',
5813
+ elementStyle: {
5814
+ width: '28px',
5815
+ height: '28px',
5816
+ display: 'flex',
5817
+ alignItems: 'center',
5818
+ justifyContent: 'center',
5819
+ borderRadius: '999px',
5820
+ backgroundColor: '#a1312d',
5821
+ textAlign: 'center',
5822
+ boxSizing: 'border-box'
5823
+ },
5774
5824
  style: {
5775
- name: 'NimbusSansL-Reg',
5825
+ name: 'Arial',
5826
+ style: 'bold',
5827
+ size: 12,
5828
+ color: '#ffffff',
5829
+ weight: 700
5830
+ },
5831
+ position: {
5832
+ x: 'right',
5833
+ y: 12,
5834
+ width: 28,
5835
+ offsetX: -2
5836
+ },
5837
+ condition: {
5838
+ and: [
5839
+ {
5840
+ page: {
5841
+ first: true
5842
+ }
5843
+ },
5844
+ {
5845
+ key: {
5846
+ exists: true
5847
+ }
5848
+ }
5849
+ ]
5850
+ }
5851
+ },
5852
+ {
5853
+ type: 'text',
5854
+ template: '%{title}',
5855
+ style: {
5856
+ name: 'Arial',
5857
+ style: 'bold',
5858
+ size: 12,
5859
+ color: '#151515',
5860
+ weight: 700
5861
+ },
5862
+ position: {
5863
+ x: 'left',
5864
+ y: 0,
5865
+ clip: true,
5866
+ ellipsis: true
5867
+ },
5868
+ condition: {
5869
+ page: {
5870
+ greater_than: 1
5871
+ }
5872
+ }
5873
+ },
5874
+ {
5875
+ type: 'text',
5876
+ template: '%{page}/%{pages}',
5877
+ style: {
5878
+ name: 'Arial',
5776
5879
  style: 'normal',
5777
5880
  size: 10,
5778
- color: 'black'
5881
+ color: '#9a9a9a'
5779
5882
  },
5780
5883
  position: {
5781
- x: 'left',
5782
- y: 0
5884
+ x: 'right',
5885
+ y: 4,
5886
+ offsetX: -38
5887
+ },
5888
+ condition: {
5889
+ page: {
5890
+ greater_than: 1
5891
+ }
5892
+ }
5893
+ },
5894
+ {
5895
+ type: 'text',
5896
+ template: '%{key}',
5897
+ cssClass: 'measured-html-key-badge',
5898
+ elementStyle: {
5899
+ width: '28px',
5900
+ height: '28px',
5901
+ display: 'flex',
5902
+ alignItems: 'center',
5903
+ justifyContent: 'center',
5904
+ borderRadius: '999px',
5905
+ backgroundColor: '#a1312d',
5906
+ textAlign: 'center',
5907
+ boxSizing: 'border-box'
5908
+ },
5909
+ style: {
5910
+ name: 'Arial',
5911
+ style: 'bold',
5912
+ size: 12,
5913
+ color: '#ffffff',
5914
+ weight: 700
5915
+ },
5916
+ position: {
5917
+ x: 'right',
5918
+ y: 2,
5919
+ width: 28,
5920
+ offsetX: -2
5921
+ },
5922
+ condition: {
5923
+ and: [
5924
+ {
5925
+ page: {
5926
+ greater_than: 1
5927
+ }
5928
+ },
5929
+ {
5930
+ key: {
5931
+ exists: true
5932
+ }
5933
+ }
5934
+ ]
5935
+ }
5936
+ },
5937
+ {
5938
+ type: 'line',
5939
+ style: {
5940
+ width: 1,
5941
+ color: '#d7d7d7'
5942
+ },
5943
+ position: {
5944
+ x: 0,
5945
+ y: 32,
5946
+ width: 'auto',
5947
+ height: 0
5948
+ },
5949
+ condition: {
5950
+ page: {
5951
+ greater_than: 1
5952
+ }
5783
5953
  }
5784
5954
  }
5785
5955
  ]
5786
5956
  },
5957
+ footer: {
5958
+ height: 0,
5959
+ content: []
5960
+ },
5787
5961
  sections: {
5788
5962
  global: {
5789
5963
  paragraphSpacing: 10,
@@ -5830,22 +6004,22 @@ const $fb5aa6e96efc0a76$export$ccccd344e69710ef = {
5830
6004
  },
5831
6005
  fonts: {
5832
6006
  title: {
5833
- name: 'NimbusSansL-Bol',
6007
+ name: 'Arial',
5834
6008
  style: 'bold',
5835
6009
  size: 9,
5836
- color: 'black'
6010
+ color: '#232323'
5837
6011
  },
5838
6012
  fingerings: {
5839
- name: 'NimbusSansL-Bol',
6013
+ name: 'Arial',
5840
6014
  style: 'bold',
5841
6015
  size: 6,
5842
- color: 'black'
6016
+ color: '#232323'
5843
6017
  },
5844
6018
  baseFret: {
5845
- name: 'NimbusSansL-Bol',
6019
+ name: 'Arial',
5846
6020
  style: 'bold',
5847
6021
  size: 6,
5848
- color: 'black'
6022
+ color: '#232323'
5849
6023
  }
5850
6024
  }
5851
6025
  }
@@ -15747,555 +15921,557 @@ function $6e190c231198785f$var$peg$parse(input, options) {
15747
15921
  const peg$c1346 = peg$literalExpectation("m(M7)", false);
15748
15922
  const peg$c1347 = "m(+7)";
15749
15923
  const peg$c1348 = peg$literalExpectation("m(+7)", false);
15750
- const peg$c1349 = "m(M9)";
15751
- const peg$c1350 = peg$literalExpectation("m(M9)", false);
15752
- const peg$c1351 = "m(+9)";
15753
- const peg$c1352 = peg$literalExpectation("m(+9)", false);
15754
- const peg$c1353 = "min11";
15755
- const peg$c1354 = peg$literalExpectation("min11", false);
15756
- const peg$c1355 = "m11#5";
15757
- const peg$c1356 = peg$literalExpectation("m11#5", false);
15758
- const peg$c1357 = "m11+5";
15759
- const peg$c1358 = peg$literalExpectation("m11+5", false);
15760
- const peg$c1359 = "-11#5";
15761
- const peg$c1360 = peg$literalExpectation("-11#5", false);
15762
- const peg$c1361 = "m11#9";
15763
- const peg$c1362 = peg$literalExpectation("m11#9", false);
15764
- const peg$c1363 = "m11+9";
15765
- const peg$c1364 = peg$literalExpectation("m11+9", false);
15766
- const peg$c1365 = "-11#9";
15767
- const peg$c1366 = peg$literalExpectation("-11#9", false);
15768
- const peg$c1367 = "-11+9";
15769
- const peg$c1368 = peg$literalExpectation("-11+9", false);
15770
- const peg$c1369 = "m11b5";
15771
- const peg$c1370 = peg$literalExpectation("m11b5", false);
15772
- const peg$c1371 = "m11-5";
15773
- const peg$c1372 = peg$literalExpectation("m11-5", false);
15774
- const peg$c1373 = "-11b5";
15775
- const peg$c1374 = peg$literalExpectation("-11b5", false);
15776
- const peg$c1375 = "m11b9";
15777
- const peg$c1376 = peg$literalExpectation("m11b9", false);
15778
- const peg$c1377 = "m11-9";
15779
- const peg$c1378 = peg$literalExpectation("m11-9", false);
15780
- const peg$c1379 = "-11b9";
15781
- const peg$c1380 = peg$literalExpectation("-11b9", false);
15782
- const peg$c1381 = "-11-9";
15783
- const peg$c1382 = peg$literalExpectation("-11-9", false);
15784
- const peg$c1383 = "min13";
15785
- const peg$c1384 = peg$literalExpectation("min13", false);
15786
- const peg$c1385 = "m13#5";
15787
- const peg$c1386 = peg$literalExpectation("m13#5", false);
15788
- const peg$c1387 = "m13+5";
15789
- const peg$c1388 = peg$literalExpectation("m13+5", false);
15790
- const peg$c1389 = "-13#5";
15791
- const peg$c1390 = peg$literalExpectation("-13#5", false);
15792
- const peg$c1391 = "m13#9";
15793
- const peg$c1392 = peg$literalExpectation("m13#9", false);
15794
- const peg$c1393 = "m13+9";
15795
- const peg$c1394 = peg$literalExpectation("m13+9", false);
15796
- const peg$c1395 = "-13#9";
15797
- const peg$c1396 = peg$literalExpectation("-13#9", false);
15798
- const peg$c1397 = "-13+9";
15799
- const peg$c1398 = peg$literalExpectation("-13+9", false);
15800
- const peg$c1399 = "m13b5";
15801
- const peg$c1400 = peg$literalExpectation("m13b5", false);
15802
- const peg$c1401 = "m13-5";
15803
- const peg$c1402 = peg$literalExpectation("m13-5", false);
15804
- const peg$c1403 = "-13b5";
15805
- const peg$c1404 = peg$literalExpectation("-13b5", false);
15806
- const peg$c1405 = "-13-5";
15807
- const peg$c1406 = peg$literalExpectation("-13-5", false);
15808
- const peg$c1407 = "m13b9";
15809
- const peg$c1408 = peg$literalExpectation("m13b9", false);
15810
- const peg$c1409 = "m13-9";
15811
- const peg$c1410 = peg$literalExpectation("m13-9", false);
15812
- const peg$c1411 = "madd2";
15813
- const peg$c1412 = peg$literalExpectation("madd2", false);
15814
- const peg$c1413 = "m6(9)";
15815
- const peg$c1414 = peg$literalExpectation("m6(9)", false);
15816
- const peg$c1415 = "m7#11";
15817
- const peg$c1416 = peg$literalExpectation("m7#11", false);
15818
- const peg$c1417 = "m7+11";
15819
- const peg$c1418 = peg$literalExpectation("m7+11", false);
15820
- const peg$c1419 = "-7#11";
15821
- const peg$c1420 = peg$literalExpectation("-7#11", false);
15822
- const peg$c1421 = "-7+11";
15823
- const peg$c1422 = peg$literalExpectation("-7+11", false);
15824
- const peg$c1423 = "m7(4)";
15825
- const peg$c1424 = peg$literalExpectation("m7(4)", false);
15826
- const peg$c1425 = "m7(6)";
15827
- const peg$c1426 = peg$literalExpectation("m7(6)", false);
15828
- const peg$c1427 = "m7b13";
15829
- const peg$c1428 = peg$literalExpectation("m7b13", false);
15830
- const peg$c1429 = "m7-13";
15831
- const peg$c1430 = peg$literalExpectation("m7-13", false);
15832
- const peg$c1431 = "-7b13";
15833
- const peg$c1432 = peg$literalExpectation("-7b13", false);
15834
- const peg$c1433 = "-7-13";
15835
- const peg$c1434 = peg$literalExpectation("-7-13", false);
15836
- const peg$c1435 = "m7sus";
15837
- const peg$c1436 = peg$literalExpectation("m7sus", false);
15838
- const peg$c1437 = "m9#11";
15839
- const peg$c1438 = peg$literalExpectation("m9#11", false);
15840
- const peg$c1439 = "m9+11";
15841
- const peg$c1440 = peg$literalExpectation("m9+11", false);
15842
- const peg$c1441 = "-9#11";
15843
- const peg$c1442 = peg$literalExpectation("-9#11", false);
15844
- const peg$c1443 = "-9+11";
15845
- const peg$c1444 = peg$literalExpectation("-9+11", false);
15846
- const peg$c1445 = "m9b13";
15847
- const peg$c1446 = peg$literalExpectation("m9b13", false);
15848
- const peg$c1447 = "m9-13";
15849
- const peg$c1448 = peg$literalExpectation("m9-13", false);
15850
- const peg$c1449 = "-9b13";
15851
- const peg$c1450 = peg$literalExpectation("-9b13", false);
15852
- const peg$c1451 = "-9-13";
15853
- const peg$c1452 = peg$literalExpectation("-9-13", false);
15854
- const peg$c1453 = "+11#5";
15855
- const peg$c1454 = peg$literalExpectation("+11#5", false);
15856
- const peg$c1455 = "M11+5";
15857
- const peg$c1456 = peg$literalExpectation("M11+5", false);
15858
- const peg$c1457 = "+11#9";
15859
- const peg$c1458 = peg$literalExpectation("+11#9", false);
15860
- const peg$c1459 = "M11+9";
15861
- const peg$c1460 = peg$literalExpectation("M11+9", false);
15862
- const peg$c1461 = "+11b5";
15863
- const peg$c1462 = peg$literalExpectation("+11b5", false);
15864
- const peg$c1463 = "M11-5";
15865
- const peg$c1464 = peg$literalExpectation("M11-5", false);
15866
- const peg$c1465 = "+11b9";
15867
- const peg$c1466 = peg$literalExpectation("+11b9", false);
15868
- const peg$c1467 = "+11-9";
15869
- const peg$c1468 = peg$literalExpectation("+11-9", false);
15870
- const peg$c1469 = "maj13";
15871
- const peg$c1470 = peg$literalExpectation("maj13", false);
15872
- const peg$c1471 = "Maj13";
15873
- const peg$c1472 = peg$literalExpectation("Maj13", false);
15874
- const peg$c1473 = "+13#5";
15875
- const peg$c1474 = peg$literalExpectation("+13#5", false);
15876
- const peg$c1475 = "M13+5";
15877
- const peg$c1476 = peg$literalExpectation("M13+5", false);
15878
- const peg$c1477 = "+13#9";
15879
- const peg$c1478 = peg$literalExpectation("+13#9", false);
15880
- const peg$c1479 = "+13+9";
15881
- const peg$c1480 = peg$literalExpectation("+13+9", false);
15882
- const peg$c1481 = "+13b5";
15883
- const peg$c1482 = peg$literalExpectation("+13b5", false);
15884
- const peg$c1483 = "M13-5";
15885
- const peg$c1484 = peg$literalExpectation("M13-5", false);
15886
- const peg$c1485 = "+13b9";
15887
- const peg$c1486 = peg$literalExpectation("+13b9", false);
15888
- const peg$c1487 = "M13-9";
15889
- const peg$c1488 = peg$literalExpectation("M13-9", false);
15890
- const peg$c1489 = "+7#11";
15891
- const peg$c1490 = peg$literalExpectation("+7#11", false);
15892
- const peg$c1491 = "M7+11";
15893
- const peg$c1492 = peg$literalExpectation("M7+11", false);
15894
- const peg$c1493 = "ma7#5";
15895
- const peg$c1494 = peg$literalExpectation("ma7#5", false);
15896
- const peg$c1495 = "ma7+5";
15897
- const peg$c1496 = peg$literalExpectation("ma7+5", false);
15898
- const peg$c1497 = "ma7#9";
15899
- const peg$c1498 = peg$literalExpectation("ma7#9", false);
15900
- const peg$c1499 = "ma7+9";
15901
- const peg$c1500 = peg$literalExpectation("ma7+9", false);
15902
- const peg$c1501 = "+7b13";
15903
- const peg$c1502 = peg$literalExpectation("+7b13", false);
15904
- const peg$c1503 = "M7-13";
15905
- const peg$c1504 = peg$literalExpectation("M7-13", false);
15906
- const peg$c1505 = "ma7b5";
15907
- const peg$c1506 = peg$literalExpectation("ma7b5", false);
15908
- const peg$c1507 = "ma7-5";
15909
- const peg$c1508 = peg$literalExpectation("ma7-5", false);
15910
- const peg$c1509 = "ma7b9";
15911
- const peg$c1510 = peg$literalExpectation("ma7b9", false);
15912
- const peg$c1511 = "ma7-9";
15913
- const peg$c1512 = peg$literalExpectation("ma7-9", false);
15914
- const peg$c1513 = "9(#7)";
15915
- const peg$c1514 = peg$literalExpectation("9(#7)", false);
15916
- const peg$c1515 = "+9#11";
15917
- const peg$c1516 = peg$literalExpectation("+9#11", false);
15918
- const peg$c1517 = "M9+11";
15919
- const peg$c1518 = peg$literalExpectation("M9+11", false);
15920
- const peg$c1519 = "ma9#5";
15921
- const peg$c1520 = peg$literalExpectation("ma9#5", false);
15922
- const peg$c1521 = "ma9+5";
15923
- const peg$c1522 = peg$literalExpectation("ma9+5", false);
15924
- const peg$c1523 = "+9b13";
15925
- const peg$c1524 = peg$literalExpectation("+9b13", false);
15926
- const peg$c1525 = "M9-13";
15927
- const peg$c1526 = peg$literalExpectation("M9-13", false);
15928
- const peg$c1527 = "ma9b5";
15929
- const peg$c1528 = peg$literalExpectation("ma9b5", false);
15930
- const peg$c1529 = "ma9-5";
15931
- const peg$c1530 = peg$literalExpectation("ma9-5", false);
15932
- const peg$c1531 = "(#4)";
15933
- const peg$c1532 = peg$literalExpectation("(#4)", false);
15934
- const peg$c1533 = "(+4)";
15935
- const peg$c1534 = peg$literalExpectation("(+4)", false);
15936
- const peg$c1535 = "(11)";
15937
- const peg$c1536 = peg$literalExpectation("(11)", false);
15938
- const peg$c1537 = "(13)";
15939
- const peg$c1538 = peg$literalExpectation("(13)", false);
15940
- const peg$c1539 = "add2";
15941
- const peg$c1540 = peg$literalExpectation("add2", false);
15942
- const peg$c1541 = "add4";
15943
- const peg$c1542 = peg$literalExpectation("add4", false);
15944
- const peg$c1543 = "add6";
15945
- const peg$c1544 = peg$literalExpectation("add6", false);
15946
- const peg$c1545 = "add9";
15947
- const peg$c1546 = peg$literalExpectation("add9", false);
15948
- const peg$c1547 = "(b5)";
15949
- const peg$c1548 = peg$literalExpectation("(b5)", false);
15950
- const peg$c1549 = "(-5)";
15951
- const peg$c1550 = peg$literalExpectation("(-5)", false);
15952
- const peg$c1551 = "2(6)";
15953
- const peg$c1552 = peg$literalExpectation("2(6)", false);
15954
- const peg$c1553 = "(b6)";
15955
- const peg$c1554 = peg$literalExpectation("(b6)", false);
15956
- const peg$c1555 = "unis";
15957
- const peg$c1556 = peg$literalExpectation("unis", false);
15958
- const peg$c1557 = "Majj";
15959
- const peg$c1558 = peg$literalExpectation("Majj", false);
15960
- const peg$c1559 = "(#5)";
15961
- const peg$c1560 = peg$literalExpectation("(#5)", false);
15962
- const peg$c1561 = "(+5)";
15963
- const peg$c1562 = peg$literalExpectation("(+5)", false);
15964
- const peg$c1563 = "11#5";
15965
- const peg$c1564 = peg$literalExpectation("11#5", false);
15966
- const peg$c1565 = "11+5";
15967
- const peg$c1566 = peg$literalExpectation("11+5", false);
15968
- const peg$c1567 = "11#9";
15969
- const peg$c1568 = peg$literalExpectation("11#9", false);
15970
- const peg$c1569 = "11+9";
15971
- const peg$c1570 = peg$literalExpectation("11+9", false);
15972
- const peg$c1571 = "11b5";
15973
- const peg$c1572 = peg$literalExpectation("11b5", false);
15974
- const peg$c1573 = "11-5";
15975
- const peg$c1574 = peg$literalExpectation("11-5", false);
15976
- const peg$c1575 = "11b9";
15977
- const peg$c1576 = peg$literalExpectation("11b9", false);
15978
- const peg$c1577 = "11-9";
15979
- const peg$c1578 = peg$literalExpectation("11-9", false);
15980
- const peg$c1579 = "13#5";
15981
- const peg$c1580 = peg$literalExpectation("13#5", false);
15982
- const peg$c1581 = "13+5";
15983
- const peg$c1582 = peg$literalExpectation("13+5", false);
15984
- const peg$c1583 = "13#9";
15985
- const peg$c1584 = peg$literalExpectation("13#9", false);
15986
- const peg$c1585 = "13+9";
15987
- const peg$c1586 = peg$literalExpectation("13+9", false);
15988
- const peg$c1587 = "13b5";
15989
- const peg$c1588 = peg$literalExpectation("13b5", false);
15990
- const peg$c1589 = "13-5";
15991
- const peg$c1590 = peg$literalExpectation("13-5", false);
15992
- const peg$c1591 = "13b9";
15993
- const peg$c1592 = peg$literalExpectation("13b9", false);
15994
- const peg$c1593 = "13-9";
15995
- const peg$c1594 = peg$literalExpectation("13-9", false);
15996
- const peg$c1595 = "sus2";
15997
- const peg$c1596 = peg$literalExpectation("sus2", false);
15998
- const peg$c1597 = "2(4)";
15999
- const peg$c1598 = peg$literalExpectation("2(4)", false);
16000
- const peg$c1599 = "4(2)";
16001
- const peg$c1600 = peg$literalExpectation("4(2)", false);
16002
- const peg$c1601 = "6(2)";
16003
- const peg$c1602 = peg$literalExpectation("6(2)", false);
16004
- const peg$c1603 = "6(9)";
16005
- const peg$c1604 = peg$literalExpectation("6(9)", false);
16006
- const peg$c1605 = "dom7";
16007
- const peg$c1606 = peg$literalExpectation("dom7", false);
16008
- const peg$c1607 = "7#11";
16009
- const peg$c1608 = peg$literalExpectation("7#11", false);
16010
- const peg$c1609 = "7+11";
16011
- const peg$c1610 = peg$literalExpectation("7+11", false);
16012
- const peg$c1611 = "aug7";
16013
- const peg$c1612 = peg$literalExpectation("aug7", false);
16014
- const peg$c1613 = "7(6)";
16015
- const peg$c1614 = peg$literalExpectation("7(6)", false);
16016
- const peg$c1615 = "7b13";
16017
- const peg$c1616 = peg$literalExpectation("7b13", false);
16018
- const peg$c1617 = "7-13";
16019
- const peg$c1618 = peg$literalExpectation("7-13", false);
16020
- const peg$c1619 = "7sus";
16021
- const peg$c1620 = peg$literalExpectation("7sus", false);
16022
- const peg$c1621 = "dom9";
16023
- const peg$c1622 = peg$literalExpectation("dom9", false);
16024
- const peg$c1623 = "9#11";
16025
- const peg$c1624 = peg$literalExpectation("9#11", false);
16026
- const peg$c1625 = "9+11";
16027
- const peg$c1626 = peg$literalExpectation("9+11", false);
16028
- const peg$c1627 = "aug9";
16029
- const peg$c1628 = peg$literalExpectation("aug9", false);
16030
- const peg$c1629 = "9b13";
16031
- const peg$c1630 = peg$literalExpectation("9b13", false);
16032
- const peg$c1631 = "9-13";
16033
- const peg$c1632 = peg$literalExpectation("9-13", false);
16034
- const peg$c1633 = "9aug";
16035
- const peg$c1634 = peg$literalExpectation("9aug", false);
16036
- const peg$c1635 = "9sus";
16037
- const peg$c1636 = peg$literalExpectation("9sus", false);
16038
- const peg$c1637 = "dim7";
16039
- const peg$c1638 = peg$literalExpectation("dim7", false);
16040
- const peg$c1639 = "m(4)";
16041
- const peg$c1640 = peg$literalExpectation("m(4)", false);
16042
- const peg$c1641 = "m(9)";
16043
- const peg$c1642 = peg$literalExpectation("m(9)", false);
16044
- const peg$c1643 = "mi11";
16045
- const peg$c1644 = peg$literalExpectation("mi11", false);
16046
- const peg$c1645 = "m9+5";
16047
- const peg$c1646 = peg$literalExpectation("m9+5", false);
16048
- const peg$c1647 = "-9-5";
16049
- const peg$c1648 = peg$literalExpectation("-9-5", false);
16050
- const peg$c1649 = "mi13";
16051
- const peg$c1650 = peg$literalExpectation("mi13", false);
16052
- const peg$c1651 = "min2";
16053
- const peg$c1652 = peg$literalExpectation("min2", false);
16054
- const peg$c1653 = "min6";
16055
- const peg$c1654 = peg$literalExpectation("min6", false);
16056
- const peg$c1655 = "m6M7";
16057
- const peg$c1656 = peg$literalExpectation("m6M7", false);
16058
- const peg$c1657 = "m6+7";
16059
- const peg$c1658 = peg$literalExpectation("m6+7", false);
16060
- const peg$c1659 = "min7";
16061
- const peg$c1660 = peg$literalExpectation("min7", false);
16062
- const peg$c1661 = "m7#5";
16063
- const peg$c1662 = peg$literalExpectation("m7#5", false);
16064
- const peg$c1663 = "m7+5";
16065
- const peg$c1664 = peg$literalExpectation("m7+5", false);
16066
- const peg$c1665 = "-7#5";
16067
- const peg$c1666 = peg$literalExpectation("-7#5", false);
16068
- const peg$c1667 = "m7#9";
16069
- const peg$c1668 = peg$literalExpectation("m7#9", false);
16070
- const peg$c1669 = "m7+9";
16071
- const peg$c1670 = peg$literalExpectation("m7+9", false);
16072
- const peg$c1671 = "-7#9";
16073
- const peg$c1672 = peg$literalExpectation("-7#9", false);
16074
- const peg$c1673 = "m7b5";
16075
- const peg$c1674 = peg$literalExpectation("m7b5", false);
16076
- const peg$c1675 = "m7-5";
16077
- const peg$c1676 = peg$literalExpectation("m7-5", false);
16078
- const peg$c1677 = "-7b5";
16079
- const peg$c1678 = peg$literalExpectation("-7b5", false);
16080
- const peg$c1679 = "m7b9";
16081
- const peg$c1680 = peg$literalExpectation("m7b9", false);
16082
- const peg$c1681 = "m7-9";
16083
- const peg$c1682 = peg$literalExpectation("m7-9", false);
16084
- const peg$c1683 = "-7b9";
16085
- const peg$c1684 = peg$literalExpectation("-7b9", false);
16086
- const peg$c1685 = "min9";
16087
- const peg$c1686 = peg$literalExpectation("min9", false);
16088
- const peg$c1687 = "m9#5";
16089
- const peg$c1688 = peg$literalExpectation("m9#5", false);
16090
- const peg$c1689 = "-9#5";
16091
- const peg$c1690 = peg$literalExpectation("-9#5", false);
16092
- const peg$c1691 = "m9b5";
16093
- const peg$c1692 = peg$literalExpectation("m9b5", false);
16094
- const peg$c1693 = "m9-5";
16095
- const peg$c1694 = peg$literalExpectation("m9-5", false);
16096
- const peg$c1695 = "-9b5";
16097
- const peg$c1696 = peg$literalExpectation("-9b5", false);
16098
- const peg$c1697 = "m9M7";
16099
- const peg$c1698 = peg$literalExpectation("m9M7", false);
16100
- const peg$c1699 = "maj9";
16101
- const peg$c1700 = peg$literalExpectation("maj9", false);
16102
- const peg$c1701 = "ma11";
16103
- const peg$c1702 = peg$literalExpectation("ma11", false);
16104
- const peg$c1703 = "11#7";
16105
- const peg$c1704 = peg$literalExpectation("11#7", false);
16106
- const peg$c1705 = "11+7";
16107
- const peg$c1706 = peg$literalExpectation("11+7", false);
16108
- const peg$c1707 = "ma13";
16109
- const peg$c1708 = peg$literalExpectation("ma13", false);
16110
- const peg$c1709 = "ma69";
16111
- const peg$c1710 = peg$literalExpectation("ma69", false);
16112
- const peg$c1711 = "Maj7";
16113
- const peg$c1712 = peg$literalExpectation("Maj7", false);
16114
- const peg$c1713 = "maj7";
16115
- const peg$c1714 = peg$literalExpectation("maj7", false);
16116
- const peg$c1715 = "+7#5";
16117
- const peg$c1716 = peg$literalExpectation("+7#5", false);
16118
- const peg$c1717 = "M7+5";
16119
- const peg$c1718 = peg$literalExpectation("M7+5", false);
16120
- const peg$c1719 = "+7#9";
16121
- const peg$c1720 = peg$literalExpectation("+7#9", false);
16122
- const peg$c1721 = "M7+9";
16123
- const peg$c1722 = peg$literalExpectation("M7+9", false);
16124
- const peg$c1723 = "+7b5";
16125
- const peg$c1724 = peg$literalExpectation("+7b5", false);
16126
- const peg$c1725 = "M7-5";
16127
- const peg$c1726 = peg$literalExpectation("M7-5", false);
16128
- const peg$c1727 = "+7b9";
16129
- const peg$c1728 = peg$literalExpectation("+7b9", false);
16130
- const peg$c1729 = "M7-9";
16131
- const peg$c1730 = peg$literalExpectation("M7-9", false);
16132
- const peg$c1731 = "+9#5";
16133
- const peg$c1732 = peg$literalExpectation("+9#5", false);
16134
- const peg$c1733 = "M9+5";
16135
- const peg$c1734 = peg$literalExpectation("M9+5", false);
16136
- const peg$c1735 = "+9b5";
16137
- const peg$c1736 = peg$literalExpectation("+9b5", false);
16138
- const peg$c1737 = "M9-5";
16139
- const peg$c1738 = peg$literalExpectation("M9-5", false);
16140
- const peg$c1739 = "sus4";
16141
- const peg$c1740 = peg$literalExpectation("sus4", false);
16142
- const peg$c1741 = "(2)";
16143
- const peg$c1742 = peg$literalExpectation("(2)", false);
16144
- const peg$c1743 = "(4)";
16145
- const peg$c1744 = peg$literalExpectation("(4)", false);
16146
- const peg$c1745 = "(6)";
16147
- const peg$c1746 = peg$literalExpectation("(6)", false);
16148
- const peg$c1747 = "(7)";
16149
- const peg$c1748 = peg$literalExpectation("(7)", false);
16150
- const peg$c1749 = "(9)";
16151
- const peg$c1750 = peg$literalExpectation("(9)", false);
16152
- const peg$c1751 = "maj";
16153
- const peg$c1752 = peg$literalExpectation("maj", false);
16154
- const peg$c1753 = "aug";
16155
- const peg$c1754 = peg$literalExpectation("aug", false);
16156
- const peg$c1755 = "2+4";
16157
- const peg$c1756 = peg$literalExpectation("2+4", false);
16158
- const peg$c1757 = "2#4";
16159
- const peg$c1758 = peg$literalExpectation("2#4", false);
16160
- const peg$c1759 = "no3";
16161
- const peg$c1760 = peg$literalExpectation("no3", false);
16162
- const peg$c1761 = "7#5";
16163
- const peg$c1762 = peg$literalExpectation("7#5", false);
16164
- const peg$c1763 = "7+5";
16165
- const peg$c1764 = peg$literalExpectation("7+5", false);
16166
- const peg$c1765 = "7#9";
16167
- const peg$c1766 = peg$literalExpectation("7#9", false);
16168
- const peg$c1767 = "7+9";
16169
- const peg$c1768 = peg$literalExpectation("7+9", false);
16170
- const peg$c1769 = "7b5";
16171
- const peg$c1770 = peg$literalExpectation("7b5", false);
16172
- const peg$c1771 = "7-5";
16173
- const peg$c1772 = peg$literalExpectation("7-5", false);
16174
- const peg$c1773 = "7b9";
16175
- const peg$c1774 = peg$literalExpectation("7b9", false);
16176
- const peg$c1775 = "7-9";
16177
- const peg$c1776 = peg$literalExpectation("7-9", false);
16178
- const peg$c1777 = "9#5";
16179
- const peg$c1778 = peg$literalExpectation("9#5", false);
16180
- const peg$c1779 = "9+5";
16181
- const peg$c1780 = peg$literalExpectation("9+5", false);
16182
- const peg$c1781 = "9b5";
16183
- const peg$c1782 = peg$literalExpectation("9b5", false);
16184
- const peg$c1783 = "9-5";
16185
- const peg$c1784 = peg$literalExpectation("9-5", false);
16186
- const peg$c1785 = "dim";
16187
- const peg$c1786 = peg$literalExpectation("dim", false);
16188
- const peg$c1787 = "mb5";
16189
- const peg$c1788 = peg$literalExpectation("mb5", false);
16190
- const peg$c1789 = "m-5";
16191
- const peg$c1790 = peg$literalExpectation("m-5", false);
16192
- const peg$c1791 = "-b5";
16193
- const peg$c1792 = peg$literalExpectation("-b5", false);
16194
- const peg$c1793 = "min";
16195
- const peg$c1794 = peg$literalExpectation("min", false);
16196
- const peg$c1795 = "mM7";
16197
- const peg$c1796 = peg$literalExpectation("mM7", false);
16198
- const peg$c1797 = "m+7";
16199
- const peg$c1798 = peg$literalExpectation("m+7", false);
16200
- const peg$c1799 = "mM9";
16201
- const peg$c1800 = peg$literalExpectation("mM9", false);
16202
- const peg$c1801 = "m+9";
16203
- const peg$c1802 = peg$literalExpectation("m+9", false);
16204
- const peg$c1803 = "m11";
16205
- const peg$c1804 = peg$literalExpectation("m11", false);
16206
- const peg$c1805 = "-11";
16207
- const peg$c1806 = peg$literalExpectation("-11", false);
16208
- const peg$c1807 = "m13";
16209
- const peg$c1808 = peg$literalExpectation("m13", false);
16210
- const peg$c1809 = "-13";
16211
- const peg$c1810 = peg$literalExpectation("-13", false);
16212
- const peg$c1811 = "mi2";
16213
- const peg$c1812 = peg$literalExpectation("mi2", false);
16214
- const peg$c1813 = "mi6";
16215
- const peg$c1814 = peg$literalExpectation("mi6", false);
16216
- const peg$c1815 = "m69";
16217
- const peg$c1816 = peg$literalExpectation("m69", false);
16218
- const peg$c1817 = "mi7";
16219
- const peg$c1818 = peg$literalExpectation("mi7", false);
16220
- const peg$c1819 = "m74";
16221
- const peg$c1820 = peg$literalExpectation("m74", false);
16222
- const peg$c1821 = "mi9";
16223
- const peg$c1822 = peg$literalExpectation("mi9", false);
16224
- const peg$c1823 = "ma9";
16225
- const peg$c1824 = peg$literalExpectation("ma9", false);
16226
- const peg$c1825 = "+11";
16227
- const peg$c1826 = peg$literalExpectation("+11", false);
16228
- const peg$c1827 = "M11";
16229
- const peg$c1828 = peg$literalExpectation("M11", false);
16230
- const peg$c1829 = "+13";
16231
- const peg$c1830 = peg$literalExpectation("+13", false);
16232
- const peg$c1831 = "M13";
16233
- const peg$c1832 = peg$literalExpectation("M13", false);
16234
- const peg$c1833 = "ma6";
16235
- const peg$c1834 = peg$literalExpectation("ma6", false);
16236
- const peg$c1835 = "ma7";
16237
- const peg$c1836 = peg$literalExpectation("ma7", false);
16238
- const peg$c1837 = "sus";
16239
- const peg$c1838 = peg$literalExpectation("sus", false);
16240
- const peg$c1839 = "#4";
16241
- const peg$c1840 = peg$literalExpectation("#4", false);
16242
- const peg$c1841 = "+4";
16243
- const peg$c1842 = peg$literalExpectation("+4", false);
16244
- const peg$c1843 = "-5";
16245
- const peg$c1844 = peg$literalExpectation("-5", false);
16246
- const peg$c1845 = "b5";
16247
- const peg$c1846 = peg$literalExpectation("b5", false);
16248
- const peg$c1847 = "ma";
16249
- const peg$c1848 = peg$literalExpectation("ma", false);
16250
- const peg$c1849 = "Ma";
16251
- const peg$c1850 = peg$literalExpectation("Ma", false);
16252
- const peg$c1851 = "#5";
16253
- const peg$c1852 = peg$literalExpectation("#5", false);
16254
- const peg$c1853 = "+5";
16255
- const peg$c1854 = peg$literalExpectation("+5", false);
16256
- const peg$c1855 = "11";
16257
- const peg$c1856 = peg$literalExpectation("11", false);
16258
- const peg$c1857 = "13";
16259
- const peg$c1858 = peg$literalExpectation("13", false);
16260
- const peg$c1859 = "42";
16261
- const peg$c1860 = peg$literalExpectation("42", false);
16262
- const peg$c1861 = "69";
16263
- const peg$c1862 = peg$literalExpectation("69", false);
16264
- const peg$c1863 = "x7";
16265
- const peg$c1864 = peg$literalExpectation("x7", false);
16266
- const peg$c1865 = "x9";
16267
- const peg$c1866 = peg$literalExpectation("x9", false);
16268
- const peg$c1867 = "o7";
16269
- const peg$c1868 = peg$literalExpectation("o7", false);
16270
- const peg$c1869 = peg$literalExpectation("mi", false);
16271
- const peg$c1870 = "m2";
16272
- const peg$c1871 = peg$literalExpectation("m2", false);
16273
- const peg$c1872 = "m4";
16274
- const peg$c1873 = peg$literalExpectation("m4", false);
16275
- const peg$c1874 = "m6";
16276
- const peg$c1875 = peg$literalExpectation("m6", false);
16277
- const peg$c1876 = "-6";
16278
- const peg$c1877 = peg$literalExpectation("-6", false);
16279
- const peg$c1878 = "m7";
16280
- const peg$c1879 = peg$literalExpectation("m7", false);
16281
- const peg$c1880 = "-7";
16282
- const peg$c1881 = peg$literalExpectation("-7", false);
16283
- const peg$c1882 = "m9";
16284
- const peg$c1883 = peg$literalExpectation("m9", false);
16285
- const peg$c1884 = "-9";
16286
- const peg$c1885 = peg$literalExpectation("-9", false);
16287
- const peg$c1886 = "+7";
16288
- const peg$c1887 = peg$literalExpectation("+7", false);
16289
- const peg$c1888 = "#7";
16290
- const peg$c1889 = peg$literalExpectation("#7", false);
16291
- const peg$c1890 = "M7";
16292
- const peg$c1891 = peg$literalExpectation("M7", false);
16293
- const peg$c1892 = "+9";
16294
- const peg$c1893 = peg$literalExpectation("+9", false);
16295
- const peg$c1894 = "M9";
16296
- const peg$c1895 = peg$literalExpectation("M9", false);
16297
- const peg$c1896 = /^[+\-24-79Mmx]/;
16298
- const peg$c1897 = peg$classExpectation([
15924
+ const peg$c1349 = "mmaj7";
15925
+ const peg$c1350 = peg$literalExpectation("mmaj7", false);
15926
+ const peg$c1351 = "m(M9)";
15927
+ const peg$c1352 = peg$literalExpectation("m(M9)", false);
15928
+ const peg$c1353 = "m(+9)";
15929
+ const peg$c1354 = peg$literalExpectation("m(+9)", false);
15930
+ const peg$c1355 = "min11";
15931
+ const peg$c1356 = peg$literalExpectation("min11", false);
15932
+ const peg$c1357 = "m11#5";
15933
+ const peg$c1358 = peg$literalExpectation("m11#5", false);
15934
+ const peg$c1359 = "m11+5";
15935
+ const peg$c1360 = peg$literalExpectation("m11+5", false);
15936
+ const peg$c1361 = "-11#5";
15937
+ const peg$c1362 = peg$literalExpectation("-11#5", false);
15938
+ const peg$c1363 = "m11#9";
15939
+ const peg$c1364 = peg$literalExpectation("m11#9", false);
15940
+ const peg$c1365 = "m11+9";
15941
+ const peg$c1366 = peg$literalExpectation("m11+9", false);
15942
+ const peg$c1367 = "-11#9";
15943
+ const peg$c1368 = peg$literalExpectation("-11#9", false);
15944
+ const peg$c1369 = "-11+9";
15945
+ const peg$c1370 = peg$literalExpectation("-11+9", false);
15946
+ const peg$c1371 = "m11b5";
15947
+ const peg$c1372 = peg$literalExpectation("m11b5", false);
15948
+ const peg$c1373 = "m11-5";
15949
+ const peg$c1374 = peg$literalExpectation("m11-5", false);
15950
+ const peg$c1375 = "-11b5";
15951
+ const peg$c1376 = peg$literalExpectation("-11b5", false);
15952
+ const peg$c1377 = "m11b9";
15953
+ const peg$c1378 = peg$literalExpectation("m11b9", false);
15954
+ const peg$c1379 = "m11-9";
15955
+ const peg$c1380 = peg$literalExpectation("m11-9", false);
15956
+ const peg$c1381 = "-11b9";
15957
+ const peg$c1382 = peg$literalExpectation("-11b9", false);
15958
+ const peg$c1383 = "-11-9";
15959
+ const peg$c1384 = peg$literalExpectation("-11-9", false);
15960
+ const peg$c1385 = "min13";
15961
+ const peg$c1386 = peg$literalExpectation("min13", false);
15962
+ const peg$c1387 = "m13#5";
15963
+ const peg$c1388 = peg$literalExpectation("m13#5", false);
15964
+ const peg$c1389 = "m13+5";
15965
+ const peg$c1390 = peg$literalExpectation("m13+5", false);
15966
+ const peg$c1391 = "-13#5";
15967
+ const peg$c1392 = peg$literalExpectation("-13#5", false);
15968
+ const peg$c1393 = "m13#9";
15969
+ const peg$c1394 = peg$literalExpectation("m13#9", false);
15970
+ const peg$c1395 = "m13+9";
15971
+ const peg$c1396 = peg$literalExpectation("m13+9", false);
15972
+ const peg$c1397 = "-13#9";
15973
+ const peg$c1398 = peg$literalExpectation("-13#9", false);
15974
+ const peg$c1399 = "-13+9";
15975
+ const peg$c1400 = peg$literalExpectation("-13+9", false);
15976
+ const peg$c1401 = "m13b5";
15977
+ const peg$c1402 = peg$literalExpectation("m13b5", false);
15978
+ const peg$c1403 = "m13-5";
15979
+ const peg$c1404 = peg$literalExpectation("m13-5", false);
15980
+ const peg$c1405 = "-13b5";
15981
+ const peg$c1406 = peg$literalExpectation("-13b5", false);
15982
+ const peg$c1407 = "-13-5";
15983
+ const peg$c1408 = peg$literalExpectation("-13-5", false);
15984
+ const peg$c1409 = "m13b9";
15985
+ const peg$c1410 = peg$literalExpectation("m13b9", false);
15986
+ const peg$c1411 = "m13-9";
15987
+ const peg$c1412 = peg$literalExpectation("m13-9", false);
15988
+ const peg$c1413 = "madd2";
15989
+ const peg$c1414 = peg$literalExpectation("madd2", false);
15990
+ const peg$c1415 = "m6(9)";
15991
+ const peg$c1416 = peg$literalExpectation("m6(9)", false);
15992
+ const peg$c1417 = "m7#11";
15993
+ const peg$c1418 = peg$literalExpectation("m7#11", false);
15994
+ const peg$c1419 = "m7+11";
15995
+ const peg$c1420 = peg$literalExpectation("m7+11", false);
15996
+ const peg$c1421 = "-7#11";
15997
+ const peg$c1422 = peg$literalExpectation("-7#11", false);
15998
+ const peg$c1423 = "-7+11";
15999
+ const peg$c1424 = peg$literalExpectation("-7+11", false);
16000
+ const peg$c1425 = "m7(4)";
16001
+ const peg$c1426 = peg$literalExpectation("m7(4)", false);
16002
+ const peg$c1427 = "m7(6)";
16003
+ const peg$c1428 = peg$literalExpectation("m7(6)", false);
16004
+ const peg$c1429 = "m7b13";
16005
+ const peg$c1430 = peg$literalExpectation("m7b13", false);
16006
+ const peg$c1431 = "m7-13";
16007
+ const peg$c1432 = peg$literalExpectation("m7-13", false);
16008
+ const peg$c1433 = "-7b13";
16009
+ const peg$c1434 = peg$literalExpectation("-7b13", false);
16010
+ const peg$c1435 = "-7-13";
16011
+ const peg$c1436 = peg$literalExpectation("-7-13", false);
16012
+ const peg$c1437 = "m7sus";
16013
+ const peg$c1438 = peg$literalExpectation("m7sus", false);
16014
+ const peg$c1439 = "m9#11";
16015
+ const peg$c1440 = peg$literalExpectation("m9#11", false);
16016
+ const peg$c1441 = "m9+11";
16017
+ const peg$c1442 = peg$literalExpectation("m9+11", false);
16018
+ const peg$c1443 = "-9#11";
16019
+ const peg$c1444 = peg$literalExpectation("-9#11", false);
16020
+ const peg$c1445 = "-9+11";
16021
+ const peg$c1446 = peg$literalExpectation("-9+11", false);
16022
+ const peg$c1447 = "m9b13";
16023
+ const peg$c1448 = peg$literalExpectation("m9b13", false);
16024
+ const peg$c1449 = "m9-13";
16025
+ const peg$c1450 = peg$literalExpectation("m9-13", false);
16026
+ const peg$c1451 = "-9b13";
16027
+ const peg$c1452 = peg$literalExpectation("-9b13", false);
16028
+ const peg$c1453 = "-9-13";
16029
+ const peg$c1454 = peg$literalExpectation("-9-13", false);
16030
+ const peg$c1455 = "+11#5";
16031
+ const peg$c1456 = peg$literalExpectation("+11#5", false);
16032
+ const peg$c1457 = "M11+5";
16033
+ const peg$c1458 = peg$literalExpectation("M11+5", false);
16034
+ const peg$c1459 = "+11#9";
16035
+ const peg$c1460 = peg$literalExpectation("+11#9", false);
16036
+ const peg$c1461 = "M11+9";
16037
+ const peg$c1462 = peg$literalExpectation("M11+9", false);
16038
+ const peg$c1463 = "+11b5";
16039
+ const peg$c1464 = peg$literalExpectation("+11b5", false);
16040
+ const peg$c1465 = "M11-5";
16041
+ const peg$c1466 = peg$literalExpectation("M11-5", false);
16042
+ const peg$c1467 = "+11b9";
16043
+ const peg$c1468 = peg$literalExpectation("+11b9", false);
16044
+ const peg$c1469 = "+11-9";
16045
+ const peg$c1470 = peg$literalExpectation("+11-9", false);
16046
+ const peg$c1471 = "maj13";
16047
+ const peg$c1472 = peg$literalExpectation("maj13", false);
16048
+ const peg$c1473 = "Maj13";
16049
+ const peg$c1474 = peg$literalExpectation("Maj13", false);
16050
+ const peg$c1475 = "+13#5";
16051
+ const peg$c1476 = peg$literalExpectation("+13#5", false);
16052
+ const peg$c1477 = "M13+5";
16053
+ const peg$c1478 = peg$literalExpectation("M13+5", false);
16054
+ const peg$c1479 = "+13#9";
16055
+ const peg$c1480 = peg$literalExpectation("+13#9", false);
16056
+ const peg$c1481 = "+13+9";
16057
+ const peg$c1482 = peg$literalExpectation("+13+9", false);
16058
+ const peg$c1483 = "+13b5";
16059
+ const peg$c1484 = peg$literalExpectation("+13b5", false);
16060
+ const peg$c1485 = "M13-5";
16061
+ const peg$c1486 = peg$literalExpectation("M13-5", false);
16062
+ const peg$c1487 = "+13b9";
16063
+ const peg$c1488 = peg$literalExpectation("+13b9", false);
16064
+ const peg$c1489 = "M13-9";
16065
+ const peg$c1490 = peg$literalExpectation("M13-9", false);
16066
+ const peg$c1491 = "+7#11";
16067
+ const peg$c1492 = peg$literalExpectation("+7#11", false);
16068
+ const peg$c1493 = "M7+11";
16069
+ const peg$c1494 = peg$literalExpectation("M7+11", false);
16070
+ const peg$c1495 = "ma7#5";
16071
+ const peg$c1496 = peg$literalExpectation("ma7#5", false);
16072
+ const peg$c1497 = "ma7+5";
16073
+ const peg$c1498 = peg$literalExpectation("ma7+5", false);
16074
+ const peg$c1499 = "ma7#9";
16075
+ const peg$c1500 = peg$literalExpectation("ma7#9", false);
16076
+ const peg$c1501 = "ma7+9";
16077
+ const peg$c1502 = peg$literalExpectation("ma7+9", false);
16078
+ const peg$c1503 = "+7b13";
16079
+ const peg$c1504 = peg$literalExpectation("+7b13", false);
16080
+ const peg$c1505 = "M7-13";
16081
+ const peg$c1506 = peg$literalExpectation("M7-13", false);
16082
+ const peg$c1507 = "ma7b5";
16083
+ const peg$c1508 = peg$literalExpectation("ma7b5", false);
16084
+ const peg$c1509 = "ma7-5";
16085
+ const peg$c1510 = peg$literalExpectation("ma7-5", false);
16086
+ const peg$c1511 = "ma7b9";
16087
+ const peg$c1512 = peg$literalExpectation("ma7b9", false);
16088
+ const peg$c1513 = "ma7-9";
16089
+ const peg$c1514 = peg$literalExpectation("ma7-9", false);
16090
+ const peg$c1515 = "9(#7)";
16091
+ const peg$c1516 = peg$literalExpectation("9(#7)", false);
16092
+ const peg$c1517 = "+9#11";
16093
+ const peg$c1518 = peg$literalExpectation("+9#11", false);
16094
+ const peg$c1519 = "M9+11";
16095
+ const peg$c1520 = peg$literalExpectation("M9+11", false);
16096
+ const peg$c1521 = "ma9#5";
16097
+ const peg$c1522 = peg$literalExpectation("ma9#5", false);
16098
+ const peg$c1523 = "ma9+5";
16099
+ const peg$c1524 = peg$literalExpectation("ma9+5", false);
16100
+ const peg$c1525 = "+9b13";
16101
+ const peg$c1526 = peg$literalExpectation("+9b13", false);
16102
+ const peg$c1527 = "M9-13";
16103
+ const peg$c1528 = peg$literalExpectation("M9-13", false);
16104
+ const peg$c1529 = "ma9b5";
16105
+ const peg$c1530 = peg$literalExpectation("ma9b5", false);
16106
+ const peg$c1531 = "ma9-5";
16107
+ const peg$c1532 = peg$literalExpectation("ma9-5", false);
16108
+ const peg$c1533 = "(#4)";
16109
+ const peg$c1534 = peg$literalExpectation("(#4)", false);
16110
+ const peg$c1535 = "(+4)";
16111
+ const peg$c1536 = peg$literalExpectation("(+4)", false);
16112
+ const peg$c1537 = "(11)";
16113
+ const peg$c1538 = peg$literalExpectation("(11)", false);
16114
+ const peg$c1539 = "(13)";
16115
+ const peg$c1540 = peg$literalExpectation("(13)", false);
16116
+ const peg$c1541 = "add2";
16117
+ const peg$c1542 = peg$literalExpectation("add2", false);
16118
+ const peg$c1543 = "add4";
16119
+ const peg$c1544 = peg$literalExpectation("add4", false);
16120
+ const peg$c1545 = "add6";
16121
+ const peg$c1546 = peg$literalExpectation("add6", false);
16122
+ const peg$c1547 = "add9";
16123
+ const peg$c1548 = peg$literalExpectation("add9", false);
16124
+ const peg$c1549 = "(b5)";
16125
+ const peg$c1550 = peg$literalExpectation("(b5)", false);
16126
+ const peg$c1551 = "(-5)";
16127
+ const peg$c1552 = peg$literalExpectation("(-5)", false);
16128
+ const peg$c1553 = "2(6)";
16129
+ const peg$c1554 = peg$literalExpectation("2(6)", false);
16130
+ const peg$c1555 = "(b6)";
16131
+ const peg$c1556 = peg$literalExpectation("(b6)", false);
16132
+ const peg$c1557 = "unis";
16133
+ const peg$c1558 = peg$literalExpectation("unis", false);
16134
+ const peg$c1559 = "Majj";
16135
+ const peg$c1560 = peg$literalExpectation("Majj", false);
16136
+ const peg$c1561 = "(#5)";
16137
+ const peg$c1562 = peg$literalExpectation("(#5)", false);
16138
+ const peg$c1563 = "(+5)";
16139
+ const peg$c1564 = peg$literalExpectation("(+5)", false);
16140
+ const peg$c1565 = "11#5";
16141
+ const peg$c1566 = peg$literalExpectation("11#5", false);
16142
+ const peg$c1567 = "11+5";
16143
+ const peg$c1568 = peg$literalExpectation("11+5", false);
16144
+ const peg$c1569 = "11#9";
16145
+ const peg$c1570 = peg$literalExpectation("11#9", false);
16146
+ const peg$c1571 = "11+9";
16147
+ const peg$c1572 = peg$literalExpectation("11+9", false);
16148
+ const peg$c1573 = "11b5";
16149
+ const peg$c1574 = peg$literalExpectation("11b5", false);
16150
+ const peg$c1575 = "11-5";
16151
+ const peg$c1576 = peg$literalExpectation("11-5", false);
16152
+ const peg$c1577 = "11b9";
16153
+ const peg$c1578 = peg$literalExpectation("11b9", false);
16154
+ const peg$c1579 = "11-9";
16155
+ const peg$c1580 = peg$literalExpectation("11-9", false);
16156
+ const peg$c1581 = "13#5";
16157
+ const peg$c1582 = peg$literalExpectation("13#5", false);
16158
+ const peg$c1583 = "13+5";
16159
+ const peg$c1584 = peg$literalExpectation("13+5", false);
16160
+ const peg$c1585 = "13#9";
16161
+ const peg$c1586 = peg$literalExpectation("13#9", false);
16162
+ const peg$c1587 = "13+9";
16163
+ const peg$c1588 = peg$literalExpectation("13+9", false);
16164
+ const peg$c1589 = "13b5";
16165
+ const peg$c1590 = peg$literalExpectation("13b5", false);
16166
+ const peg$c1591 = "13-5";
16167
+ const peg$c1592 = peg$literalExpectation("13-5", false);
16168
+ const peg$c1593 = "13b9";
16169
+ const peg$c1594 = peg$literalExpectation("13b9", false);
16170
+ const peg$c1595 = "13-9";
16171
+ const peg$c1596 = peg$literalExpectation("13-9", false);
16172
+ const peg$c1597 = "sus2";
16173
+ const peg$c1598 = peg$literalExpectation("sus2", false);
16174
+ const peg$c1599 = "2(4)";
16175
+ const peg$c1600 = peg$literalExpectation("2(4)", false);
16176
+ const peg$c1601 = "4(2)";
16177
+ const peg$c1602 = peg$literalExpectation("4(2)", false);
16178
+ const peg$c1603 = "6(2)";
16179
+ const peg$c1604 = peg$literalExpectation("6(2)", false);
16180
+ const peg$c1605 = "6(9)";
16181
+ const peg$c1606 = peg$literalExpectation("6(9)", false);
16182
+ const peg$c1607 = "dom7";
16183
+ const peg$c1608 = peg$literalExpectation("dom7", false);
16184
+ const peg$c1609 = "7#11";
16185
+ const peg$c1610 = peg$literalExpectation("7#11", false);
16186
+ const peg$c1611 = "7+11";
16187
+ const peg$c1612 = peg$literalExpectation("7+11", false);
16188
+ const peg$c1613 = "aug7";
16189
+ const peg$c1614 = peg$literalExpectation("aug7", false);
16190
+ const peg$c1615 = "7(6)";
16191
+ const peg$c1616 = peg$literalExpectation("7(6)", false);
16192
+ const peg$c1617 = "7b13";
16193
+ const peg$c1618 = peg$literalExpectation("7b13", false);
16194
+ const peg$c1619 = "7-13";
16195
+ const peg$c1620 = peg$literalExpectation("7-13", false);
16196
+ const peg$c1621 = "7sus";
16197
+ const peg$c1622 = peg$literalExpectation("7sus", false);
16198
+ const peg$c1623 = "dom9";
16199
+ const peg$c1624 = peg$literalExpectation("dom9", false);
16200
+ const peg$c1625 = "9#11";
16201
+ const peg$c1626 = peg$literalExpectation("9#11", false);
16202
+ const peg$c1627 = "9+11";
16203
+ const peg$c1628 = peg$literalExpectation("9+11", false);
16204
+ const peg$c1629 = "aug9";
16205
+ const peg$c1630 = peg$literalExpectation("aug9", false);
16206
+ const peg$c1631 = "9b13";
16207
+ const peg$c1632 = peg$literalExpectation("9b13", false);
16208
+ const peg$c1633 = "9-13";
16209
+ const peg$c1634 = peg$literalExpectation("9-13", false);
16210
+ const peg$c1635 = "9aug";
16211
+ const peg$c1636 = peg$literalExpectation("9aug", false);
16212
+ const peg$c1637 = "9sus";
16213
+ const peg$c1638 = peg$literalExpectation("9sus", false);
16214
+ const peg$c1639 = "dim7";
16215
+ const peg$c1640 = peg$literalExpectation("dim7", false);
16216
+ const peg$c1641 = "m(4)";
16217
+ const peg$c1642 = peg$literalExpectation("m(4)", false);
16218
+ const peg$c1643 = "m(9)";
16219
+ const peg$c1644 = peg$literalExpectation("m(9)", false);
16220
+ const peg$c1645 = "mi11";
16221
+ const peg$c1646 = peg$literalExpectation("mi11", false);
16222
+ const peg$c1647 = "m9+5";
16223
+ const peg$c1648 = peg$literalExpectation("m9+5", false);
16224
+ const peg$c1649 = "-9-5";
16225
+ const peg$c1650 = peg$literalExpectation("-9-5", false);
16226
+ const peg$c1651 = "mi13";
16227
+ const peg$c1652 = peg$literalExpectation("mi13", false);
16228
+ const peg$c1653 = "min2";
16229
+ const peg$c1654 = peg$literalExpectation("min2", false);
16230
+ const peg$c1655 = "min6";
16231
+ const peg$c1656 = peg$literalExpectation("min6", false);
16232
+ const peg$c1657 = "m6M7";
16233
+ const peg$c1658 = peg$literalExpectation("m6M7", false);
16234
+ const peg$c1659 = "m6+7";
16235
+ const peg$c1660 = peg$literalExpectation("m6+7", false);
16236
+ const peg$c1661 = "min7";
16237
+ const peg$c1662 = peg$literalExpectation("min7", false);
16238
+ const peg$c1663 = "m7#5";
16239
+ const peg$c1664 = peg$literalExpectation("m7#5", false);
16240
+ const peg$c1665 = "m7+5";
16241
+ const peg$c1666 = peg$literalExpectation("m7+5", false);
16242
+ const peg$c1667 = "-7#5";
16243
+ const peg$c1668 = peg$literalExpectation("-7#5", false);
16244
+ const peg$c1669 = "m7#9";
16245
+ const peg$c1670 = peg$literalExpectation("m7#9", false);
16246
+ const peg$c1671 = "m7+9";
16247
+ const peg$c1672 = peg$literalExpectation("m7+9", false);
16248
+ const peg$c1673 = "-7#9";
16249
+ const peg$c1674 = peg$literalExpectation("-7#9", false);
16250
+ const peg$c1675 = "m7b5";
16251
+ const peg$c1676 = peg$literalExpectation("m7b5", false);
16252
+ const peg$c1677 = "m7-5";
16253
+ const peg$c1678 = peg$literalExpectation("m7-5", false);
16254
+ const peg$c1679 = "-7b5";
16255
+ const peg$c1680 = peg$literalExpectation("-7b5", false);
16256
+ const peg$c1681 = "m7b9";
16257
+ const peg$c1682 = peg$literalExpectation("m7b9", false);
16258
+ const peg$c1683 = "m7-9";
16259
+ const peg$c1684 = peg$literalExpectation("m7-9", false);
16260
+ const peg$c1685 = "-7b9";
16261
+ const peg$c1686 = peg$literalExpectation("-7b9", false);
16262
+ const peg$c1687 = "min9";
16263
+ const peg$c1688 = peg$literalExpectation("min9", false);
16264
+ const peg$c1689 = "m9#5";
16265
+ const peg$c1690 = peg$literalExpectation("m9#5", false);
16266
+ const peg$c1691 = "-9#5";
16267
+ const peg$c1692 = peg$literalExpectation("-9#5", false);
16268
+ const peg$c1693 = "m9b5";
16269
+ const peg$c1694 = peg$literalExpectation("m9b5", false);
16270
+ const peg$c1695 = "m9-5";
16271
+ const peg$c1696 = peg$literalExpectation("m9-5", false);
16272
+ const peg$c1697 = "-9b5";
16273
+ const peg$c1698 = peg$literalExpectation("-9b5", false);
16274
+ const peg$c1699 = "m9M7";
16275
+ const peg$c1700 = peg$literalExpectation("m9M7", false);
16276
+ const peg$c1701 = "maj9";
16277
+ const peg$c1702 = peg$literalExpectation("maj9", false);
16278
+ const peg$c1703 = "ma11";
16279
+ const peg$c1704 = peg$literalExpectation("ma11", false);
16280
+ const peg$c1705 = "11#7";
16281
+ const peg$c1706 = peg$literalExpectation("11#7", false);
16282
+ const peg$c1707 = "11+7";
16283
+ const peg$c1708 = peg$literalExpectation("11+7", false);
16284
+ const peg$c1709 = "ma13";
16285
+ const peg$c1710 = peg$literalExpectation("ma13", false);
16286
+ const peg$c1711 = "ma69";
16287
+ const peg$c1712 = peg$literalExpectation("ma69", false);
16288
+ const peg$c1713 = "Maj7";
16289
+ const peg$c1714 = peg$literalExpectation("Maj7", false);
16290
+ const peg$c1715 = "maj7";
16291
+ const peg$c1716 = peg$literalExpectation("maj7", false);
16292
+ const peg$c1717 = "+7#5";
16293
+ const peg$c1718 = peg$literalExpectation("+7#5", false);
16294
+ const peg$c1719 = "M7+5";
16295
+ const peg$c1720 = peg$literalExpectation("M7+5", false);
16296
+ const peg$c1721 = "+7#9";
16297
+ const peg$c1722 = peg$literalExpectation("+7#9", false);
16298
+ const peg$c1723 = "M7+9";
16299
+ const peg$c1724 = peg$literalExpectation("M7+9", false);
16300
+ const peg$c1725 = "+7b5";
16301
+ const peg$c1726 = peg$literalExpectation("+7b5", false);
16302
+ const peg$c1727 = "M7-5";
16303
+ const peg$c1728 = peg$literalExpectation("M7-5", false);
16304
+ const peg$c1729 = "+7b9";
16305
+ const peg$c1730 = peg$literalExpectation("+7b9", false);
16306
+ const peg$c1731 = "M7-9";
16307
+ const peg$c1732 = peg$literalExpectation("M7-9", false);
16308
+ const peg$c1733 = "+9#5";
16309
+ const peg$c1734 = peg$literalExpectation("+9#5", false);
16310
+ const peg$c1735 = "M9+5";
16311
+ const peg$c1736 = peg$literalExpectation("M9+5", false);
16312
+ const peg$c1737 = "+9b5";
16313
+ const peg$c1738 = peg$literalExpectation("+9b5", false);
16314
+ const peg$c1739 = "M9-5";
16315
+ const peg$c1740 = peg$literalExpectation("M9-5", false);
16316
+ const peg$c1741 = "sus4";
16317
+ const peg$c1742 = peg$literalExpectation("sus4", false);
16318
+ const peg$c1743 = "(2)";
16319
+ const peg$c1744 = peg$literalExpectation("(2)", false);
16320
+ const peg$c1745 = "(4)";
16321
+ const peg$c1746 = peg$literalExpectation("(4)", false);
16322
+ const peg$c1747 = "(6)";
16323
+ const peg$c1748 = peg$literalExpectation("(6)", false);
16324
+ const peg$c1749 = "(7)";
16325
+ const peg$c1750 = peg$literalExpectation("(7)", false);
16326
+ const peg$c1751 = "(9)";
16327
+ const peg$c1752 = peg$literalExpectation("(9)", false);
16328
+ const peg$c1753 = "maj";
16329
+ const peg$c1754 = peg$literalExpectation("maj", false);
16330
+ const peg$c1755 = "aug";
16331
+ const peg$c1756 = peg$literalExpectation("aug", false);
16332
+ const peg$c1757 = "2+4";
16333
+ const peg$c1758 = peg$literalExpectation("2+4", false);
16334
+ const peg$c1759 = "2#4";
16335
+ const peg$c1760 = peg$literalExpectation("2#4", false);
16336
+ const peg$c1761 = "no3";
16337
+ const peg$c1762 = peg$literalExpectation("no3", false);
16338
+ const peg$c1763 = "7#5";
16339
+ const peg$c1764 = peg$literalExpectation("7#5", false);
16340
+ const peg$c1765 = "7+5";
16341
+ const peg$c1766 = peg$literalExpectation("7+5", false);
16342
+ const peg$c1767 = "7#9";
16343
+ const peg$c1768 = peg$literalExpectation("7#9", false);
16344
+ const peg$c1769 = "7+9";
16345
+ const peg$c1770 = peg$literalExpectation("7+9", false);
16346
+ const peg$c1771 = "7b5";
16347
+ const peg$c1772 = peg$literalExpectation("7b5", false);
16348
+ const peg$c1773 = "7-5";
16349
+ const peg$c1774 = peg$literalExpectation("7-5", false);
16350
+ const peg$c1775 = "7b9";
16351
+ const peg$c1776 = peg$literalExpectation("7b9", false);
16352
+ const peg$c1777 = "7-9";
16353
+ const peg$c1778 = peg$literalExpectation("7-9", false);
16354
+ const peg$c1779 = "9#5";
16355
+ const peg$c1780 = peg$literalExpectation("9#5", false);
16356
+ const peg$c1781 = "9+5";
16357
+ const peg$c1782 = peg$literalExpectation("9+5", false);
16358
+ const peg$c1783 = "9b5";
16359
+ const peg$c1784 = peg$literalExpectation("9b5", false);
16360
+ const peg$c1785 = "9-5";
16361
+ const peg$c1786 = peg$literalExpectation("9-5", false);
16362
+ const peg$c1787 = "dim";
16363
+ const peg$c1788 = peg$literalExpectation("dim", false);
16364
+ const peg$c1789 = "mb5";
16365
+ const peg$c1790 = peg$literalExpectation("mb5", false);
16366
+ const peg$c1791 = "m-5";
16367
+ const peg$c1792 = peg$literalExpectation("m-5", false);
16368
+ const peg$c1793 = "-b5";
16369
+ const peg$c1794 = peg$literalExpectation("-b5", false);
16370
+ const peg$c1795 = "min";
16371
+ const peg$c1796 = peg$literalExpectation("min", false);
16372
+ const peg$c1797 = "mM7";
16373
+ const peg$c1798 = peg$literalExpectation("mM7", false);
16374
+ const peg$c1799 = "m+7";
16375
+ const peg$c1800 = peg$literalExpectation("m+7", false);
16376
+ const peg$c1801 = "mM9";
16377
+ const peg$c1802 = peg$literalExpectation("mM9", false);
16378
+ const peg$c1803 = "m+9";
16379
+ const peg$c1804 = peg$literalExpectation("m+9", false);
16380
+ const peg$c1805 = "m11";
16381
+ const peg$c1806 = peg$literalExpectation("m11", false);
16382
+ const peg$c1807 = "-11";
16383
+ const peg$c1808 = peg$literalExpectation("-11", false);
16384
+ const peg$c1809 = "m13";
16385
+ const peg$c1810 = peg$literalExpectation("m13", false);
16386
+ const peg$c1811 = "-13";
16387
+ const peg$c1812 = peg$literalExpectation("-13", false);
16388
+ const peg$c1813 = "mi2";
16389
+ const peg$c1814 = peg$literalExpectation("mi2", false);
16390
+ const peg$c1815 = "mi6";
16391
+ const peg$c1816 = peg$literalExpectation("mi6", false);
16392
+ const peg$c1817 = "m69";
16393
+ const peg$c1818 = peg$literalExpectation("m69", false);
16394
+ const peg$c1819 = "mi7";
16395
+ const peg$c1820 = peg$literalExpectation("mi7", false);
16396
+ const peg$c1821 = "m74";
16397
+ const peg$c1822 = peg$literalExpectation("m74", false);
16398
+ const peg$c1823 = "mi9";
16399
+ const peg$c1824 = peg$literalExpectation("mi9", false);
16400
+ const peg$c1825 = "ma9";
16401
+ const peg$c1826 = peg$literalExpectation("ma9", false);
16402
+ const peg$c1827 = "+11";
16403
+ const peg$c1828 = peg$literalExpectation("+11", false);
16404
+ const peg$c1829 = "M11";
16405
+ const peg$c1830 = peg$literalExpectation("M11", false);
16406
+ const peg$c1831 = "+13";
16407
+ const peg$c1832 = peg$literalExpectation("+13", false);
16408
+ const peg$c1833 = "M13";
16409
+ const peg$c1834 = peg$literalExpectation("M13", false);
16410
+ const peg$c1835 = "ma6";
16411
+ const peg$c1836 = peg$literalExpectation("ma6", false);
16412
+ const peg$c1837 = "ma7";
16413
+ const peg$c1838 = peg$literalExpectation("ma7", false);
16414
+ const peg$c1839 = "sus";
16415
+ const peg$c1840 = peg$literalExpectation("sus", false);
16416
+ const peg$c1841 = "#4";
16417
+ const peg$c1842 = peg$literalExpectation("#4", false);
16418
+ const peg$c1843 = "+4";
16419
+ const peg$c1844 = peg$literalExpectation("+4", false);
16420
+ const peg$c1845 = "-5";
16421
+ const peg$c1846 = peg$literalExpectation("-5", false);
16422
+ const peg$c1847 = "b5";
16423
+ const peg$c1848 = peg$literalExpectation("b5", false);
16424
+ const peg$c1849 = "ma";
16425
+ const peg$c1850 = peg$literalExpectation("ma", false);
16426
+ const peg$c1851 = "Ma";
16427
+ const peg$c1852 = peg$literalExpectation("Ma", false);
16428
+ const peg$c1853 = "#5";
16429
+ const peg$c1854 = peg$literalExpectation("#5", false);
16430
+ const peg$c1855 = "+5";
16431
+ const peg$c1856 = peg$literalExpectation("+5", false);
16432
+ const peg$c1857 = "11";
16433
+ const peg$c1858 = peg$literalExpectation("11", false);
16434
+ const peg$c1859 = "13";
16435
+ const peg$c1860 = peg$literalExpectation("13", false);
16436
+ const peg$c1861 = "42";
16437
+ const peg$c1862 = peg$literalExpectation("42", false);
16438
+ const peg$c1863 = "69";
16439
+ const peg$c1864 = peg$literalExpectation("69", false);
16440
+ const peg$c1865 = "x7";
16441
+ const peg$c1866 = peg$literalExpectation("x7", false);
16442
+ const peg$c1867 = "x9";
16443
+ const peg$c1868 = peg$literalExpectation("x9", false);
16444
+ const peg$c1869 = "o7";
16445
+ const peg$c1870 = peg$literalExpectation("o7", false);
16446
+ const peg$c1871 = peg$literalExpectation("mi", false);
16447
+ const peg$c1872 = "m2";
16448
+ const peg$c1873 = peg$literalExpectation("m2", false);
16449
+ const peg$c1874 = "m4";
16450
+ const peg$c1875 = peg$literalExpectation("m4", false);
16451
+ const peg$c1876 = "m6";
16452
+ const peg$c1877 = peg$literalExpectation("m6", false);
16453
+ const peg$c1878 = "-6";
16454
+ const peg$c1879 = peg$literalExpectation("-6", false);
16455
+ const peg$c1880 = "m7";
16456
+ const peg$c1881 = peg$literalExpectation("m7", false);
16457
+ const peg$c1882 = "-7";
16458
+ const peg$c1883 = peg$literalExpectation("-7", false);
16459
+ const peg$c1884 = "m9";
16460
+ const peg$c1885 = peg$literalExpectation("m9", false);
16461
+ const peg$c1886 = "-9";
16462
+ const peg$c1887 = peg$literalExpectation("-9", false);
16463
+ const peg$c1888 = "+7";
16464
+ const peg$c1889 = peg$literalExpectation("+7", false);
16465
+ const peg$c1890 = "#7";
16466
+ const peg$c1891 = peg$literalExpectation("#7", false);
16467
+ const peg$c1892 = "M7";
16468
+ const peg$c1893 = peg$literalExpectation("M7", false);
16469
+ const peg$c1894 = "+9";
16470
+ const peg$c1895 = peg$literalExpectation("+9", false);
16471
+ const peg$c1896 = "M9";
16472
+ const peg$c1897 = peg$literalExpectation("M9", false);
16473
+ const peg$c1898 = /^[+\-24-79Mmx]/;
16474
+ const peg$c1899 = peg$classExpectation([
16299
16475
  "+",
16300
16476
  "-",
16301
16477
  "2",
@@ -16308,15 +16484,15 @@ function $6e190c231198785f$var$peg$parse(input, options) {
16308
16484
  "m",
16309
16485
  "x"
16310
16486
  ], false, false);
16311
- const peg$c1898 = /^[\n\r]/;
16312
- const peg$c1899 = peg$classExpectation([
16487
+ const peg$c1900 = /^[\n\r]/;
16488
+ const peg$c1901 = peg$classExpectation([
16313
16489
  "\n",
16314
16490
  "\r"
16315
16491
  ], false, false);
16316
- const peg$c1900 = "\n";
16317
- const peg$c1901 = peg$literalExpectation("\n", false);
16318
- const peg$c1902 = "\r";
16319
- const peg$c1903 = peg$literalExpectation("\r", false);
16492
+ const peg$c1902 = "\n";
16493
+ const peg$c1903 = peg$literalExpectation("\n", false);
16494
+ const peg$c1904 = "\r";
16495
+ const peg$c1905 = peg$literalExpectation("\r", false);
16320
16496
  let peg$currPos = 0;
16321
16497
  let peg$savedPos = 0;
16322
16498
  const peg$posDetailsCache = [
@@ -23685,20 +23861,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
23685
23861
  if (peg$silentFails === 0) peg$fail(peg$c1390);
23686
23862
  }
23687
23863
  if (s0 === peg$FAILED) {
23688
- if (input.substr(peg$currPos, 5) === peg$c1387) {
23689
- s0 = peg$c1387;
23864
+ if (input.substr(peg$currPos, 5) === peg$c1391) {
23865
+ s0 = peg$c1391;
23690
23866
  peg$currPos += 5;
23691
23867
  } else {
23692
23868
  s0 = peg$FAILED;
23693
- if (peg$silentFails === 0) peg$fail(peg$c1388);
23869
+ if (peg$silentFails === 0) peg$fail(peg$c1392);
23694
23870
  }
23695
23871
  if (s0 === peg$FAILED) {
23696
- if (input.substr(peg$currPos, 5) === peg$c1391) {
23697
- s0 = peg$c1391;
23872
+ if (input.substr(peg$currPos, 5) === peg$c1389) {
23873
+ s0 = peg$c1389;
23698
23874
  peg$currPos += 5;
23699
23875
  } else {
23700
23876
  s0 = peg$FAILED;
23701
- if (peg$silentFails === 0) peg$fail(peg$c1392);
23877
+ if (peg$silentFails === 0) peg$fail(peg$c1390);
23702
23878
  }
23703
23879
  if (s0 === peg$FAILED) {
23704
23880
  if (input.substr(peg$currPos, 5) === peg$c1393) {
@@ -23829,12 +24005,12 @@ function $6e190c231198785f$var$peg$parse(input, options) {
23829
24005
  if (peg$silentFails === 0) peg$fail(peg$c1424);
23830
24006
  }
23831
24007
  if (s0 === peg$FAILED) {
23832
- if (input.substr(peg$currPos, 5) === peg$c1423) {
23833
- s0 = peg$c1423;
24008
+ if (input.substr(peg$currPos, 5) === peg$c1425) {
24009
+ s0 = peg$c1425;
23834
24010
  peg$currPos += 5;
23835
24011
  } else {
23836
24012
  s0 = peg$FAILED;
23837
- if (peg$silentFails === 0) peg$fail(peg$c1424);
24013
+ if (peg$silentFails === 0) peg$fail(peg$c1426);
23838
24014
  }
23839
24015
  if (s0 === peg$FAILED) {
23840
24016
  if (input.substr(peg$currPos, 5) === peg$c1425) {
@@ -24363,9 +24539,9 @@ function $6e190c231198785f$var$peg$parse(input, options) {
24363
24539
  if (peg$silentFails === 0) peg$fail(peg$c1530);
24364
24540
  }
24365
24541
  if (s0 === peg$FAILED) {
24366
- if (input.substr(peg$currPos, 4) === peg$c1531) {
24542
+ if (input.substr(peg$currPos, 5) === peg$c1531) {
24367
24543
  s0 = peg$c1531;
24368
- peg$currPos += 4;
24544
+ peg$currPos += 5;
24369
24545
  } else {
24370
24546
  s0 = peg$FAILED;
24371
24547
  if (peg$silentFails === 0) peg$fail(peg$c1532);
@@ -24907,20 +25083,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
24907
25083
  if (peg$silentFails === 0) peg$fail(peg$c1666);
24908
25084
  }
24909
25085
  if (s0 === peg$FAILED) {
24910
- if (input.substr(peg$currPos, 4) === peg$c1663) {
24911
- s0 = peg$c1663;
25086
+ if (input.substr(peg$currPos, 4) === peg$c1667) {
25087
+ s0 = peg$c1667;
24912
25088
  peg$currPos += 4;
24913
25089
  } else {
24914
25090
  s0 = peg$FAILED;
24915
- if (peg$silentFails === 0) peg$fail(peg$c1664);
25091
+ if (peg$silentFails === 0) peg$fail(peg$c1668);
24916
25092
  }
24917
25093
  if (s0 === peg$FAILED) {
24918
- if (input.substr(peg$currPos, 4) === peg$c1667) {
24919
- s0 = peg$c1667;
25094
+ if (input.substr(peg$currPos, 4) === peg$c1665) {
25095
+ s0 = peg$c1665;
24920
25096
  peg$currPos += 4;
24921
25097
  } else {
24922
25098
  s0 = peg$FAILED;
24923
- if (peg$silentFails === 0) peg$fail(peg$c1668);
25099
+ if (peg$silentFails === 0) peg$fail(peg$c1666);
24924
25100
  }
24925
25101
  if (s0 === peg$FAILED) {
24926
25102
  if (input.substr(peg$currPos, 4) === peg$c1669) {
@@ -24939,20 +25115,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
24939
25115
  if (peg$silentFails === 0) peg$fail(peg$c1672);
24940
25116
  }
24941
25117
  if (s0 === peg$FAILED) {
24942
- if (input.substr(peg$currPos, 4) === peg$c1669) {
24943
- s0 = peg$c1669;
25118
+ if (input.substr(peg$currPos, 4) === peg$c1673) {
25119
+ s0 = peg$c1673;
24944
25120
  peg$currPos += 4;
24945
25121
  } else {
24946
25122
  s0 = peg$FAILED;
24947
- if (peg$silentFails === 0) peg$fail(peg$c1670);
25123
+ if (peg$silentFails === 0) peg$fail(peg$c1674);
24948
25124
  }
24949
25125
  if (s0 === peg$FAILED) {
24950
- if (input.substr(peg$currPos, 4) === peg$c1673) {
24951
- s0 = peg$c1673;
25126
+ if (input.substr(peg$currPos, 4) === peg$c1671) {
25127
+ s0 = peg$c1671;
24952
25128
  peg$currPos += 4;
24953
25129
  } else {
24954
25130
  s0 = peg$FAILED;
24955
- if (peg$silentFails === 0) peg$fail(peg$c1674);
25131
+ if (peg$silentFails === 0) peg$fail(peg$c1672);
24956
25132
  }
24957
25133
  if (s0 === peg$FAILED) {
24958
25134
  if (input.substr(peg$currPos, 4) === peg$c1675) {
@@ -24971,20 +25147,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
24971
25147
  if (peg$silentFails === 0) peg$fail(peg$c1678);
24972
25148
  }
24973
25149
  if (s0 === peg$FAILED) {
24974
- if (input.substr(peg$currPos, 4) === peg$c1675) {
24975
- s0 = peg$c1675;
25150
+ if (input.substr(peg$currPos, 4) === peg$c1679) {
25151
+ s0 = peg$c1679;
24976
25152
  peg$currPos += 4;
24977
25153
  } else {
24978
25154
  s0 = peg$FAILED;
24979
- if (peg$silentFails === 0) peg$fail(peg$c1676);
25155
+ if (peg$silentFails === 0) peg$fail(peg$c1680);
24980
25156
  }
24981
25157
  if (s0 === peg$FAILED) {
24982
- if (input.substr(peg$currPos, 4) === peg$c1679) {
24983
- s0 = peg$c1679;
25158
+ if (input.substr(peg$currPos, 4) === peg$c1677) {
25159
+ s0 = peg$c1677;
24984
25160
  peg$currPos += 4;
24985
25161
  } else {
24986
25162
  s0 = peg$FAILED;
24987
- if (peg$silentFails === 0) peg$fail(peg$c1680);
25163
+ if (peg$silentFails === 0) peg$fail(peg$c1678);
24988
25164
  }
24989
25165
  if (s0 === peg$FAILED) {
24990
25166
  if (input.substr(peg$currPos, 4) === peg$c1681) {
@@ -25003,20 +25179,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25003
25179
  if (peg$silentFails === 0) peg$fail(peg$c1684);
25004
25180
  }
25005
25181
  if (s0 === peg$FAILED) {
25006
- if (input.substr(peg$currPos, 4) === peg$c1681) {
25007
- s0 = peg$c1681;
25182
+ if (input.substr(peg$currPos, 4) === peg$c1685) {
25183
+ s0 = peg$c1685;
25008
25184
  peg$currPos += 4;
25009
25185
  } else {
25010
25186
  s0 = peg$FAILED;
25011
- if (peg$silentFails === 0) peg$fail(peg$c1682);
25187
+ if (peg$silentFails === 0) peg$fail(peg$c1686);
25012
25188
  }
25013
25189
  if (s0 === peg$FAILED) {
25014
- if (input.substr(peg$currPos, 4) === peg$c1685) {
25015
- s0 = peg$c1685;
25190
+ if (input.substr(peg$currPos, 4) === peg$c1683) {
25191
+ s0 = peg$c1683;
25016
25192
  peg$currPos += 4;
25017
25193
  } else {
25018
25194
  s0 = peg$FAILED;
25019
- if (peg$silentFails === 0) peg$fail(peg$c1686);
25195
+ if (peg$silentFails === 0) peg$fail(peg$c1684);
25020
25196
  }
25021
25197
  if (s0 === peg$FAILED) {
25022
25198
  if (input.substr(peg$currPos, 4) === peg$c1687) {
@@ -25129,36 +25305,36 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25129
25305
  }
25130
25306
  function peg$parseChordSuffix8() {
25131
25307
  let s0;
25132
- if (input.substr(peg$currPos, 4) === peg$c1645) {
25133
- s0 = peg$c1645;
25308
+ if (input.substr(peg$currPos, 4) === peg$c1689) {
25309
+ s0 = peg$c1689;
25134
25310
  peg$currPos += 4;
25135
25311
  } else {
25136
25312
  s0 = peg$FAILED;
25137
- if (peg$silentFails === 0) peg$fail(peg$c1646);
25313
+ if (peg$silentFails === 0) peg$fail(peg$c1690);
25138
25314
  }
25139
25315
  if (s0 === peg$FAILED) {
25140
- if (input.substr(peg$currPos, 4) === peg$c1689) {
25141
- s0 = peg$c1689;
25316
+ if (input.substr(peg$currPos, 4) === peg$c1647) {
25317
+ s0 = peg$c1647;
25142
25318
  peg$currPos += 4;
25143
25319
  } else {
25144
25320
  s0 = peg$FAILED;
25145
- if (peg$silentFails === 0) peg$fail(peg$c1690);
25321
+ if (peg$silentFails === 0) peg$fail(peg$c1648);
25146
25322
  }
25147
25323
  if (s0 === peg$FAILED) {
25148
- if (input.substr(peg$currPos, 4) === peg$c1645) {
25149
- s0 = peg$c1645;
25324
+ if (input.substr(peg$currPos, 4) === peg$c1691) {
25325
+ s0 = peg$c1691;
25150
25326
  peg$currPos += 4;
25151
25327
  } else {
25152
25328
  s0 = peg$FAILED;
25153
- if (peg$silentFails === 0) peg$fail(peg$c1646);
25329
+ if (peg$silentFails === 0) peg$fail(peg$c1692);
25154
25330
  }
25155
25331
  if (s0 === peg$FAILED) {
25156
- if (input.substr(peg$currPos, 4) === peg$c1691) {
25157
- s0 = peg$c1691;
25332
+ if (input.substr(peg$currPos, 4) === peg$c1647) {
25333
+ s0 = peg$c1647;
25158
25334
  peg$currPos += 4;
25159
25335
  } else {
25160
25336
  s0 = peg$FAILED;
25161
- if (peg$silentFails === 0) peg$fail(peg$c1692);
25337
+ if (peg$silentFails === 0) peg$fail(peg$c1648);
25162
25338
  }
25163
25339
  if (s0 === peg$FAILED) {
25164
25340
  if (input.substr(peg$currPos, 4) === peg$c1693) {
@@ -25177,20 +25353,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25177
25353
  if (peg$silentFails === 0) peg$fail(peg$c1696);
25178
25354
  }
25179
25355
  if (s0 === peg$FAILED) {
25180
- if (input.substr(peg$currPos, 4) === peg$c1647) {
25181
- s0 = peg$c1647;
25356
+ if (input.substr(peg$currPos, 4) === peg$c1697) {
25357
+ s0 = peg$c1697;
25182
25358
  peg$currPos += 4;
25183
25359
  } else {
25184
25360
  s0 = peg$FAILED;
25185
- if (peg$silentFails === 0) peg$fail(peg$c1648);
25361
+ if (peg$silentFails === 0) peg$fail(peg$c1698);
25186
25362
  }
25187
25363
  if (s0 === peg$FAILED) {
25188
- if (input.substr(peg$currPos, 4) === peg$c1697) {
25189
- s0 = peg$c1697;
25364
+ if (input.substr(peg$currPos, 4) === peg$c1649) {
25365
+ s0 = peg$c1649;
25190
25366
  peg$currPos += 4;
25191
25367
  } else {
25192
25368
  s0 = peg$FAILED;
25193
- if (peg$silentFails === 0) peg$fail(peg$c1698);
25369
+ if (peg$silentFails === 0) peg$fail(peg$c1650);
25194
25370
  }
25195
25371
  if (s0 === peg$FAILED) {
25196
25372
  if (input.substr(peg$currPos, 4) === peg$c1699) {
@@ -25225,28 +25401,28 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25225
25401
  if (peg$silentFails === 0) peg$fail(peg$c1706);
25226
25402
  }
25227
25403
  if (s0 === peg$FAILED) {
25228
- if (input.substr(peg$currPos, 4) === peg$c1701) {
25229
- s0 = peg$c1701;
25404
+ if (input.substr(peg$currPos, 4) === peg$c1707) {
25405
+ s0 = peg$c1707;
25230
25406
  peg$currPos += 4;
25231
25407
  } else {
25232
25408
  s0 = peg$FAILED;
25233
- if (peg$silentFails === 0) peg$fail(peg$c1702);
25409
+ if (peg$silentFails === 0) peg$fail(peg$c1708);
25234
25410
  }
25235
25411
  if (s0 === peg$FAILED) {
25236
- if (input.substr(peg$currPos, 4) === peg$c1707) {
25237
- s0 = peg$c1707;
25412
+ if (input.substr(peg$currPos, 4) === peg$c1703) {
25413
+ s0 = peg$c1703;
25238
25414
  peg$currPos += 4;
25239
25415
  } else {
25240
25416
  s0 = peg$FAILED;
25241
- if (peg$silentFails === 0) peg$fail(peg$c1708);
25417
+ if (peg$silentFails === 0) peg$fail(peg$c1704);
25242
25418
  }
25243
25419
  if (s0 === peg$FAILED) {
25244
- if (input.substr(peg$currPos, 4) === peg$c1707) {
25245
- s0 = peg$c1707;
25420
+ if (input.substr(peg$currPos, 4) === peg$c1709) {
25421
+ s0 = peg$c1709;
25246
25422
  peg$currPos += 4;
25247
25423
  } else {
25248
25424
  s0 = peg$FAILED;
25249
- if (peg$silentFails === 0) peg$fail(peg$c1708);
25425
+ if (peg$silentFails === 0) peg$fail(peg$c1710);
25250
25426
  }
25251
25427
  if (s0 === peg$FAILED) {
25252
25428
  if (input.substr(peg$currPos, 4) === peg$c1709) {
@@ -25337,20 +25513,20 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25337
25513
  if (peg$silentFails === 0) peg$fail(peg$c1730);
25338
25514
  }
25339
25515
  if (s0 === peg$FAILED) {
25340
- if (input.substr(peg$currPos, 4) === peg$c1699) {
25341
- s0 = peg$c1699;
25516
+ if (input.substr(peg$currPos, 4) === peg$c1731) {
25517
+ s0 = peg$c1731;
25342
25518
  peg$currPos += 4;
25343
25519
  } else {
25344
25520
  s0 = peg$FAILED;
25345
- if (peg$silentFails === 0) peg$fail(peg$c1700);
25521
+ if (peg$silentFails === 0) peg$fail(peg$c1732);
25346
25522
  }
25347
25523
  if (s0 === peg$FAILED) {
25348
- if (input.substr(peg$currPos, 4) === peg$c1731) {
25349
- s0 = peg$c1731;
25524
+ if (input.substr(peg$currPos, 4) === peg$c1701) {
25525
+ s0 = peg$c1701;
25350
25526
  peg$currPos += 4;
25351
25527
  } else {
25352
25528
  s0 = peg$FAILED;
25353
- if (peg$silentFails === 0) peg$fail(peg$c1732);
25529
+ if (peg$silentFails === 0) peg$fail(peg$c1702);
25354
25530
  }
25355
25531
  if (s0 === peg$FAILED) {
25356
25532
  if (input.substr(peg$currPos, 4) === peg$c1733) {
@@ -25385,9 +25561,9 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25385
25561
  if (peg$silentFails === 0) peg$fail(peg$c1740);
25386
25562
  }
25387
25563
  if (s0 === peg$FAILED) {
25388
- if (input.substr(peg$currPos, 3) === peg$c1741) {
25564
+ if (input.substr(peg$currPos, 4) === peg$c1741) {
25389
25565
  s0 = peg$c1741;
25390
- peg$currPos += 3;
25566
+ peg$currPos += 4;
25391
25567
  } else {
25392
25568
  s0 = peg$FAILED;
25393
25569
  if (peg$silentFails === 0) peg$fail(peg$c1742);
@@ -25769,33 +25945,33 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25769
25945
  if (peg$silentFails === 0) peg$fail(peg$c1836);
25770
25946
  }
25771
25947
  if (s0 === peg$FAILED) {
25772
- if (input.substr(peg$currPos, 3) === peg$c1823) {
25773
- s0 = peg$c1823;
25948
+ if (input.substr(peg$currPos, 3) === peg$c1837) {
25949
+ s0 = peg$c1837;
25774
25950
  peg$currPos += 3;
25775
25951
  } else {
25776
25952
  s0 = peg$FAILED;
25777
- if (peg$silentFails === 0) peg$fail(peg$c1824);
25953
+ if (peg$silentFails === 0) peg$fail(peg$c1838);
25778
25954
  }
25779
25955
  if (s0 === peg$FAILED) {
25780
- if (input.substr(peg$currPos, 3) === peg$c1823) {
25781
- s0 = peg$c1823;
25956
+ if (input.substr(peg$currPos, 3) === peg$c1825) {
25957
+ s0 = peg$c1825;
25782
25958
  peg$currPos += 3;
25783
25959
  } else {
25784
25960
  s0 = peg$FAILED;
25785
- if (peg$silentFails === 0) peg$fail(peg$c1824);
25961
+ if (peg$silentFails === 0) peg$fail(peg$c1826);
25786
25962
  }
25787
25963
  if (s0 === peg$FAILED) {
25788
- if (input.substr(peg$currPos, 3) === peg$c1837) {
25789
- s0 = peg$c1837;
25964
+ if (input.substr(peg$currPos, 3) === peg$c1825) {
25965
+ s0 = peg$c1825;
25790
25966
  peg$currPos += 3;
25791
25967
  } else {
25792
25968
  s0 = peg$FAILED;
25793
- if (peg$silentFails === 0) peg$fail(peg$c1838);
25969
+ if (peg$silentFails === 0) peg$fail(peg$c1826);
25794
25970
  }
25795
25971
  if (s0 === peg$FAILED) {
25796
- if (input.substr(peg$currPos, 2) === peg$c1839) {
25972
+ if (input.substr(peg$currPos, 3) === peg$c1839) {
25797
25973
  s0 = peg$c1839;
25798
- peg$currPos += 2;
25974
+ peg$currPos += 3;
25799
25975
  } else {
25800
25976
  s0 = peg$FAILED;
25801
25977
  if (peg$silentFails === 0) peg$fail(peg$c1840);
@@ -25873,12 +26049,12 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25873
26049
  if (peg$silentFails === 0) peg$fail(peg$c1858);
25874
26050
  }
25875
26051
  if (s0 === peg$FAILED) {
25876
- if (input.substr(peg$currPos, 2) === peg$c1857) {
25877
- s0 = peg$c1857;
26052
+ if (input.substr(peg$currPos, 2) === peg$c1859) {
26053
+ s0 = peg$c1859;
25878
26054
  peg$currPos += 2;
25879
26055
  } else {
25880
26056
  s0 = peg$FAILED;
25881
- if (peg$silentFails === 0) peg$fail(peg$c1858);
26057
+ if (peg$silentFails === 0) peg$fail(peg$c1860);
25882
26058
  }
25883
26059
  if (s0 === peg$FAILED) {
25884
26060
  if (input.substr(peg$currPos, 2) === peg$c1859) {
@@ -25921,12 +26097,12 @@ function $6e190c231198785f$var$peg$parse(input, options) {
25921
26097
  if (peg$silentFails === 0) peg$fail(peg$c1868);
25922
26098
  }
25923
26099
  if (s0 === peg$FAILED) {
25924
- if (input.substr(peg$currPos, 2) === peg$c82) {
25925
- s0 = peg$c82;
26100
+ if (input.substr(peg$currPos, 2) === peg$c1869) {
26101
+ s0 = peg$c1869;
25926
26102
  peg$currPos += 2;
25927
26103
  } else {
25928
26104
  s0 = peg$FAILED;
25929
- if (peg$silentFails === 0) peg$fail(peg$c1869);
26105
+ if (peg$silentFails === 0) peg$fail(peg$c1870);
25930
26106
  }
25931
26107
  }
25932
26108
  }
@@ -26031,8 +26207,8 @@ function $6e190c231198785f$var$peg$parse(input, options) {
26031
26207
  }
26032
26208
  function peg$parseChordSuffix9() {
26033
26209
  let s0;
26034
- if (input.substr(peg$currPos, 2) === peg$c1870) {
26035
- s0 = peg$c1870;
26210
+ if (input.substr(peg$currPos, 2) === peg$c82) {
26211
+ s0 = peg$c82;
26036
26212
  peg$currPos += 2;
26037
26213
  } else {
26038
26214
  s0 = peg$FAILED;
@@ -26135,13 +26311,22 @@ function $6e190c231198785f$var$peg$parse(input, options) {
26135
26311
  if (peg$silentFails === 0) peg$fail(peg$c1895);
26136
26312
  }
26137
26313
  if (s0 === peg$FAILED) {
26138
- if (peg$c1896.test(input.charAt(peg$currPos))) {
26139
- s0 = input.charAt(peg$currPos);
26140
- peg$currPos++;
26314
+ if (input.substr(peg$currPos, 2) === peg$c1896) {
26315
+ s0 = peg$c1896;
26316
+ peg$currPos += 2;
26141
26317
  } else {
26142
26318
  s0 = peg$FAILED;
26143
26319
  if (peg$silentFails === 0) peg$fail(peg$c1897);
26144
26320
  }
26321
+ if (s0 === peg$FAILED) {
26322
+ if (peg$c1898.test(input.charAt(peg$currPos))) {
26323
+ s0 = input.charAt(peg$currPos);
26324
+ peg$currPos++;
26325
+ } else {
26326
+ s0 = peg$FAILED;
26327
+ if (peg$silentFails === 0) peg$fail(peg$c1899);
26328
+ }
26329
+ }
26145
26330
  }
26146
26331
  }
26147
26332
  }
@@ -26159,12 +26344,12 @@ function $6e190c231198785f$var$peg$parse(input, options) {
26159
26344
  }
26160
26345
  function peg$parseNewLine() {
26161
26346
  let s0;
26162
- if (peg$c1898.test(input.charAt(peg$currPos))) {
26347
+ if (peg$c1900.test(input.charAt(peg$currPos))) {
26163
26348
  s0 = input.charAt(peg$currPos);
26164
26349
  peg$currPos++;
26165
26350
  } else {
26166
26351
  s0 = peg$FAILED;
26167
- if (peg$silentFails === 0) peg$fail(peg$c1899);
26352
+ if (peg$silentFails === 0) peg$fail(peg$c1901);
26168
26353
  }
26169
26354
  if (s0 === peg$FAILED) s0 = peg$parseCarriageReturnLineFeed();
26170
26355
  return s0;
@@ -26194,22 +26379,22 @@ function $6e190c231198785f$var$peg$parse(input, options) {
26194
26379
  function peg$parseLineFeed() {
26195
26380
  let s0;
26196
26381
  if (input.charCodeAt(peg$currPos) === 10) {
26197
- s0 = peg$c1900;
26382
+ s0 = peg$c1902;
26198
26383
  peg$currPos++;
26199
26384
  } else {
26200
26385
  s0 = peg$FAILED;
26201
- if (peg$silentFails === 0) peg$fail(peg$c1901);
26386
+ if (peg$silentFails === 0) peg$fail(peg$c1903);
26202
26387
  }
26203
26388
  return s0;
26204
26389
  }
26205
26390
  function peg$parseCarriageReturn() {
26206
26391
  let s0;
26207
26392
  if (input.charCodeAt(peg$currPos) === 13) {
26208
- s0 = peg$c1902;
26393
+ s0 = peg$c1904;
26209
26394
  peg$currPos++;
26210
26395
  } else {
26211
26396
  s0 = peg$FAILED;
26212
- if (peg$silentFails === 0) peg$fail(peg$c1903);
26397
+ if (peg$silentFails === 0) peg$fail(peg$c1905);
26213
26398
  }
26214
26399
  return s0;
26215
26400
  }
@@ -27150,6 +27335,7 @@ class $0594288a7c3f9fa6$export$94eb343ca6d26096 {
27150
27335
  /**
27151
27336
  * Gets conditional CSS styles from font configuration
27152
27337
  */ getConditionalStyles(style) {
27338
+ const normalizedFontStyles = this.getNormalizedFontStyles(style);
27153
27339
  return {
27154
27340
  ...style.name && {
27155
27341
  fontFamily: style.name
@@ -27157,15 +27343,7 @@ class $0594288a7c3f9fa6$export$94eb343ca6d26096 {
27157
27343
  ...style.size && {
27158
27344
  fontSize: `${style.size}px`
27159
27345
  },
27160
- ...style.weight && {
27161
- fontWeight: style.weight
27162
- },
27163
- ...style.style && {
27164
- fontStyle: style.style
27165
- },
27166
- ...style.color && {
27167
- color: style.color
27168
- },
27346
+ ...normalizedFontStyles,
27169
27347
  ...style.underline && {
27170
27348
  textDecoration: 'underline'
27171
27349
  },
@@ -27213,6 +27391,7 @@ class $0594288a7c3f9fa6$export$94eb343ca6d26096 {
27213
27391
  /**
27214
27392
  * Applies font styles to an HTML element
27215
27393
  */ applyFontStyle(element, style) {
27394
+ const normalizedFontStyles = this.getNormalizedFontStyles(style);
27216
27395
  const styles = {
27217
27396
  whiteSpace: 'pre',
27218
27397
  ...style.name && {
@@ -27221,15 +27400,7 @@ class $0594288a7c3f9fa6$export$94eb343ca6d26096 {
27221
27400
  ...style.size && {
27222
27401
  fontSize: `${style.size}px`
27223
27402
  },
27224
- ...style.weight && {
27225
- fontWeight: style.weight
27226
- },
27227
- ...style.style && {
27228
- fontStyle: style.style
27229
- },
27230
- ...style.color && {
27231
- color: style.color
27232
- },
27403
+ ...normalizedFontStyles,
27233
27404
  ...style.underline && {
27234
27405
  textDecoration: 'underline'
27235
27406
  },
@@ -27259,6 +27430,27 @@ class $0594288a7c3f9fa6$export$94eb343ca6d26096 {
27259
27430
  */ getCustomClass(elementType) {
27260
27431
  return this.config.cssClasses?.[elementType];
27261
27432
  }
27433
+ getNormalizedFontStyles(style) {
27434
+ const fontWeight = style.weight ?? (style.style === 'bold' ? 'bold' : undefined);
27435
+ const fontStyle = style.style && style.style !== 'bold' ? style.style : undefined;
27436
+ const color = this.normalizeColor(style.color);
27437
+ return {
27438
+ ...fontWeight && {
27439
+ fontWeight: fontWeight
27440
+ },
27441
+ ...fontStyle && {
27442
+ fontStyle: fontStyle
27443
+ },
27444
+ ...color && {
27445
+ color: color
27446
+ }
27447
+ };
27448
+ }
27449
+ normalizeColor(color) {
27450
+ if (typeof color === 'number') return `rgb(${color}, ${color}, ${color})`;
27451
+ if (typeof color === 'string' && /^\d+$/.test(color)) return `rgb(${color}, ${color}, ${color})`;
27452
+ return color;
27453
+ }
27262
27454
  }
27263
27455
  var $0594288a7c3f9fa6$export$2e2bcd8739ae039 = $0594288a7c3f9fa6$export$94eb343ca6d26096;
27264
27456
 
@@ -27510,7 +27702,14 @@ class $2e404bc796b05dec$export$f1e5feaa438be04f {
27510
27702
  if (!contentItem.condition) return true;
27511
27703
  const { metadata: songMetadata, extraMetadata: extraMetadata } = this.context;
27512
27704
  const metadata = new Proxy({}, {
27513
- get: (_, prop)=>extraMetadata?.[prop] ?? songMetadata.get(prop)
27705
+ get: (_, prop)=>{
27706
+ const value = extraMetadata?.[prop] ?? songMetadata.get(prop);
27707
+ if ((prop === 'page' || prop === 'pages' || prop === 'renderTime') && typeof value === 'string') {
27708
+ const numericValue = Number(value);
27709
+ if (!Number.isNaN(numericValue)) return numericValue;
27710
+ }
27711
+ return value;
27712
+ }
27514
27713
  });
27515
27714
  return new (0, $bdd8c6196670168a$export$2e2bcd8739ae039)(contentItem.condition, metadata).evaluate();
27516
27715
  }
@@ -27524,15 +27723,18 @@ class $2e404bc796b05dec$export$f1e5feaa438be04f {
27524
27723
  this.backend.setFontStyle(style);
27525
27724
  const availableWidth = position.width || this.getAvailableWidth();
27526
27725
  const y = sectionY + position.y;
27527
- if (position.clip) this.renderClippedText(textValue, position, availableWidth, y, style);
27528
- else this.renderMultilineText(textValue, position, availableWidth, y, style);
27726
+ if (position.clip) this.renderClippedText(textValue, textItem, availableWidth, y, style);
27727
+ else this.renderMultilineText(textValue, textItem, availableWidth, y, style);
27529
27728
  }
27530
27729
  /**
27531
27730
  * Renders clipped text with optional ellipsis
27532
- */ renderClippedText(textValue, position, availableWidth, y, style) {
27731
+ */ renderClippedText(textValue, textItem, availableWidth, y, style) {
27732
+ const { position: position } = textItem;
27533
27733
  const clippedText = position.ellipsis ? this.clipTextWithEllipsis(textValue, availableWidth, style) : this.clipText(textValue, availableWidth, style);
27534
27734
  const textWidth = this.backend.getTextWidth(clippedText, style);
27535
- const x = this.calculateX(position.x, textWidth);
27735
+ const alignmentWidth = position.width ?? textWidth;
27736
+ this.backend.setTextItem?.(textItem);
27737
+ const x = this.calculateX(position.x, alignmentWidth, position.offsetX);
27536
27738
  this.backend.text(clippedText, x, y);
27537
27739
  }
27538
27740
  /**
@@ -27551,12 +27753,15 @@ class $2e404bc796b05dec$export$f1e5feaa438be04f {
27551
27753
  }
27552
27754
  /**
27553
27755
  * Renders multiline text
27554
- */ renderMultilineText(textValue, position, availableWidth, y, style) {
27756
+ */ renderMultilineText(textValue, textItem, availableWidth, y, style) {
27757
+ const { position: position } = textItem;
27555
27758
  const lines = this.backend.splitTextToSize(textValue, availableWidth, style);
27556
27759
  let tempY = y;
27557
27760
  lines.forEach((line)=>{
27558
27761
  const lineWidth = this.backend.getTextWidth(line, style);
27559
- const x = this.calculateX(position.x, lineWidth);
27762
+ const alignmentWidth = position.width ?? lineWidth;
27763
+ this.backend.setTextItem?.(textItem);
27764
+ const x = this.calculateX(position.x, alignmentWidth, position.offsetX);
27560
27765
  this.backend.text(line, x, tempY);
27561
27766
  tempY += style.size * (style.lineHeight ?? 1.2);
27562
27767
  });
@@ -27565,7 +27770,7 @@ class $2e404bc796b05dec$export$f1e5feaa438be04f {
27565
27770
  * Renders an image
27566
27771
  */ renderImage(imageItem, sectionY) {
27567
27772
  const { src: src, position: position, size: size, alias: alias, compression: compression, rotation: rotation } = imageItem;
27568
- const x = this.calculateX(position.x, size.width);
27773
+ const x = this.calculateX(position.x, size.width, position.offsetX);
27569
27774
  const y = sectionY + position.y;
27570
27775
  const format = src.split('.').pop()?.toUpperCase();
27571
27776
  this.backend.addImage(src, format, x, y, size.width, size.height, alias, compression, rotation);
@@ -27595,16 +27800,16 @@ class $2e404bc796b05dec$export$f1e5feaa438be04f {
27595
27800
  }
27596
27801
  /**
27597
27802
  * Calculates the X position based on alignment
27598
- */ calculateX(alignment, width = 0) {
27803
+ */ calculateX(alignment, width = 0, offsetX = 0) {
27599
27804
  switch(alignment){
27600
27805
  case 'center':
27601
- return this.backend.pageSize.width / 2 - width / 2;
27806
+ return this.backend.pageSize.width / 2 - width / 2 + offsetX;
27602
27807
  case 'right':
27603
- return this.backend.pageSize.width - this.context.margins.right - width;
27808
+ return this.backend.pageSize.width - this.context.margins.right - width + offsetX;
27604
27809
  case 'left':
27605
27810
  default:
27606
- if (typeof alignment === 'number') return this.context.margins.left + alignment;
27607
- return this.context.margins.left;
27811
+ if (typeof alignment === 'number') return this.context.margins.left + alignment + offsetX;
27812
+ return this.context.margins.left + offsetX;
27608
27813
  }
27609
27814
  }
27610
27815
  /**
@@ -27875,8 +28080,6 @@ var $2e404bc796b05dec$export$2e2bcd8739ae039 = $2e404bc796b05dec$export$f1e5feaa
27875
28080
  */ recordRenderingTime() {
27876
28081
  const endTime = performance.now();
27877
28082
  this.renderTime = (endTime - this.startTime) / 1000;
27878
- // eslint-disable-next-line no-console
27879
- console.log(`Rendered in ${this.renderTime.toFixed(2)} seconds`);
27880
28083
  }
27881
28084
  /**
27882
28085
  * Get the elements for a specific page
@@ -27993,7 +28196,7 @@ var $952711184d4e89d8$export$2e2bcd8739ae039 = $952711184d4e89d8$var$Renderer;
27993
28196
  /**
27994
28197
  * Creates a new HtmlRenderer
27995
28198
  */ constructor(song, container, configuration){
27996
- super(song), this._dimensions = null, this._dimensionCacheKey = null;
28199
+ super(song), this.currentLayoutFontStyle = null, this.currentLayoutSection = null, this.currentLayoutTextItem = null, this.currentLineStyle = null, this._dimensions = null, this._dimensionCacheKey = null;
27997
28200
  this.container = container;
27998
28201
  this.configuration = configuration;
27999
28202
  this.styler = new (0, $0594288a7c3f9fa6$export$2e2bcd8739ae039)({
@@ -28055,44 +28258,73 @@ var $952711184d4e89d8$export$2e2bcd8739ae039 = $952711184d4e89d8$var$Renderer;
28055
28258
  console.log('Chord diagram rendering is stubbed out');
28056
28259
  }
28057
28260
  renderHeadersAndFooters() {
28058
- const layoutRenderer = this.createLayoutRenderer();
28059
- if (this.getHeaderConfig()) this.doc.eachPage(()=>{
28060
- layoutRenderer.renderLayout(this.getHeaderConfig(), 'header');
28061
- });
28062
- if (this.getFooterConfig()) this.doc.eachPage(()=>{
28063
- layoutRenderer.renderLayout(this.getFooterConfig(), 'footer');
28261
+ const headerConfig = this.getHeaderConfig();
28262
+ const footerConfig = this.getFooterConfig();
28263
+ if (headerConfig) this.renderLayoutForEachPage(headerConfig, 'header');
28264
+ if (footerConfig) this.renderLayoutForEachPage(footerConfig, 'footer');
28265
+ this.resetLayoutRenderingState();
28266
+ }
28267
+ renderLayoutForEachPage(layoutConfig, section) {
28268
+ this.doc.eachPage((_page, index)=>{
28269
+ this.currentLayoutSection = section;
28270
+ this.resetLayoutRenderingState(section);
28271
+ this.createLayoutRenderer(index + 1, this.doc.totalPages).renderLayout(layoutConfig, section);
28064
28272
  });
28065
28273
  }
28066
- createLayoutRenderer() {
28067
- const backend = this.createLayoutBackend();
28274
+ resetLayoutRenderingState(section = null) {
28275
+ this.currentLayoutSection = section;
28276
+ this.currentLayoutFontStyle = null;
28277
+ this.currentLayoutTextItem = null;
28278
+ this.currentLineStyle = null;
28279
+ }
28280
+ createLayoutRenderer(page, totalPages) {
28281
+ const backend = this.createLayoutBackend(page, totalPages);
28068
28282
  return new (0, $2e404bc796b05dec$export$2e2bcd8739ae039)(backend, {
28069
28283
  metadata: this.song.metadata,
28070
28284
  margins: this.dimensions.margins,
28071
- extraMetadata: this.getExtraMetadata(this.doc.currentPage, this.doc.totalPages)
28285
+ extraMetadata: this.getExtraMetadata(page, totalPages)
28072
28286
  });
28073
28287
  }
28074
- createLayoutBackend() {
28288
+ createLayoutBackend(page, totalPages) {
28075
28289
  return {
28076
28290
  pageSize: this.doc.pageSize,
28077
- currentPage: this.doc.currentPage,
28078
- totalPages: this.doc.totalPages,
28291
+ currentPage: page,
28292
+ totalPages: totalPages,
28079
28293
  text: (content, x, y)=>this.renderHtmlText(content, x, y),
28080
28294
  getTextWidth: (text, font)=>this.doc.getTextWidth(text, font),
28081
28295
  splitTextToSize: (text, maxWidth, font)=>this.doc.splitTextToSize(text, maxWidth, font),
28082
- setFontStyle: ()=>{},
28296
+ setFontStyle: (style)=>{
28297
+ this.currentLayoutFontStyle = style;
28298
+ },
28299
+ setTextItem: (item)=>{
28300
+ this.currentLayoutTextItem = item;
28301
+ },
28083
28302
  addElement: (element, x, y)=>this.doc.addElement(element, x, y),
28084
28303
  addImage: (src, _format, x, y, width, height)=>this.renderHtmlImage(src, x, y, width, height),
28085
28304
  line: (x1, y1, x2, y2)=>this.renderHtmlLine(x1, y1, x2, y2),
28086
- setLineStyle: ()=>{},
28305
+ setLineStyle: (style)=>{
28306
+ this.currentLineStyle = style;
28307
+ },
28087
28308
  resetDash: ()=>{}
28088
28309
  };
28089
28310
  }
28090
28311
  renderHtmlText(content, x, y) {
28091
28312
  const element = document.createElement('div');
28092
28313
  element.className = `${this.styler.prefix}header-text`;
28314
+ this.applyLayoutTextClasses(element);
28093
28315
  element.textContent = content;
28316
+ this.applyLayoutTextStyles(element);
28094
28317
  this.doc.addElement(element, x, y);
28095
28318
  }
28319
+ applyLayoutTextClasses(element) {
28320
+ const sectionClass = this.currentLayoutSection ? this.styler.getCustomClass(this.currentLayoutSection) : undefined;
28321
+ if (sectionClass) element.classList.add(sectionClass);
28322
+ if (this.currentLayoutTextItem?.cssClass) element.classList.add(this.currentLayoutTextItem.cssClass);
28323
+ }
28324
+ applyLayoutTextStyles(element) {
28325
+ if (this.currentLayoutTextItem?.elementStyle) Object.assign(element.style, this.currentLayoutTextItem.elementStyle);
28326
+ if (this.currentLayoutFontStyle) this.styler.applyFontStyle(element, this.currentLayoutFontStyle);
28327
+ }
28096
28328
  renderHtmlImage(src, x, y, width, height) {
28097
28329
  const img = document.createElement('img');
28098
28330
  img.className = `${this.styler.prefix}image`;
@@ -28104,11 +28336,12 @@ var $952711184d4e89d8$export$2e2bcd8739ae039 = $952711184d4e89d8$var$Renderer;
28104
28336
  renderHtmlLine(x1, y1, x2, _y2) {
28105
28337
  const lineElement = document.createElement('div');
28106
28338
  lineElement.className = `${this.styler.prefix}line`;
28339
+ const lineStyle = this.currentLineStyle;
28107
28340
  lineElement.style.width = `${x2 - x1}px`;
28108
- lineElement.style.height = '1px';
28109
- lineElement.style.borderBottomWidth = '1px';
28110
- lineElement.style.borderBottomStyle = 'solid';
28111
- lineElement.style.borderBottomColor = '#000000';
28341
+ lineElement.style.height = '0';
28342
+ lineElement.style.borderBottomWidth = `${lineStyle?.width ?? 1}px`;
28343
+ lineElement.style.borderBottomStyle = lineStyle?.dash?.length ? 'dashed' : 'solid';
28344
+ lineElement.style.borderBottomColor = lineStyle?.color ?? '#000000';
28112
28345
  this.doc.addElement(lineElement, x1, y1);
28113
28346
  }
28114
28347
  renderParagraphs(paragraphLayouts) {
@@ -37643,7 +37876,7 @@ const $a5a21ced491ea51f$var$endSectionTags = {
37643
37876
  var $a5a21ced491ea51f$export$2e2bcd8739ae039 = $a5a21ced491ea51f$var$UltimateGuitarParser;
37644
37877
 
37645
37878
 
37646
- var $ae92e002ce14f11a$export$2e2bcd8739ae039 = '14.5.0';
37879
+ var $ae92e002ce14f11a$export$2e2bcd8739ae039 = '14.6.0';
37647
37880
 
37648
37881
 
37649
37882