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/bundle.js +1012 -781
- package/lib/bundle.min.js +148 -148
- package/lib/index.js +992 -759
- package/lib/index.js.map +1 -1
- package/lib/main.d.ts +5 -2
- package/lib/main.d.ts.map +1 -1
- package/lib/module.js +992 -759
- package/lib/module.js.map +1 -1
- package/package.json +2 -2
package/lib/module.js
CHANGED
|
@@ -1203,6 +1203,7 @@ const $d643910899695a08$var$mapping = {
|
|
|
1203
1203
|
"m(maj7)": "m(ma7)",
|
|
1204
1204
|
"m(+7)": "m(ma7)",
|
|
1205
1205
|
"m+7": "m(ma7)",
|
|
1206
|
+
"mmaj7": "m(ma7)",
|
|
1206
1207
|
"m(ma9)": "m(ma9)",
|
|
1207
1208
|
"m(M9)": "m(ma9)",
|
|
1208
1209
|
"mM9": "m(ma9)",
|
|
@@ -3951,8 +3952,9 @@ const $33f7017b34767c5f$export$98e6a39c04603d36 = $33f7017b34767c5f$var$peg$pars
|
|
|
3951
3952
|
* @returns {string} the chord string
|
|
3952
3953
|
*/ toString({ useUnicodeModifier: useUnicodeModifier = false } = {}) {
|
|
3953
3954
|
let chordString = '';
|
|
3954
|
-
|
|
3955
|
+
let suffix = this.suffix || '';
|
|
3955
3956
|
const showMinor = suffix[0] !== 'm';
|
|
3957
|
+
if (useUnicodeModifier) suffix = suffix.replace(/#(?=\d)/g, '\u266f').replace(/b(?=\d)/g, '\u266d');
|
|
3956
3958
|
if (this.root) chordString = this.root.toString({
|
|
3957
3959
|
showMinor: showMinor,
|
|
3958
3960
|
useUnicodeModifier: useUnicodeModifier
|
|
@@ -5579,129 +5581,301 @@ const $152f7db1a9a2d897$export$ccccd344e69710ef = {
|
|
|
5579
5581
|
},
|
|
5580
5582
|
fonts: {
|
|
5581
5583
|
title: {
|
|
5582
|
-
name: '
|
|
5584
|
+
name: 'Arial',
|
|
5583
5585
|
style: 'bold',
|
|
5584
|
-
size:
|
|
5585
|
-
color: '
|
|
5586
|
+
size: 22,
|
|
5587
|
+
color: '#151515'
|
|
5586
5588
|
},
|
|
5587
5589
|
subtitle: {
|
|
5588
|
-
name: '
|
|
5590
|
+
name: 'Arial',
|
|
5589
5591
|
style: 'normal',
|
|
5590
|
-
size:
|
|
5591
|
-
color:
|
|
5592
|
+
size: 11,
|
|
5593
|
+
color: '#6f6f6f'
|
|
5592
5594
|
},
|
|
5593
5595
|
metadata: {
|
|
5594
|
-
name: '
|
|
5596
|
+
name: 'Arial',
|
|
5595
5597
|
style: 'normal',
|
|
5596
5598
|
size: 10,
|
|
5597
|
-
color:
|
|
5599
|
+
color: '#8b8b8b'
|
|
5598
5600
|
},
|
|
5599
5601
|
text: {
|
|
5600
|
-
name: '
|
|
5602
|
+
name: 'Arial',
|
|
5601
5603
|
style: 'normal',
|
|
5602
5604
|
size: 10,
|
|
5603
|
-
color: '
|
|
5605
|
+
color: '#232323'
|
|
5604
5606
|
},
|
|
5605
5607
|
chord: {
|
|
5606
|
-
name: '
|
|
5608
|
+
name: 'Arial',
|
|
5607
5609
|
style: 'bold',
|
|
5608
5610
|
size: 9,
|
|
5609
|
-
color: '
|
|
5611
|
+
color: '#232323'
|
|
5610
5612
|
},
|
|
5611
5613
|
comment: {
|
|
5612
|
-
name: '
|
|
5614
|
+
name: 'Arial',
|
|
5613
5615
|
style: 'bold',
|
|
5614
5616
|
size: 10,
|
|
5615
|
-
color: '
|
|
5617
|
+
color: '#232323'
|
|
5616
5618
|
},
|
|
5617
5619
|
sectionLabel: {
|
|
5618
|
-
name: '
|
|
5620
|
+
name: 'Arial',
|
|
5619
5621
|
style: 'bold',
|
|
5620
5622
|
size: 10,
|
|
5621
|
-
color: '
|
|
5623
|
+
color: '#a1312d'
|
|
5622
5624
|
},
|
|
5623
5625
|
annotation: {
|
|
5624
|
-
name: '
|
|
5626
|
+
name: 'Arial',
|
|
5625
5627
|
style: 'normal',
|
|
5626
5628
|
size: 10,
|
|
5627
|
-
color: '
|
|
5629
|
+
color: '#232323'
|
|
5628
5630
|
}
|
|
5629
5631
|
},
|
|
5630
5632
|
layout: {
|
|
5631
5633
|
global: {
|
|
5632
5634
|
margins: {
|
|
5633
|
-
top:
|
|
5634
|
-
bottom:
|
|
5635
|
+
top: 14,
|
|
5636
|
+
bottom: 12,
|
|
5635
5637
|
left: 45,
|
|
5636
5638
|
right: 45
|
|
5637
5639
|
}
|
|
5638
5640
|
},
|
|
5639
5641
|
header: {
|
|
5640
|
-
height:
|
|
5642
|
+
height: 72,
|
|
5641
5643
|
content: [
|
|
5642
5644
|
{
|
|
5643
5645
|
type: 'text',
|
|
5644
5646
|
template: '%{title}',
|
|
5645
5647
|
style: {
|
|
5646
|
-
name: '
|
|
5648
|
+
name: 'Arial',
|
|
5647
5649
|
style: 'bold',
|
|
5648
|
-
size:
|
|
5649
|
-
color: '
|
|
5650
|
+
size: 19,
|
|
5651
|
+
color: '#151515',
|
|
5652
|
+
weight: 700
|
|
5650
5653
|
},
|
|
5651
5654
|
position: {
|
|
5652
5655
|
x: 'left',
|
|
5653
|
-
y:
|
|
5656
|
+
y: 0,
|
|
5657
|
+
clip: true,
|
|
5658
|
+
ellipsis: true
|
|
5659
|
+
},
|
|
5660
|
+
condition: {
|
|
5661
|
+
page: {
|
|
5662
|
+
first: true
|
|
5663
|
+
}
|
|
5654
5664
|
}
|
|
5655
5665
|
},
|
|
5656
5666
|
{
|
|
5657
5667
|
type: 'text',
|
|
5658
|
-
template: '
|
|
5668
|
+
template: '%{artist}',
|
|
5659
5669
|
style: {
|
|
5660
|
-
name: '
|
|
5670
|
+
name: 'Arial',
|
|
5661
5671
|
style: 'normal',
|
|
5662
|
-
size:
|
|
5663
|
-
color:
|
|
5672
|
+
size: 11,
|
|
5673
|
+
color: '#6f6f6f'
|
|
5664
5674
|
},
|
|
5665
5675
|
position: {
|
|
5666
5676
|
x: 'left',
|
|
5667
|
-
y:
|
|
5677
|
+
y: 25,
|
|
5678
|
+
clip: true,
|
|
5679
|
+
ellipsis: true
|
|
5680
|
+
},
|
|
5681
|
+
condition: {
|
|
5682
|
+
page: {
|
|
5683
|
+
first: true
|
|
5684
|
+
}
|
|
5668
5685
|
}
|
|
5669
5686
|
},
|
|
5670
5687
|
{
|
|
5671
5688
|
type: 'text',
|
|
5672
|
-
template: '
|
|
5689
|
+
template: '%{tempo|%{} BPM}%{time| \u00b7 %{}}%{capo| \u00b7 Capo %{}}',
|
|
5673
5690
|
style: {
|
|
5674
|
-
name: '
|
|
5691
|
+
name: 'Arial',
|
|
5675
5692
|
style: 'normal',
|
|
5676
|
-
size:
|
|
5677
|
-
color:
|
|
5693
|
+
size: 11,
|
|
5694
|
+
color: '#6f6f6f'
|
|
5678
5695
|
},
|
|
5679
5696
|
position: {
|
|
5680
5697
|
x: 'left',
|
|
5681
|
-
y:
|
|
5698
|
+
y: 40,
|
|
5699
|
+
width: 240,
|
|
5700
|
+
clip: true,
|
|
5701
|
+
ellipsis: true
|
|
5702
|
+
},
|
|
5703
|
+
condition: {
|
|
5704
|
+
page: {
|
|
5705
|
+
first: true
|
|
5706
|
+
}
|
|
5682
5707
|
}
|
|
5683
|
-
}
|
|
5684
|
-
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
|
|
5708
|
+
},
|
|
5709
|
+
{
|
|
5710
|
+
type: 'line',
|
|
5711
|
+
style: {
|
|
5712
|
+
width: 1,
|
|
5713
|
+
color: '#d7d7d7'
|
|
5714
|
+
},
|
|
5715
|
+
position: {
|
|
5716
|
+
x: 0,
|
|
5717
|
+
y: 60,
|
|
5718
|
+
width: 'auto',
|
|
5719
|
+
height: 0
|
|
5720
|
+
},
|
|
5721
|
+
condition: {
|
|
5722
|
+
page: {
|
|
5723
|
+
first: true
|
|
5724
|
+
}
|
|
5725
|
+
}
|
|
5726
|
+
},
|
|
5689
5727
|
{
|
|
5690
5728
|
type: 'text',
|
|
5691
|
-
|
|
5729
|
+
template: '%{key}',
|
|
5730
|
+
cssClass: 'measured-html-key-badge',
|
|
5731
|
+
elementStyle: {
|
|
5732
|
+
width: '28px',
|
|
5733
|
+
height: '28px',
|
|
5734
|
+
display: 'flex',
|
|
5735
|
+
alignItems: 'center',
|
|
5736
|
+
justifyContent: 'center',
|
|
5737
|
+
borderRadius: '999px',
|
|
5738
|
+
backgroundColor: '#a1312d',
|
|
5739
|
+
textAlign: 'center',
|
|
5740
|
+
boxSizing: 'border-box'
|
|
5741
|
+
},
|
|
5692
5742
|
style: {
|
|
5693
|
-
name: '
|
|
5743
|
+
name: 'Arial',
|
|
5744
|
+
style: 'bold',
|
|
5745
|
+
size: 12,
|
|
5746
|
+
color: '#ffffff',
|
|
5747
|
+
weight: 700
|
|
5748
|
+
},
|
|
5749
|
+
position: {
|
|
5750
|
+
x: 'right',
|
|
5751
|
+
y: 12,
|
|
5752
|
+
width: 28,
|
|
5753
|
+
offsetX: -2
|
|
5754
|
+
},
|
|
5755
|
+
condition: {
|
|
5756
|
+
and: [
|
|
5757
|
+
{
|
|
5758
|
+
page: {
|
|
5759
|
+
first: true
|
|
5760
|
+
}
|
|
5761
|
+
},
|
|
5762
|
+
{
|
|
5763
|
+
key: {
|
|
5764
|
+
exists: true
|
|
5765
|
+
}
|
|
5766
|
+
}
|
|
5767
|
+
]
|
|
5768
|
+
}
|
|
5769
|
+
},
|
|
5770
|
+
{
|
|
5771
|
+
type: 'text',
|
|
5772
|
+
template: '%{title}',
|
|
5773
|
+
style: {
|
|
5774
|
+
name: 'Arial',
|
|
5775
|
+
style: 'bold',
|
|
5776
|
+
size: 12,
|
|
5777
|
+
color: '#151515',
|
|
5778
|
+
weight: 700
|
|
5779
|
+
},
|
|
5780
|
+
position: {
|
|
5781
|
+
x: 'left',
|
|
5782
|
+
y: 0,
|
|
5783
|
+
clip: true,
|
|
5784
|
+
ellipsis: true
|
|
5785
|
+
},
|
|
5786
|
+
condition: {
|
|
5787
|
+
page: {
|
|
5788
|
+
greater_than: 1
|
|
5789
|
+
}
|
|
5790
|
+
}
|
|
5791
|
+
},
|
|
5792
|
+
{
|
|
5793
|
+
type: 'text',
|
|
5794
|
+
template: '%{page}/%{pages}',
|
|
5795
|
+
style: {
|
|
5796
|
+
name: 'Arial',
|
|
5694
5797
|
style: 'normal',
|
|
5695
5798
|
size: 10,
|
|
5696
|
-
color: '
|
|
5799
|
+
color: '#9a9a9a'
|
|
5697
5800
|
},
|
|
5698
5801
|
position: {
|
|
5699
|
-
x: '
|
|
5700
|
-
y:
|
|
5802
|
+
x: 'right',
|
|
5803
|
+
y: 4,
|
|
5804
|
+
offsetX: -38
|
|
5805
|
+
},
|
|
5806
|
+
condition: {
|
|
5807
|
+
page: {
|
|
5808
|
+
greater_than: 1
|
|
5809
|
+
}
|
|
5810
|
+
}
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
type: 'text',
|
|
5814
|
+
template: '%{key}',
|
|
5815
|
+
cssClass: 'measured-html-key-badge',
|
|
5816
|
+
elementStyle: {
|
|
5817
|
+
width: '28px',
|
|
5818
|
+
height: '28px',
|
|
5819
|
+
display: 'flex',
|
|
5820
|
+
alignItems: 'center',
|
|
5821
|
+
justifyContent: 'center',
|
|
5822
|
+
borderRadius: '999px',
|
|
5823
|
+
backgroundColor: '#a1312d',
|
|
5824
|
+
textAlign: 'center',
|
|
5825
|
+
boxSizing: 'border-box'
|
|
5826
|
+
},
|
|
5827
|
+
style: {
|
|
5828
|
+
name: 'Arial',
|
|
5829
|
+
style: 'bold',
|
|
5830
|
+
size: 12,
|
|
5831
|
+
color: '#ffffff',
|
|
5832
|
+
weight: 700
|
|
5833
|
+
},
|
|
5834
|
+
position: {
|
|
5835
|
+
x: 'right',
|
|
5836
|
+
y: 2,
|
|
5837
|
+
width: 28,
|
|
5838
|
+
offsetX: -2
|
|
5839
|
+
},
|
|
5840
|
+
condition: {
|
|
5841
|
+
and: [
|
|
5842
|
+
{
|
|
5843
|
+
page: {
|
|
5844
|
+
greater_than: 1
|
|
5845
|
+
}
|
|
5846
|
+
},
|
|
5847
|
+
{
|
|
5848
|
+
key: {
|
|
5849
|
+
exists: true
|
|
5850
|
+
}
|
|
5851
|
+
}
|
|
5852
|
+
]
|
|
5853
|
+
}
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
type: 'line',
|
|
5857
|
+
style: {
|
|
5858
|
+
width: 1,
|
|
5859
|
+
color: '#d7d7d7'
|
|
5860
|
+
},
|
|
5861
|
+
position: {
|
|
5862
|
+
x: 0,
|
|
5863
|
+
y: 32,
|
|
5864
|
+
width: 'auto',
|
|
5865
|
+
height: 0
|
|
5866
|
+
},
|
|
5867
|
+
condition: {
|
|
5868
|
+
page: {
|
|
5869
|
+
greater_than: 1
|
|
5870
|
+
}
|
|
5701
5871
|
}
|
|
5702
5872
|
}
|
|
5703
5873
|
]
|
|
5704
5874
|
},
|
|
5875
|
+
footer: {
|
|
5876
|
+
height: 0,
|
|
5877
|
+
content: []
|
|
5878
|
+
},
|
|
5705
5879
|
sections: {
|
|
5706
5880
|
global: {
|
|
5707
5881
|
paragraphSpacing: 10,
|
|
@@ -5748,22 +5922,22 @@ const $152f7db1a9a2d897$export$ccccd344e69710ef = {
|
|
|
5748
5922
|
},
|
|
5749
5923
|
fonts: {
|
|
5750
5924
|
title: {
|
|
5751
|
-
name: '
|
|
5925
|
+
name: 'Arial',
|
|
5752
5926
|
style: 'bold',
|
|
5753
5927
|
size: 9,
|
|
5754
|
-
color: '
|
|
5928
|
+
color: '#232323'
|
|
5755
5929
|
},
|
|
5756
5930
|
fingerings: {
|
|
5757
|
-
name: '
|
|
5931
|
+
name: 'Arial',
|
|
5758
5932
|
style: 'bold',
|
|
5759
5933
|
size: 6,
|
|
5760
|
-
color: '
|
|
5934
|
+
color: '#232323'
|
|
5761
5935
|
},
|
|
5762
5936
|
baseFret: {
|
|
5763
|
-
name: '
|
|
5937
|
+
name: 'Arial',
|
|
5764
5938
|
style: 'bold',
|
|
5765
5939
|
size: 6,
|
|
5766
|
-
color: '
|
|
5940
|
+
color: '#232323'
|
|
5767
5941
|
}
|
|
5768
5942
|
}
|
|
5769
5943
|
}
|
|
@@ -15665,555 +15839,557 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
15665
15839
|
const peg$c1346 = peg$literalExpectation("m(M7)", false);
|
|
15666
15840
|
const peg$c1347 = "m(+7)";
|
|
15667
15841
|
const peg$c1348 = peg$literalExpectation("m(+7)", false);
|
|
15668
|
-
const peg$c1349 = "
|
|
15669
|
-
const peg$c1350 = peg$literalExpectation("
|
|
15670
|
-
const peg$c1351 = "m(
|
|
15671
|
-
const peg$c1352 = peg$literalExpectation("m(
|
|
15672
|
-
const peg$c1353 = "
|
|
15673
|
-
const peg$c1354 = peg$literalExpectation("
|
|
15674
|
-
const peg$c1355 = "
|
|
15675
|
-
const peg$c1356 = peg$literalExpectation("
|
|
15676
|
-
const peg$c1357 = "m11
|
|
15677
|
-
const peg$c1358 = peg$literalExpectation("m11
|
|
15678
|
-
const peg$c1359 = "
|
|
15679
|
-
const peg$c1360 = peg$literalExpectation("
|
|
15680
|
-
const peg$c1361 = "
|
|
15681
|
-
const peg$c1362 = peg$literalExpectation("
|
|
15682
|
-
const peg$c1363 = "m11
|
|
15683
|
-
const peg$c1364 = peg$literalExpectation("m11
|
|
15684
|
-
const peg$c1365 = "
|
|
15685
|
-
const peg$c1366 = peg$literalExpectation("
|
|
15686
|
-
const peg$c1367 = "-11
|
|
15687
|
-
const peg$c1368 = peg$literalExpectation("-11
|
|
15688
|
-
const peg$c1369 = "
|
|
15689
|
-
const peg$c1370 = peg$literalExpectation("
|
|
15690
|
-
const peg$c1371 = "
|
|
15691
|
-
const peg$c1372 = peg$literalExpectation("
|
|
15692
|
-
const peg$c1373 = "-
|
|
15693
|
-
const peg$c1374 = peg$literalExpectation("-
|
|
15694
|
-
const peg$c1375 = "
|
|
15695
|
-
const peg$c1376 = peg$literalExpectation("
|
|
15696
|
-
const peg$c1377 = "
|
|
15697
|
-
const peg$c1378 = peg$literalExpectation("
|
|
15698
|
-
const peg$c1379 = "-
|
|
15699
|
-
const peg$c1380 = peg$literalExpectation("-
|
|
15700
|
-
const peg$c1381 = "-
|
|
15701
|
-
const peg$c1382 = peg$literalExpectation("-
|
|
15702
|
-
const peg$c1383 = "
|
|
15703
|
-
const peg$c1384 = peg$literalExpectation("
|
|
15704
|
-
const peg$c1385 = "
|
|
15705
|
-
const peg$c1386 = peg$literalExpectation("
|
|
15706
|
-
const peg$c1387 = "m13
|
|
15707
|
-
const peg$c1388 = peg$literalExpectation("m13
|
|
15708
|
-
const peg$c1389 = "
|
|
15709
|
-
const peg$c1390 = peg$literalExpectation("
|
|
15710
|
-
const peg$c1391 = "
|
|
15711
|
-
const peg$c1392 = peg$literalExpectation("
|
|
15712
|
-
const peg$c1393 = "m13
|
|
15713
|
-
const peg$c1394 = peg$literalExpectation("m13
|
|
15714
|
-
const peg$c1395 = "
|
|
15715
|
-
const peg$c1396 = peg$literalExpectation("
|
|
15716
|
-
const peg$c1397 = "-13
|
|
15717
|
-
const peg$c1398 = peg$literalExpectation("-13
|
|
15718
|
-
const peg$c1399 = "
|
|
15719
|
-
const peg$c1400 = peg$literalExpectation("
|
|
15720
|
-
const peg$c1401 = "
|
|
15721
|
-
const peg$c1402 = peg$literalExpectation("
|
|
15722
|
-
const peg$c1403 = "-
|
|
15723
|
-
const peg$c1404 = peg$literalExpectation("-
|
|
15724
|
-
const peg$c1405 = "-
|
|
15725
|
-
const peg$c1406 = peg$literalExpectation("-
|
|
15726
|
-
const peg$c1407 = "
|
|
15727
|
-
const peg$c1408 = peg$literalExpectation("
|
|
15728
|
-
const peg$c1409 = "
|
|
15729
|
-
const peg$c1410 = peg$literalExpectation("
|
|
15730
|
-
const peg$c1411 = "
|
|
15731
|
-
const peg$c1412 = peg$literalExpectation("
|
|
15732
|
-
const peg$c1413 = "
|
|
15733
|
-
const peg$c1414 = peg$literalExpectation("
|
|
15734
|
-
const peg$c1415 = "
|
|
15735
|
-
const peg$c1416 = peg$literalExpectation("
|
|
15736
|
-
const peg$c1417 = "m7
|
|
15737
|
-
const peg$c1418 = peg$literalExpectation("m7
|
|
15738
|
-
const peg$c1419 = "
|
|
15739
|
-
const peg$c1420 = peg$literalExpectation("
|
|
15740
|
-
const peg$c1421 = "-7
|
|
15741
|
-
const peg$c1422 = peg$literalExpectation("-7
|
|
15742
|
-
const peg$c1423 = "
|
|
15743
|
-
const peg$c1424 = peg$literalExpectation("
|
|
15744
|
-
const peg$c1425 = "m7(
|
|
15745
|
-
const peg$c1426 = peg$literalExpectation("m7(
|
|
15746
|
-
const peg$c1427 = "
|
|
15747
|
-
const peg$c1428 = peg$literalExpectation("
|
|
15748
|
-
const peg$c1429 = "
|
|
15749
|
-
const peg$c1430 = peg$literalExpectation("
|
|
15750
|
-
const peg$c1431 = "-
|
|
15751
|
-
const peg$c1432 = peg$literalExpectation("-
|
|
15752
|
-
const peg$c1433 = "-
|
|
15753
|
-
const peg$c1434 = peg$literalExpectation("-
|
|
15754
|
-
const peg$c1435 = "
|
|
15755
|
-
const peg$c1436 = peg$literalExpectation("
|
|
15756
|
-
const peg$c1437 = "
|
|
15757
|
-
const peg$c1438 = peg$literalExpectation("
|
|
15758
|
-
const peg$c1439 = "m9
|
|
15759
|
-
const peg$c1440 = peg$literalExpectation("m9
|
|
15760
|
-
const peg$c1441 = "
|
|
15761
|
-
const peg$c1442 = peg$literalExpectation("
|
|
15762
|
-
const peg$c1443 = "-9
|
|
15763
|
-
const peg$c1444 = peg$literalExpectation("-9
|
|
15764
|
-
const peg$c1445 = "
|
|
15765
|
-
const peg$c1446 = peg$literalExpectation("
|
|
15766
|
-
const peg$c1447 = "
|
|
15767
|
-
const peg$c1448 = peg$literalExpectation("
|
|
15768
|
-
const peg$c1449 = "-
|
|
15769
|
-
const peg$c1450 = peg$literalExpectation("-
|
|
15770
|
-
const peg$c1451 = "-
|
|
15771
|
-
const peg$c1452 = peg$literalExpectation("-
|
|
15772
|
-
const peg$c1453 = "
|
|
15773
|
-
const peg$c1454 = peg$literalExpectation("
|
|
15774
|
-
const peg$c1455 = "
|
|
15775
|
-
const peg$c1456 = peg$literalExpectation("
|
|
15776
|
-
const peg$c1457 = "+
|
|
15777
|
-
const peg$c1458 = peg$literalExpectation("+
|
|
15778
|
-
const peg$c1459 = "
|
|
15779
|
-
const peg$c1460 = peg$literalExpectation("
|
|
15780
|
-
const peg$c1461 = "+
|
|
15781
|
-
const peg$c1462 = peg$literalExpectation("+
|
|
15782
|
-
const peg$c1463 = "
|
|
15783
|
-
const peg$c1464 = peg$literalExpectation("
|
|
15784
|
-
const peg$c1465 = "
|
|
15785
|
-
const peg$c1466 = peg$literalExpectation("
|
|
15786
|
-
const peg$c1467 = "+
|
|
15787
|
-
const peg$c1468 = peg$literalExpectation("+
|
|
15788
|
-
const peg$c1469 = "
|
|
15789
|
-
const peg$c1470 = peg$literalExpectation("
|
|
15790
|
-
const peg$c1471 = "
|
|
15791
|
-
const peg$c1472 = peg$literalExpectation("
|
|
15792
|
-
const peg$c1473 = "
|
|
15793
|
-
const peg$c1474 = peg$literalExpectation("
|
|
15794
|
-
const peg$c1475 = "
|
|
15795
|
-
const peg$c1476 = peg$literalExpectation("
|
|
15796
|
-
const peg$c1477 = "+
|
|
15797
|
-
const peg$c1478 = peg$literalExpectation("+
|
|
15798
|
-
const peg$c1479 = "+13
|
|
15799
|
-
const peg$c1480 = peg$literalExpectation("+13
|
|
15800
|
-
const peg$c1481 = "+
|
|
15801
|
-
const peg$c1482 = peg$literalExpectation("+
|
|
15802
|
-
const peg$c1483 = "
|
|
15803
|
-
const peg$c1484 = peg$literalExpectation("
|
|
15804
|
-
const peg$c1485 = "
|
|
15805
|
-
const peg$c1486 = peg$literalExpectation("
|
|
15806
|
-
const peg$c1487 = "
|
|
15807
|
-
const peg$c1488 = peg$literalExpectation("
|
|
15808
|
-
const peg$c1489 = "
|
|
15809
|
-
const peg$c1490 = peg$literalExpectation("
|
|
15810
|
-
const peg$c1491 = "
|
|
15811
|
-
const peg$c1492 = peg$literalExpectation("
|
|
15812
|
-
const peg$c1493 = "
|
|
15813
|
-
const peg$c1494 = peg$literalExpectation("
|
|
15814
|
-
const peg$c1495 = "ma7
|
|
15815
|
-
const peg$c1496 = peg$literalExpectation("ma7
|
|
15816
|
-
const peg$c1497 = "ma7
|
|
15817
|
-
const peg$c1498 = peg$literalExpectation("ma7
|
|
15818
|
-
const peg$c1499 = "ma7
|
|
15819
|
-
const peg$c1500 = peg$literalExpectation("ma7
|
|
15820
|
-
const peg$c1501 = "+
|
|
15821
|
-
const peg$c1502 = peg$literalExpectation("+
|
|
15822
|
-
const peg$c1503 = "
|
|
15823
|
-
const peg$c1504 = peg$literalExpectation("
|
|
15824
|
-
const peg$c1505 = "
|
|
15825
|
-
const peg$c1506 = peg$literalExpectation("
|
|
15826
|
-
const peg$c1507 = "
|
|
15827
|
-
const peg$c1508 = peg$literalExpectation("
|
|
15828
|
-
const peg$c1509 = "
|
|
15829
|
-
const peg$c1510 = peg$literalExpectation("
|
|
15830
|
-
const peg$c1511 = "
|
|
15831
|
-
const peg$c1512 = peg$literalExpectation("
|
|
15832
|
-
const peg$c1513 = "9
|
|
15833
|
-
const peg$c1514 = peg$literalExpectation("9
|
|
15834
|
-
const peg$c1515 = "
|
|
15835
|
-
const peg$c1516 = peg$literalExpectation("
|
|
15836
|
-
const peg$c1517 = "
|
|
15837
|
-
const peg$c1518 = peg$literalExpectation("
|
|
15838
|
-
const peg$c1519 = "
|
|
15839
|
-
const peg$c1520 = peg$literalExpectation("
|
|
15840
|
-
const peg$c1521 = "ma9
|
|
15841
|
-
const peg$c1522 = peg$literalExpectation("ma9
|
|
15842
|
-
const peg$c1523 = "+
|
|
15843
|
-
const peg$c1524 = peg$literalExpectation("+
|
|
15844
|
-
const peg$c1525 = "
|
|
15845
|
-
const peg$c1526 = peg$literalExpectation("
|
|
15846
|
-
const peg$c1527 = "
|
|
15847
|
-
const peg$c1528 = peg$literalExpectation("
|
|
15848
|
-
const peg$c1529 = "
|
|
15849
|
-
const peg$c1530 = peg$literalExpectation("
|
|
15850
|
-
const peg$c1531 = "
|
|
15851
|
-
const peg$c1532 = peg$literalExpectation("
|
|
15852
|
-
const peg$c1533 = "(
|
|
15853
|
-
const peg$c1534 = peg$literalExpectation("(
|
|
15854
|
-
const peg$c1535 = "(
|
|
15855
|
-
const peg$c1536 = peg$literalExpectation("(
|
|
15856
|
-
const peg$c1537 = "(
|
|
15857
|
-
const peg$c1538 = peg$literalExpectation("(
|
|
15858
|
-
const peg$c1539 = "
|
|
15859
|
-
const peg$c1540 = peg$literalExpectation("
|
|
15860
|
-
const peg$c1541 = "
|
|
15861
|
-
const peg$c1542 = peg$literalExpectation("
|
|
15862
|
-
const peg$c1543 = "
|
|
15863
|
-
const peg$c1544 = peg$literalExpectation("
|
|
15864
|
-
const peg$c1545 = "
|
|
15865
|
-
const peg$c1546 = peg$literalExpectation("
|
|
15866
|
-
const peg$c1547 = "
|
|
15867
|
-
const peg$c1548 = peg$literalExpectation("
|
|
15868
|
-
const peg$c1549 = "(
|
|
15869
|
-
const peg$c1550 = peg$literalExpectation("(
|
|
15870
|
-
const peg$c1551 = "
|
|
15871
|
-
const peg$c1552 = peg$literalExpectation("
|
|
15872
|
-
const peg$c1553 = "(
|
|
15873
|
-
const peg$c1554 = peg$literalExpectation("(
|
|
15874
|
-
const peg$c1555 = "
|
|
15875
|
-
const peg$c1556 = peg$literalExpectation("
|
|
15876
|
-
const peg$c1557 = "
|
|
15877
|
-
const peg$c1558 = peg$literalExpectation("
|
|
15878
|
-
const peg$c1559 = "
|
|
15879
|
-
const peg$c1560 = peg$literalExpectation("
|
|
15880
|
-
const peg$c1561 = "(
|
|
15881
|
-
const peg$c1562 = peg$literalExpectation("(
|
|
15882
|
-
const peg$c1563 = "
|
|
15883
|
-
const peg$c1564 = peg$literalExpectation("
|
|
15884
|
-
const peg$c1565 = "11
|
|
15885
|
-
const peg$c1566 = peg$literalExpectation("11
|
|
15886
|
-
const peg$c1567 = "11
|
|
15887
|
-
const peg$c1568 = peg$literalExpectation("11
|
|
15888
|
-
const peg$c1569 = "11
|
|
15889
|
-
const peg$c1570 = peg$literalExpectation("11
|
|
15890
|
-
const peg$c1571 = "
|
|
15891
|
-
const peg$c1572 = peg$literalExpectation("
|
|
15892
|
-
const peg$c1573 = "
|
|
15893
|
-
const peg$c1574 = peg$literalExpectation("
|
|
15894
|
-
const peg$c1575 = "
|
|
15895
|
-
const peg$c1576 = peg$literalExpectation("
|
|
15896
|
-
const peg$c1577 = "
|
|
15897
|
-
const peg$c1578 = peg$literalExpectation("
|
|
15898
|
-
const peg$c1579 = "
|
|
15899
|
-
const peg$c1580 = peg$literalExpectation("
|
|
15900
|
-
const peg$c1581 = "13
|
|
15901
|
-
const peg$c1582 = peg$literalExpectation("13
|
|
15902
|
-
const peg$c1583 = "13
|
|
15903
|
-
const peg$c1584 = peg$literalExpectation("13
|
|
15904
|
-
const peg$c1585 = "13
|
|
15905
|
-
const peg$c1586 = peg$literalExpectation("13
|
|
15906
|
-
const peg$c1587 = "
|
|
15907
|
-
const peg$c1588 = peg$literalExpectation("
|
|
15908
|
-
const peg$c1589 = "
|
|
15909
|
-
const peg$c1590 = peg$literalExpectation("
|
|
15910
|
-
const peg$c1591 = "
|
|
15911
|
-
const peg$c1592 = peg$literalExpectation("
|
|
15912
|
-
const peg$c1593 = "
|
|
15913
|
-
const peg$c1594 = peg$literalExpectation("
|
|
15914
|
-
const peg$c1595 = "
|
|
15915
|
-
const peg$c1596 = peg$literalExpectation("
|
|
15916
|
-
const peg$c1597 = "
|
|
15917
|
-
const peg$c1598 = peg$literalExpectation("
|
|
15918
|
-
const peg$c1599 = "4
|
|
15919
|
-
const peg$c1600 = peg$literalExpectation("4
|
|
15920
|
-
const peg$c1601 = "
|
|
15921
|
-
const peg$c1602 = peg$literalExpectation("
|
|
15922
|
-
const peg$c1603 = "6(
|
|
15923
|
-
const peg$c1604 = peg$literalExpectation("6(
|
|
15924
|
-
const peg$c1605 = "
|
|
15925
|
-
const peg$c1606 = peg$literalExpectation("
|
|
15926
|
-
const peg$c1607 = "
|
|
15927
|
-
const peg$c1608 = peg$literalExpectation("
|
|
15928
|
-
const peg$c1609 = "7
|
|
15929
|
-
const peg$c1610 = peg$literalExpectation("7
|
|
15930
|
-
const peg$c1611 = "
|
|
15931
|
-
const peg$c1612 = peg$literalExpectation("
|
|
15932
|
-
const peg$c1613 = "
|
|
15933
|
-
const peg$c1614 = peg$literalExpectation("
|
|
15934
|
-
const peg$c1615 = "
|
|
15935
|
-
const peg$c1616 = peg$literalExpectation("
|
|
15936
|
-
const peg$c1617 = "
|
|
15937
|
-
const peg$c1618 = peg$literalExpectation("
|
|
15938
|
-
const peg$c1619 = "
|
|
15939
|
-
const peg$c1620 = peg$literalExpectation("
|
|
15940
|
-
const peg$c1621 = "
|
|
15941
|
-
const peg$c1622 = peg$literalExpectation("
|
|
15942
|
-
const peg$c1623 = "
|
|
15943
|
-
const peg$c1624 = peg$literalExpectation("
|
|
15944
|
-
const peg$c1625 = "9
|
|
15945
|
-
const peg$c1626 = peg$literalExpectation("9
|
|
15946
|
-
const peg$c1627 = "
|
|
15947
|
-
const peg$c1628 = peg$literalExpectation("
|
|
15948
|
-
const peg$c1629 = "
|
|
15949
|
-
const peg$c1630 = peg$literalExpectation("
|
|
15950
|
-
const peg$c1631 = "
|
|
15951
|
-
const peg$c1632 = peg$literalExpectation("
|
|
15952
|
-
const peg$c1633 = "
|
|
15953
|
-
const peg$c1634 = peg$literalExpectation("
|
|
15954
|
-
const peg$c1635 = "
|
|
15955
|
-
const peg$c1636 = peg$literalExpectation("
|
|
15956
|
-
const peg$c1637 = "
|
|
15957
|
-
const peg$c1638 = peg$literalExpectation("
|
|
15958
|
-
const peg$c1639 = "
|
|
15959
|
-
const peg$c1640 = peg$literalExpectation("
|
|
15960
|
-
const peg$c1641 = "m(
|
|
15961
|
-
const peg$c1642 = peg$literalExpectation("m(
|
|
15962
|
-
const peg$c1643 = "
|
|
15963
|
-
const peg$c1644 = peg$literalExpectation("
|
|
15964
|
-
const peg$c1645 = "
|
|
15965
|
-
const peg$c1646 = peg$literalExpectation("
|
|
15966
|
-
const peg$c1647 = "
|
|
15967
|
-
const peg$c1648 = peg$literalExpectation("
|
|
15968
|
-
const peg$c1649 = "
|
|
15969
|
-
const peg$c1650 = peg$literalExpectation("
|
|
15970
|
-
const peg$c1651 = "
|
|
15971
|
-
const peg$c1652 = peg$literalExpectation("
|
|
15972
|
-
const peg$c1653 = "
|
|
15973
|
-
const peg$c1654 = peg$literalExpectation("
|
|
15974
|
-
const peg$c1655 = "
|
|
15975
|
-
const peg$c1656 = peg$literalExpectation("
|
|
15976
|
-
const peg$c1657 = "
|
|
15977
|
-
const peg$c1658 = peg$literalExpectation("
|
|
15978
|
-
const peg$c1659 = "
|
|
15979
|
-
const peg$c1660 = peg$literalExpectation("
|
|
15980
|
-
const peg$c1661 = "
|
|
15981
|
-
const peg$c1662 = peg$literalExpectation("
|
|
15982
|
-
const peg$c1663 = "m7
|
|
15983
|
-
const peg$c1664 = peg$literalExpectation("m7
|
|
15984
|
-
const peg$c1665 = "
|
|
15985
|
-
const peg$c1666 = peg$literalExpectation("
|
|
15986
|
-
const peg$c1667 = "
|
|
15987
|
-
const peg$c1668 = peg$literalExpectation("
|
|
15988
|
-
const peg$c1669 = "m7
|
|
15989
|
-
const peg$c1670 = peg$literalExpectation("m7
|
|
15990
|
-
const peg$c1671 = "
|
|
15991
|
-
const peg$c1672 = peg$literalExpectation("
|
|
15992
|
-
const peg$c1673 = "
|
|
15993
|
-
const peg$c1674 = peg$literalExpectation("
|
|
15994
|
-
const peg$c1675 = "
|
|
15995
|
-
const peg$c1676 = peg$literalExpectation("
|
|
15996
|
-
const peg$c1677 = "-
|
|
15997
|
-
const peg$c1678 = peg$literalExpectation("-
|
|
15998
|
-
const peg$c1679 = "
|
|
15999
|
-
const peg$c1680 = peg$literalExpectation("
|
|
16000
|
-
const peg$c1681 = "
|
|
16001
|
-
const peg$c1682 = peg$literalExpectation("
|
|
16002
|
-
const peg$c1683 = "-
|
|
16003
|
-
const peg$c1684 = peg$literalExpectation("-
|
|
16004
|
-
const peg$c1685 = "
|
|
16005
|
-
const peg$c1686 = peg$literalExpectation("
|
|
16006
|
-
const peg$c1687 = "
|
|
16007
|
-
const peg$c1688 = peg$literalExpectation("
|
|
16008
|
-
const peg$c1689 = "
|
|
16009
|
-
const peg$c1690 = peg$literalExpectation("
|
|
16010
|
-
const peg$c1691 = "
|
|
16011
|
-
const peg$c1692 = peg$literalExpectation("
|
|
16012
|
-
const peg$c1693 = "
|
|
16013
|
-
const peg$c1694 = peg$literalExpectation("
|
|
16014
|
-
const peg$c1695 = "-
|
|
16015
|
-
const peg$c1696 = peg$literalExpectation("-
|
|
16016
|
-
const peg$c1697 = "
|
|
16017
|
-
const peg$c1698 = peg$literalExpectation("
|
|
16018
|
-
const peg$c1699 = "
|
|
16019
|
-
const peg$c1700 = peg$literalExpectation("
|
|
16020
|
-
const peg$c1701 = "
|
|
16021
|
-
const peg$c1702 = peg$literalExpectation("
|
|
16022
|
-
const peg$c1703 = "
|
|
16023
|
-
const peg$c1704 = peg$literalExpectation("
|
|
16024
|
-
const peg$c1705 = "11
|
|
16025
|
-
const peg$c1706 = peg$literalExpectation("11
|
|
16026
|
-
const peg$c1707 = "
|
|
16027
|
-
const peg$c1708 = peg$literalExpectation("
|
|
16028
|
-
const peg$c1709 = "
|
|
16029
|
-
const peg$c1710 = peg$literalExpectation("
|
|
16030
|
-
const peg$c1711 = "
|
|
16031
|
-
const peg$c1712 = peg$literalExpectation("
|
|
16032
|
-
const peg$c1713 = "
|
|
16033
|
-
const peg$c1714 = peg$literalExpectation("
|
|
16034
|
-
const peg$c1715 = "
|
|
16035
|
-
const peg$c1716 = peg$literalExpectation("
|
|
16036
|
-
const peg$c1717 = "
|
|
16037
|
-
const peg$c1718 = peg$literalExpectation("
|
|
16038
|
-
const peg$c1719 = "+
|
|
16039
|
-
const peg$c1720 = peg$literalExpectation("+
|
|
16040
|
-
const peg$c1721 = "
|
|
16041
|
-
const peg$c1722 = peg$literalExpectation("
|
|
16042
|
-
const peg$c1723 = "+
|
|
16043
|
-
const peg$c1724 = peg$literalExpectation("+
|
|
16044
|
-
const peg$c1725 = "
|
|
16045
|
-
const peg$c1726 = peg$literalExpectation("
|
|
16046
|
-
const peg$c1727 = "
|
|
16047
|
-
const peg$c1728 = peg$literalExpectation("
|
|
16048
|
-
const peg$c1729 = "
|
|
16049
|
-
const peg$c1730 = peg$literalExpectation("
|
|
16050
|
-
const peg$c1731 = "
|
|
16051
|
-
const peg$c1732 = peg$literalExpectation("
|
|
16052
|
-
const peg$c1733 = "
|
|
16053
|
-
const peg$c1734 = peg$literalExpectation("
|
|
16054
|
-
const peg$c1735 = "+
|
|
16055
|
-
const peg$c1736 = peg$literalExpectation("+
|
|
16056
|
-
const peg$c1737 = "
|
|
16057
|
-
const peg$c1738 = peg$literalExpectation("
|
|
16058
|
-
const peg$c1739 = "
|
|
16059
|
-
const peg$c1740 = peg$literalExpectation("
|
|
16060
|
-
const peg$c1741 = "
|
|
16061
|
-
const peg$c1742 = peg$literalExpectation("
|
|
16062
|
-
const peg$c1743 = "(
|
|
16063
|
-
const peg$c1744 = peg$literalExpectation("(
|
|
16064
|
-
const peg$c1745 = "(
|
|
16065
|
-
const peg$c1746 = peg$literalExpectation("(
|
|
16066
|
-
const peg$c1747 = "(
|
|
16067
|
-
const peg$c1748 = peg$literalExpectation("(
|
|
16068
|
-
const peg$c1749 = "(
|
|
16069
|
-
const peg$c1750 = peg$literalExpectation("(
|
|
16070
|
-
const peg$c1751 = "
|
|
16071
|
-
const peg$c1752 = peg$literalExpectation("
|
|
16072
|
-
const peg$c1753 = "
|
|
16073
|
-
const peg$c1754 = peg$literalExpectation("
|
|
16074
|
-
const peg$c1755 = "
|
|
16075
|
-
const peg$c1756 = peg$literalExpectation("
|
|
16076
|
-
const peg$c1757 = "2
|
|
16077
|
-
const peg$c1758 = peg$literalExpectation("2
|
|
16078
|
-
const peg$c1759 = "
|
|
16079
|
-
const peg$c1760 = peg$literalExpectation("
|
|
16080
|
-
const peg$c1761 = "
|
|
16081
|
-
const peg$c1762 = peg$literalExpectation("
|
|
16082
|
-
const peg$c1763 = "7
|
|
16083
|
-
const peg$c1764 = peg$literalExpectation("7
|
|
16084
|
-
const peg$c1765 = "7
|
|
16085
|
-
const peg$c1766 = peg$literalExpectation("7
|
|
16086
|
-
const peg$c1767 = "7
|
|
16087
|
-
const peg$c1768 = peg$literalExpectation("7
|
|
16088
|
-
const peg$c1769 = "
|
|
16089
|
-
const peg$c1770 = peg$literalExpectation("
|
|
16090
|
-
const peg$c1771 = "
|
|
16091
|
-
const peg$c1772 = peg$literalExpectation("
|
|
16092
|
-
const peg$c1773 = "
|
|
16093
|
-
const peg$c1774 = peg$literalExpectation("
|
|
16094
|
-
const peg$c1775 = "
|
|
16095
|
-
const peg$c1776 = peg$literalExpectation("
|
|
16096
|
-
const peg$c1777 = "9
|
|
16097
|
-
const peg$c1778 = peg$literalExpectation("9
|
|
16098
|
-
const peg$c1779 = "9
|
|
16099
|
-
const peg$c1780 = peg$literalExpectation("9
|
|
16100
|
-
const peg$c1781 = "
|
|
16101
|
-
const peg$c1782 = peg$literalExpectation("
|
|
16102
|
-
const peg$c1783 = "
|
|
16103
|
-
const peg$c1784 = peg$literalExpectation("
|
|
16104
|
-
const peg$c1785 = "
|
|
16105
|
-
const peg$c1786 = peg$literalExpectation("
|
|
16106
|
-
const peg$c1787 = "
|
|
16107
|
-
const peg$c1788 = peg$literalExpectation("
|
|
16108
|
-
const peg$c1789 = "
|
|
16109
|
-
const peg$c1790 = peg$literalExpectation("
|
|
16110
|
-
const peg$c1791 = "-
|
|
16111
|
-
const peg$c1792 = peg$literalExpectation("-
|
|
16112
|
-
const peg$c1793 = "
|
|
16113
|
-
const peg$c1794 = peg$literalExpectation("
|
|
16114
|
-
const peg$c1795 = "
|
|
16115
|
-
const peg$c1796 = peg$literalExpectation("
|
|
16116
|
-
const peg$c1797 = "
|
|
16117
|
-
const peg$c1798 = peg$literalExpectation("
|
|
16118
|
-
const peg$c1799 = "
|
|
16119
|
-
const peg$c1800 = peg$literalExpectation("
|
|
16120
|
-
const peg$c1801 = "
|
|
16121
|
-
const peg$c1802 = peg$literalExpectation("
|
|
16122
|
-
const peg$c1803 = "
|
|
16123
|
-
const peg$c1804 = peg$literalExpectation("
|
|
16124
|
-
const peg$c1805 = "
|
|
16125
|
-
const peg$c1806 = peg$literalExpectation("
|
|
16126
|
-
const peg$c1807 = "
|
|
16127
|
-
const peg$c1808 = peg$literalExpectation("
|
|
16128
|
-
const peg$c1809 = "
|
|
16129
|
-
const peg$c1810 = peg$literalExpectation("
|
|
16130
|
-
const peg$c1811 = "
|
|
16131
|
-
const peg$c1812 = peg$literalExpectation("
|
|
16132
|
-
const peg$c1813 = "
|
|
16133
|
-
const peg$c1814 = peg$literalExpectation("
|
|
16134
|
-
const peg$c1815 = "
|
|
16135
|
-
const peg$c1816 = peg$literalExpectation("
|
|
16136
|
-
const peg$c1817 = "
|
|
16137
|
-
const peg$c1818 = peg$literalExpectation("
|
|
16138
|
-
const peg$c1819 = "
|
|
16139
|
-
const peg$c1820 = peg$literalExpectation("
|
|
16140
|
-
const peg$c1821 = "
|
|
16141
|
-
const peg$c1822 = peg$literalExpectation("
|
|
16142
|
-
const peg$c1823 = "
|
|
16143
|
-
const peg$c1824 = peg$literalExpectation("
|
|
16144
|
-
const peg$c1825 = "
|
|
16145
|
-
const peg$c1826 = peg$literalExpectation("
|
|
16146
|
-
const peg$c1827 = "
|
|
16147
|
-
const peg$c1828 = peg$literalExpectation("
|
|
16148
|
-
const peg$c1829 = "
|
|
16149
|
-
const peg$c1830 = peg$literalExpectation("
|
|
16150
|
-
const peg$c1831 = "
|
|
16151
|
-
const peg$c1832 = peg$literalExpectation("
|
|
16152
|
-
const peg$c1833 = "
|
|
16153
|
-
const peg$c1834 = peg$literalExpectation("
|
|
16154
|
-
const peg$c1835 = "
|
|
16155
|
-
const peg$c1836 = peg$literalExpectation("
|
|
16156
|
-
const peg$c1837 = "
|
|
16157
|
-
const peg$c1838 = peg$literalExpectation("
|
|
16158
|
-
const peg$c1839 = "
|
|
16159
|
-
const peg$c1840 = peg$literalExpectation("
|
|
16160
|
-
const peg$c1841 = "
|
|
16161
|
-
const peg$c1842 = peg$literalExpectation("
|
|
16162
|
-
const peg$c1843 = "
|
|
16163
|
-
const peg$c1844 = peg$literalExpectation("
|
|
16164
|
-
const peg$c1845 = "
|
|
16165
|
-
const peg$c1846 = peg$literalExpectation("
|
|
16166
|
-
const peg$c1847 = "
|
|
16167
|
-
const peg$c1848 = peg$literalExpectation("
|
|
16168
|
-
const peg$c1849 = "
|
|
16169
|
-
const peg$c1850 = peg$literalExpectation("
|
|
16170
|
-
const peg$c1851 = "
|
|
16171
|
-
const peg$c1852 = peg$literalExpectation("
|
|
16172
|
-
const peg$c1853 = "
|
|
16173
|
-
const peg$c1854 = peg$literalExpectation("
|
|
16174
|
-
const peg$c1855 = "
|
|
16175
|
-
const peg$c1856 = peg$literalExpectation("
|
|
16176
|
-
const peg$c1857 = "
|
|
16177
|
-
const peg$c1858 = peg$literalExpectation("
|
|
16178
|
-
const peg$c1859 = "
|
|
16179
|
-
const peg$c1860 = peg$literalExpectation("
|
|
16180
|
-
const peg$c1861 = "
|
|
16181
|
-
const peg$c1862 = peg$literalExpectation("
|
|
16182
|
-
const peg$c1863 = "
|
|
16183
|
-
const peg$c1864 = peg$literalExpectation("
|
|
16184
|
-
const peg$c1865 = "
|
|
16185
|
-
const peg$c1866 = peg$literalExpectation("
|
|
16186
|
-
const peg$c1867 = "
|
|
16187
|
-
const peg$c1868 = peg$literalExpectation("
|
|
16188
|
-
const peg$c1869 =
|
|
16189
|
-
const peg$c1870 = "
|
|
16190
|
-
const peg$c1871 = peg$literalExpectation("
|
|
16191
|
-
const peg$c1872 = "
|
|
16192
|
-
const peg$c1873 = peg$literalExpectation("
|
|
16193
|
-
const peg$c1874 = "
|
|
16194
|
-
const peg$c1875 = peg$literalExpectation("
|
|
16195
|
-
const peg$c1876 = "
|
|
16196
|
-
const peg$c1877 = peg$literalExpectation("
|
|
16197
|
-
const peg$c1878 = "
|
|
16198
|
-
const peg$c1879 = peg$literalExpectation("
|
|
16199
|
-
const peg$c1880 = "
|
|
16200
|
-
const peg$c1881 = peg$literalExpectation("
|
|
16201
|
-
const peg$c1882 = "
|
|
16202
|
-
const peg$c1883 = peg$literalExpectation("
|
|
16203
|
-
const peg$c1884 = "
|
|
16204
|
-
const peg$c1885 = peg$literalExpectation("
|
|
16205
|
-
const peg$c1886 = "
|
|
16206
|
-
const peg$c1887 = peg$literalExpectation("
|
|
16207
|
-
const peg$c1888 = "
|
|
16208
|
-
const peg$c1889 = peg$literalExpectation("
|
|
16209
|
-
const peg$c1890 = "
|
|
16210
|
-
const peg$c1891 = peg$literalExpectation("
|
|
16211
|
-
const peg$c1892 = "
|
|
16212
|
-
const peg$c1893 = peg$literalExpectation("
|
|
16213
|
-
const peg$c1894 = "
|
|
16214
|
-
const peg$c1895 = peg$literalExpectation("
|
|
16215
|
-
const peg$c1896 =
|
|
16216
|
-
const peg$c1897 = peg$
|
|
15842
|
+
const peg$c1349 = "mmaj7";
|
|
15843
|
+
const peg$c1350 = peg$literalExpectation("mmaj7", false);
|
|
15844
|
+
const peg$c1351 = "m(M9)";
|
|
15845
|
+
const peg$c1352 = peg$literalExpectation("m(M9)", false);
|
|
15846
|
+
const peg$c1353 = "m(+9)";
|
|
15847
|
+
const peg$c1354 = peg$literalExpectation("m(+9)", false);
|
|
15848
|
+
const peg$c1355 = "min11";
|
|
15849
|
+
const peg$c1356 = peg$literalExpectation("min11", false);
|
|
15850
|
+
const peg$c1357 = "m11#5";
|
|
15851
|
+
const peg$c1358 = peg$literalExpectation("m11#5", false);
|
|
15852
|
+
const peg$c1359 = "m11+5";
|
|
15853
|
+
const peg$c1360 = peg$literalExpectation("m11+5", false);
|
|
15854
|
+
const peg$c1361 = "-11#5";
|
|
15855
|
+
const peg$c1362 = peg$literalExpectation("-11#5", false);
|
|
15856
|
+
const peg$c1363 = "m11#9";
|
|
15857
|
+
const peg$c1364 = peg$literalExpectation("m11#9", false);
|
|
15858
|
+
const peg$c1365 = "m11+9";
|
|
15859
|
+
const peg$c1366 = peg$literalExpectation("m11+9", false);
|
|
15860
|
+
const peg$c1367 = "-11#9";
|
|
15861
|
+
const peg$c1368 = peg$literalExpectation("-11#9", false);
|
|
15862
|
+
const peg$c1369 = "-11+9";
|
|
15863
|
+
const peg$c1370 = peg$literalExpectation("-11+9", false);
|
|
15864
|
+
const peg$c1371 = "m11b5";
|
|
15865
|
+
const peg$c1372 = peg$literalExpectation("m11b5", false);
|
|
15866
|
+
const peg$c1373 = "m11-5";
|
|
15867
|
+
const peg$c1374 = peg$literalExpectation("m11-5", false);
|
|
15868
|
+
const peg$c1375 = "-11b5";
|
|
15869
|
+
const peg$c1376 = peg$literalExpectation("-11b5", false);
|
|
15870
|
+
const peg$c1377 = "m11b9";
|
|
15871
|
+
const peg$c1378 = peg$literalExpectation("m11b9", false);
|
|
15872
|
+
const peg$c1379 = "m11-9";
|
|
15873
|
+
const peg$c1380 = peg$literalExpectation("m11-9", false);
|
|
15874
|
+
const peg$c1381 = "-11b9";
|
|
15875
|
+
const peg$c1382 = peg$literalExpectation("-11b9", false);
|
|
15876
|
+
const peg$c1383 = "-11-9";
|
|
15877
|
+
const peg$c1384 = peg$literalExpectation("-11-9", false);
|
|
15878
|
+
const peg$c1385 = "min13";
|
|
15879
|
+
const peg$c1386 = peg$literalExpectation("min13", false);
|
|
15880
|
+
const peg$c1387 = "m13#5";
|
|
15881
|
+
const peg$c1388 = peg$literalExpectation("m13#5", false);
|
|
15882
|
+
const peg$c1389 = "m13+5";
|
|
15883
|
+
const peg$c1390 = peg$literalExpectation("m13+5", false);
|
|
15884
|
+
const peg$c1391 = "-13#5";
|
|
15885
|
+
const peg$c1392 = peg$literalExpectation("-13#5", false);
|
|
15886
|
+
const peg$c1393 = "m13#9";
|
|
15887
|
+
const peg$c1394 = peg$literalExpectation("m13#9", false);
|
|
15888
|
+
const peg$c1395 = "m13+9";
|
|
15889
|
+
const peg$c1396 = peg$literalExpectation("m13+9", false);
|
|
15890
|
+
const peg$c1397 = "-13#9";
|
|
15891
|
+
const peg$c1398 = peg$literalExpectation("-13#9", false);
|
|
15892
|
+
const peg$c1399 = "-13+9";
|
|
15893
|
+
const peg$c1400 = peg$literalExpectation("-13+9", false);
|
|
15894
|
+
const peg$c1401 = "m13b5";
|
|
15895
|
+
const peg$c1402 = peg$literalExpectation("m13b5", false);
|
|
15896
|
+
const peg$c1403 = "m13-5";
|
|
15897
|
+
const peg$c1404 = peg$literalExpectation("m13-5", false);
|
|
15898
|
+
const peg$c1405 = "-13b5";
|
|
15899
|
+
const peg$c1406 = peg$literalExpectation("-13b5", false);
|
|
15900
|
+
const peg$c1407 = "-13-5";
|
|
15901
|
+
const peg$c1408 = peg$literalExpectation("-13-5", false);
|
|
15902
|
+
const peg$c1409 = "m13b9";
|
|
15903
|
+
const peg$c1410 = peg$literalExpectation("m13b9", false);
|
|
15904
|
+
const peg$c1411 = "m13-9";
|
|
15905
|
+
const peg$c1412 = peg$literalExpectation("m13-9", false);
|
|
15906
|
+
const peg$c1413 = "madd2";
|
|
15907
|
+
const peg$c1414 = peg$literalExpectation("madd2", false);
|
|
15908
|
+
const peg$c1415 = "m6(9)";
|
|
15909
|
+
const peg$c1416 = peg$literalExpectation("m6(9)", false);
|
|
15910
|
+
const peg$c1417 = "m7#11";
|
|
15911
|
+
const peg$c1418 = peg$literalExpectation("m7#11", false);
|
|
15912
|
+
const peg$c1419 = "m7+11";
|
|
15913
|
+
const peg$c1420 = peg$literalExpectation("m7+11", false);
|
|
15914
|
+
const peg$c1421 = "-7#11";
|
|
15915
|
+
const peg$c1422 = peg$literalExpectation("-7#11", false);
|
|
15916
|
+
const peg$c1423 = "-7+11";
|
|
15917
|
+
const peg$c1424 = peg$literalExpectation("-7+11", false);
|
|
15918
|
+
const peg$c1425 = "m7(4)";
|
|
15919
|
+
const peg$c1426 = peg$literalExpectation("m7(4)", false);
|
|
15920
|
+
const peg$c1427 = "m7(6)";
|
|
15921
|
+
const peg$c1428 = peg$literalExpectation("m7(6)", false);
|
|
15922
|
+
const peg$c1429 = "m7b13";
|
|
15923
|
+
const peg$c1430 = peg$literalExpectation("m7b13", false);
|
|
15924
|
+
const peg$c1431 = "m7-13";
|
|
15925
|
+
const peg$c1432 = peg$literalExpectation("m7-13", false);
|
|
15926
|
+
const peg$c1433 = "-7b13";
|
|
15927
|
+
const peg$c1434 = peg$literalExpectation("-7b13", false);
|
|
15928
|
+
const peg$c1435 = "-7-13";
|
|
15929
|
+
const peg$c1436 = peg$literalExpectation("-7-13", false);
|
|
15930
|
+
const peg$c1437 = "m7sus";
|
|
15931
|
+
const peg$c1438 = peg$literalExpectation("m7sus", false);
|
|
15932
|
+
const peg$c1439 = "m9#11";
|
|
15933
|
+
const peg$c1440 = peg$literalExpectation("m9#11", false);
|
|
15934
|
+
const peg$c1441 = "m9+11";
|
|
15935
|
+
const peg$c1442 = peg$literalExpectation("m9+11", false);
|
|
15936
|
+
const peg$c1443 = "-9#11";
|
|
15937
|
+
const peg$c1444 = peg$literalExpectation("-9#11", false);
|
|
15938
|
+
const peg$c1445 = "-9+11";
|
|
15939
|
+
const peg$c1446 = peg$literalExpectation("-9+11", false);
|
|
15940
|
+
const peg$c1447 = "m9b13";
|
|
15941
|
+
const peg$c1448 = peg$literalExpectation("m9b13", false);
|
|
15942
|
+
const peg$c1449 = "m9-13";
|
|
15943
|
+
const peg$c1450 = peg$literalExpectation("m9-13", false);
|
|
15944
|
+
const peg$c1451 = "-9b13";
|
|
15945
|
+
const peg$c1452 = peg$literalExpectation("-9b13", false);
|
|
15946
|
+
const peg$c1453 = "-9-13";
|
|
15947
|
+
const peg$c1454 = peg$literalExpectation("-9-13", false);
|
|
15948
|
+
const peg$c1455 = "+11#5";
|
|
15949
|
+
const peg$c1456 = peg$literalExpectation("+11#5", false);
|
|
15950
|
+
const peg$c1457 = "M11+5";
|
|
15951
|
+
const peg$c1458 = peg$literalExpectation("M11+5", false);
|
|
15952
|
+
const peg$c1459 = "+11#9";
|
|
15953
|
+
const peg$c1460 = peg$literalExpectation("+11#9", false);
|
|
15954
|
+
const peg$c1461 = "M11+9";
|
|
15955
|
+
const peg$c1462 = peg$literalExpectation("M11+9", false);
|
|
15956
|
+
const peg$c1463 = "+11b5";
|
|
15957
|
+
const peg$c1464 = peg$literalExpectation("+11b5", false);
|
|
15958
|
+
const peg$c1465 = "M11-5";
|
|
15959
|
+
const peg$c1466 = peg$literalExpectation("M11-5", false);
|
|
15960
|
+
const peg$c1467 = "+11b9";
|
|
15961
|
+
const peg$c1468 = peg$literalExpectation("+11b9", false);
|
|
15962
|
+
const peg$c1469 = "+11-9";
|
|
15963
|
+
const peg$c1470 = peg$literalExpectation("+11-9", false);
|
|
15964
|
+
const peg$c1471 = "maj13";
|
|
15965
|
+
const peg$c1472 = peg$literalExpectation("maj13", false);
|
|
15966
|
+
const peg$c1473 = "Maj13";
|
|
15967
|
+
const peg$c1474 = peg$literalExpectation("Maj13", false);
|
|
15968
|
+
const peg$c1475 = "+13#5";
|
|
15969
|
+
const peg$c1476 = peg$literalExpectation("+13#5", false);
|
|
15970
|
+
const peg$c1477 = "M13+5";
|
|
15971
|
+
const peg$c1478 = peg$literalExpectation("M13+5", false);
|
|
15972
|
+
const peg$c1479 = "+13#9";
|
|
15973
|
+
const peg$c1480 = peg$literalExpectation("+13#9", false);
|
|
15974
|
+
const peg$c1481 = "+13+9";
|
|
15975
|
+
const peg$c1482 = peg$literalExpectation("+13+9", false);
|
|
15976
|
+
const peg$c1483 = "+13b5";
|
|
15977
|
+
const peg$c1484 = peg$literalExpectation("+13b5", false);
|
|
15978
|
+
const peg$c1485 = "M13-5";
|
|
15979
|
+
const peg$c1486 = peg$literalExpectation("M13-5", false);
|
|
15980
|
+
const peg$c1487 = "+13b9";
|
|
15981
|
+
const peg$c1488 = peg$literalExpectation("+13b9", false);
|
|
15982
|
+
const peg$c1489 = "M13-9";
|
|
15983
|
+
const peg$c1490 = peg$literalExpectation("M13-9", false);
|
|
15984
|
+
const peg$c1491 = "+7#11";
|
|
15985
|
+
const peg$c1492 = peg$literalExpectation("+7#11", false);
|
|
15986
|
+
const peg$c1493 = "M7+11";
|
|
15987
|
+
const peg$c1494 = peg$literalExpectation("M7+11", false);
|
|
15988
|
+
const peg$c1495 = "ma7#5";
|
|
15989
|
+
const peg$c1496 = peg$literalExpectation("ma7#5", false);
|
|
15990
|
+
const peg$c1497 = "ma7+5";
|
|
15991
|
+
const peg$c1498 = peg$literalExpectation("ma7+5", false);
|
|
15992
|
+
const peg$c1499 = "ma7#9";
|
|
15993
|
+
const peg$c1500 = peg$literalExpectation("ma7#9", false);
|
|
15994
|
+
const peg$c1501 = "ma7+9";
|
|
15995
|
+
const peg$c1502 = peg$literalExpectation("ma7+9", false);
|
|
15996
|
+
const peg$c1503 = "+7b13";
|
|
15997
|
+
const peg$c1504 = peg$literalExpectation("+7b13", false);
|
|
15998
|
+
const peg$c1505 = "M7-13";
|
|
15999
|
+
const peg$c1506 = peg$literalExpectation("M7-13", false);
|
|
16000
|
+
const peg$c1507 = "ma7b5";
|
|
16001
|
+
const peg$c1508 = peg$literalExpectation("ma7b5", false);
|
|
16002
|
+
const peg$c1509 = "ma7-5";
|
|
16003
|
+
const peg$c1510 = peg$literalExpectation("ma7-5", false);
|
|
16004
|
+
const peg$c1511 = "ma7b9";
|
|
16005
|
+
const peg$c1512 = peg$literalExpectation("ma7b9", false);
|
|
16006
|
+
const peg$c1513 = "ma7-9";
|
|
16007
|
+
const peg$c1514 = peg$literalExpectation("ma7-9", false);
|
|
16008
|
+
const peg$c1515 = "9(#7)";
|
|
16009
|
+
const peg$c1516 = peg$literalExpectation("9(#7)", false);
|
|
16010
|
+
const peg$c1517 = "+9#11";
|
|
16011
|
+
const peg$c1518 = peg$literalExpectation("+9#11", false);
|
|
16012
|
+
const peg$c1519 = "M9+11";
|
|
16013
|
+
const peg$c1520 = peg$literalExpectation("M9+11", false);
|
|
16014
|
+
const peg$c1521 = "ma9#5";
|
|
16015
|
+
const peg$c1522 = peg$literalExpectation("ma9#5", false);
|
|
16016
|
+
const peg$c1523 = "ma9+5";
|
|
16017
|
+
const peg$c1524 = peg$literalExpectation("ma9+5", false);
|
|
16018
|
+
const peg$c1525 = "+9b13";
|
|
16019
|
+
const peg$c1526 = peg$literalExpectation("+9b13", false);
|
|
16020
|
+
const peg$c1527 = "M9-13";
|
|
16021
|
+
const peg$c1528 = peg$literalExpectation("M9-13", false);
|
|
16022
|
+
const peg$c1529 = "ma9b5";
|
|
16023
|
+
const peg$c1530 = peg$literalExpectation("ma9b5", false);
|
|
16024
|
+
const peg$c1531 = "ma9-5";
|
|
16025
|
+
const peg$c1532 = peg$literalExpectation("ma9-5", false);
|
|
16026
|
+
const peg$c1533 = "(#4)";
|
|
16027
|
+
const peg$c1534 = peg$literalExpectation("(#4)", false);
|
|
16028
|
+
const peg$c1535 = "(+4)";
|
|
16029
|
+
const peg$c1536 = peg$literalExpectation("(+4)", false);
|
|
16030
|
+
const peg$c1537 = "(11)";
|
|
16031
|
+
const peg$c1538 = peg$literalExpectation("(11)", false);
|
|
16032
|
+
const peg$c1539 = "(13)";
|
|
16033
|
+
const peg$c1540 = peg$literalExpectation("(13)", false);
|
|
16034
|
+
const peg$c1541 = "add2";
|
|
16035
|
+
const peg$c1542 = peg$literalExpectation("add2", false);
|
|
16036
|
+
const peg$c1543 = "add4";
|
|
16037
|
+
const peg$c1544 = peg$literalExpectation("add4", false);
|
|
16038
|
+
const peg$c1545 = "add6";
|
|
16039
|
+
const peg$c1546 = peg$literalExpectation("add6", false);
|
|
16040
|
+
const peg$c1547 = "add9";
|
|
16041
|
+
const peg$c1548 = peg$literalExpectation("add9", false);
|
|
16042
|
+
const peg$c1549 = "(b5)";
|
|
16043
|
+
const peg$c1550 = peg$literalExpectation("(b5)", false);
|
|
16044
|
+
const peg$c1551 = "(-5)";
|
|
16045
|
+
const peg$c1552 = peg$literalExpectation("(-5)", false);
|
|
16046
|
+
const peg$c1553 = "2(6)";
|
|
16047
|
+
const peg$c1554 = peg$literalExpectation("2(6)", false);
|
|
16048
|
+
const peg$c1555 = "(b6)";
|
|
16049
|
+
const peg$c1556 = peg$literalExpectation("(b6)", false);
|
|
16050
|
+
const peg$c1557 = "unis";
|
|
16051
|
+
const peg$c1558 = peg$literalExpectation("unis", false);
|
|
16052
|
+
const peg$c1559 = "Majj";
|
|
16053
|
+
const peg$c1560 = peg$literalExpectation("Majj", false);
|
|
16054
|
+
const peg$c1561 = "(#5)";
|
|
16055
|
+
const peg$c1562 = peg$literalExpectation("(#5)", false);
|
|
16056
|
+
const peg$c1563 = "(+5)";
|
|
16057
|
+
const peg$c1564 = peg$literalExpectation("(+5)", false);
|
|
16058
|
+
const peg$c1565 = "11#5";
|
|
16059
|
+
const peg$c1566 = peg$literalExpectation("11#5", false);
|
|
16060
|
+
const peg$c1567 = "11+5";
|
|
16061
|
+
const peg$c1568 = peg$literalExpectation("11+5", false);
|
|
16062
|
+
const peg$c1569 = "11#9";
|
|
16063
|
+
const peg$c1570 = peg$literalExpectation("11#9", false);
|
|
16064
|
+
const peg$c1571 = "11+9";
|
|
16065
|
+
const peg$c1572 = peg$literalExpectation("11+9", false);
|
|
16066
|
+
const peg$c1573 = "11b5";
|
|
16067
|
+
const peg$c1574 = peg$literalExpectation("11b5", false);
|
|
16068
|
+
const peg$c1575 = "11-5";
|
|
16069
|
+
const peg$c1576 = peg$literalExpectation("11-5", false);
|
|
16070
|
+
const peg$c1577 = "11b9";
|
|
16071
|
+
const peg$c1578 = peg$literalExpectation("11b9", false);
|
|
16072
|
+
const peg$c1579 = "11-9";
|
|
16073
|
+
const peg$c1580 = peg$literalExpectation("11-9", false);
|
|
16074
|
+
const peg$c1581 = "13#5";
|
|
16075
|
+
const peg$c1582 = peg$literalExpectation("13#5", false);
|
|
16076
|
+
const peg$c1583 = "13+5";
|
|
16077
|
+
const peg$c1584 = peg$literalExpectation("13+5", false);
|
|
16078
|
+
const peg$c1585 = "13#9";
|
|
16079
|
+
const peg$c1586 = peg$literalExpectation("13#9", false);
|
|
16080
|
+
const peg$c1587 = "13+9";
|
|
16081
|
+
const peg$c1588 = peg$literalExpectation("13+9", false);
|
|
16082
|
+
const peg$c1589 = "13b5";
|
|
16083
|
+
const peg$c1590 = peg$literalExpectation("13b5", false);
|
|
16084
|
+
const peg$c1591 = "13-5";
|
|
16085
|
+
const peg$c1592 = peg$literalExpectation("13-5", false);
|
|
16086
|
+
const peg$c1593 = "13b9";
|
|
16087
|
+
const peg$c1594 = peg$literalExpectation("13b9", false);
|
|
16088
|
+
const peg$c1595 = "13-9";
|
|
16089
|
+
const peg$c1596 = peg$literalExpectation("13-9", false);
|
|
16090
|
+
const peg$c1597 = "sus2";
|
|
16091
|
+
const peg$c1598 = peg$literalExpectation("sus2", false);
|
|
16092
|
+
const peg$c1599 = "2(4)";
|
|
16093
|
+
const peg$c1600 = peg$literalExpectation("2(4)", false);
|
|
16094
|
+
const peg$c1601 = "4(2)";
|
|
16095
|
+
const peg$c1602 = peg$literalExpectation("4(2)", false);
|
|
16096
|
+
const peg$c1603 = "6(2)";
|
|
16097
|
+
const peg$c1604 = peg$literalExpectation("6(2)", false);
|
|
16098
|
+
const peg$c1605 = "6(9)";
|
|
16099
|
+
const peg$c1606 = peg$literalExpectation("6(9)", false);
|
|
16100
|
+
const peg$c1607 = "dom7";
|
|
16101
|
+
const peg$c1608 = peg$literalExpectation("dom7", false);
|
|
16102
|
+
const peg$c1609 = "7#11";
|
|
16103
|
+
const peg$c1610 = peg$literalExpectation("7#11", false);
|
|
16104
|
+
const peg$c1611 = "7+11";
|
|
16105
|
+
const peg$c1612 = peg$literalExpectation("7+11", false);
|
|
16106
|
+
const peg$c1613 = "aug7";
|
|
16107
|
+
const peg$c1614 = peg$literalExpectation("aug7", false);
|
|
16108
|
+
const peg$c1615 = "7(6)";
|
|
16109
|
+
const peg$c1616 = peg$literalExpectation("7(6)", false);
|
|
16110
|
+
const peg$c1617 = "7b13";
|
|
16111
|
+
const peg$c1618 = peg$literalExpectation("7b13", false);
|
|
16112
|
+
const peg$c1619 = "7-13";
|
|
16113
|
+
const peg$c1620 = peg$literalExpectation("7-13", false);
|
|
16114
|
+
const peg$c1621 = "7sus";
|
|
16115
|
+
const peg$c1622 = peg$literalExpectation("7sus", false);
|
|
16116
|
+
const peg$c1623 = "dom9";
|
|
16117
|
+
const peg$c1624 = peg$literalExpectation("dom9", false);
|
|
16118
|
+
const peg$c1625 = "9#11";
|
|
16119
|
+
const peg$c1626 = peg$literalExpectation("9#11", false);
|
|
16120
|
+
const peg$c1627 = "9+11";
|
|
16121
|
+
const peg$c1628 = peg$literalExpectation("9+11", false);
|
|
16122
|
+
const peg$c1629 = "aug9";
|
|
16123
|
+
const peg$c1630 = peg$literalExpectation("aug9", false);
|
|
16124
|
+
const peg$c1631 = "9b13";
|
|
16125
|
+
const peg$c1632 = peg$literalExpectation("9b13", false);
|
|
16126
|
+
const peg$c1633 = "9-13";
|
|
16127
|
+
const peg$c1634 = peg$literalExpectation("9-13", false);
|
|
16128
|
+
const peg$c1635 = "9aug";
|
|
16129
|
+
const peg$c1636 = peg$literalExpectation("9aug", false);
|
|
16130
|
+
const peg$c1637 = "9sus";
|
|
16131
|
+
const peg$c1638 = peg$literalExpectation("9sus", false);
|
|
16132
|
+
const peg$c1639 = "dim7";
|
|
16133
|
+
const peg$c1640 = peg$literalExpectation("dim7", false);
|
|
16134
|
+
const peg$c1641 = "m(4)";
|
|
16135
|
+
const peg$c1642 = peg$literalExpectation("m(4)", false);
|
|
16136
|
+
const peg$c1643 = "m(9)";
|
|
16137
|
+
const peg$c1644 = peg$literalExpectation("m(9)", false);
|
|
16138
|
+
const peg$c1645 = "mi11";
|
|
16139
|
+
const peg$c1646 = peg$literalExpectation("mi11", false);
|
|
16140
|
+
const peg$c1647 = "m9+5";
|
|
16141
|
+
const peg$c1648 = peg$literalExpectation("m9+5", false);
|
|
16142
|
+
const peg$c1649 = "-9-5";
|
|
16143
|
+
const peg$c1650 = peg$literalExpectation("-9-5", false);
|
|
16144
|
+
const peg$c1651 = "mi13";
|
|
16145
|
+
const peg$c1652 = peg$literalExpectation("mi13", false);
|
|
16146
|
+
const peg$c1653 = "min2";
|
|
16147
|
+
const peg$c1654 = peg$literalExpectation("min2", false);
|
|
16148
|
+
const peg$c1655 = "min6";
|
|
16149
|
+
const peg$c1656 = peg$literalExpectation("min6", false);
|
|
16150
|
+
const peg$c1657 = "m6M7";
|
|
16151
|
+
const peg$c1658 = peg$literalExpectation("m6M7", false);
|
|
16152
|
+
const peg$c1659 = "m6+7";
|
|
16153
|
+
const peg$c1660 = peg$literalExpectation("m6+7", false);
|
|
16154
|
+
const peg$c1661 = "min7";
|
|
16155
|
+
const peg$c1662 = peg$literalExpectation("min7", false);
|
|
16156
|
+
const peg$c1663 = "m7#5";
|
|
16157
|
+
const peg$c1664 = peg$literalExpectation("m7#5", false);
|
|
16158
|
+
const peg$c1665 = "m7+5";
|
|
16159
|
+
const peg$c1666 = peg$literalExpectation("m7+5", false);
|
|
16160
|
+
const peg$c1667 = "-7#5";
|
|
16161
|
+
const peg$c1668 = peg$literalExpectation("-7#5", false);
|
|
16162
|
+
const peg$c1669 = "m7#9";
|
|
16163
|
+
const peg$c1670 = peg$literalExpectation("m7#9", false);
|
|
16164
|
+
const peg$c1671 = "m7+9";
|
|
16165
|
+
const peg$c1672 = peg$literalExpectation("m7+9", false);
|
|
16166
|
+
const peg$c1673 = "-7#9";
|
|
16167
|
+
const peg$c1674 = peg$literalExpectation("-7#9", false);
|
|
16168
|
+
const peg$c1675 = "m7b5";
|
|
16169
|
+
const peg$c1676 = peg$literalExpectation("m7b5", false);
|
|
16170
|
+
const peg$c1677 = "m7-5";
|
|
16171
|
+
const peg$c1678 = peg$literalExpectation("m7-5", false);
|
|
16172
|
+
const peg$c1679 = "-7b5";
|
|
16173
|
+
const peg$c1680 = peg$literalExpectation("-7b5", false);
|
|
16174
|
+
const peg$c1681 = "m7b9";
|
|
16175
|
+
const peg$c1682 = peg$literalExpectation("m7b9", false);
|
|
16176
|
+
const peg$c1683 = "m7-9";
|
|
16177
|
+
const peg$c1684 = peg$literalExpectation("m7-9", false);
|
|
16178
|
+
const peg$c1685 = "-7b9";
|
|
16179
|
+
const peg$c1686 = peg$literalExpectation("-7b9", false);
|
|
16180
|
+
const peg$c1687 = "min9";
|
|
16181
|
+
const peg$c1688 = peg$literalExpectation("min9", false);
|
|
16182
|
+
const peg$c1689 = "m9#5";
|
|
16183
|
+
const peg$c1690 = peg$literalExpectation("m9#5", false);
|
|
16184
|
+
const peg$c1691 = "-9#5";
|
|
16185
|
+
const peg$c1692 = peg$literalExpectation("-9#5", false);
|
|
16186
|
+
const peg$c1693 = "m9b5";
|
|
16187
|
+
const peg$c1694 = peg$literalExpectation("m9b5", false);
|
|
16188
|
+
const peg$c1695 = "m9-5";
|
|
16189
|
+
const peg$c1696 = peg$literalExpectation("m9-5", false);
|
|
16190
|
+
const peg$c1697 = "-9b5";
|
|
16191
|
+
const peg$c1698 = peg$literalExpectation("-9b5", false);
|
|
16192
|
+
const peg$c1699 = "m9M7";
|
|
16193
|
+
const peg$c1700 = peg$literalExpectation("m9M7", false);
|
|
16194
|
+
const peg$c1701 = "maj9";
|
|
16195
|
+
const peg$c1702 = peg$literalExpectation("maj9", false);
|
|
16196
|
+
const peg$c1703 = "ma11";
|
|
16197
|
+
const peg$c1704 = peg$literalExpectation("ma11", false);
|
|
16198
|
+
const peg$c1705 = "11#7";
|
|
16199
|
+
const peg$c1706 = peg$literalExpectation("11#7", false);
|
|
16200
|
+
const peg$c1707 = "11+7";
|
|
16201
|
+
const peg$c1708 = peg$literalExpectation("11+7", false);
|
|
16202
|
+
const peg$c1709 = "ma13";
|
|
16203
|
+
const peg$c1710 = peg$literalExpectation("ma13", false);
|
|
16204
|
+
const peg$c1711 = "ma69";
|
|
16205
|
+
const peg$c1712 = peg$literalExpectation("ma69", false);
|
|
16206
|
+
const peg$c1713 = "Maj7";
|
|
16207
|
+
const peg$c1714 = peg$literalExpectation("Maj7", false);
|
|
16208
|
+
const peg$c1715 = "maj7";
|
|
16209
|
+
const peg$c1716 = peg$literalExpectation("maj7", false);
|
|
16210
|
+
const peg$c1717 = "+7#5";
|
|
16211
|
+
const peg$c1718 = peg$literalExpectation("+7#5", false);
|
|
16212
|
+
const peg$c1719 = "M7+5";
|
|
16213
|
+
const peg$c1720 = peg$literalExpectation("M7+5", false);
|
|
16214
|
+
const peg$c1721 = "+7#9";
|
|
16215
|
+
const peg$c1722 = peg$literalExpectation("+7#9", false);
|
|
16216
|
+
const peg$c1723 = "M7+9";
|
|
16217
|
+
const peg$c1724 = peg$literalExpectation("M7+9", false);
|
|
16218
|
+
const peg$c1725 = "+7b5";
|
|
16219
|
+
const peg$c1726 = peg$literalExpectation("+7b5", false);
|
|
16220
|
+
const peg$c1727 = "M7-5";
|
|
16221
|
+
const peg$c1728 = peg$literalExpectation("M7-5", false);
|
|
16222
|
+
const peg$c1729 = "+7b9";
|
|
16223
|
+
const peg$c1730 = peg$literalExpectation("+7b9", false);
|
|
16224
|
+
const peg$c1731 = "M7-9";
|
|
16225
|
+
const peg$c1732 = peg$literalExpectation("M7-9", false);
|
|
16226
|
+
const peg$c1733 = "+9#5";
|
|
16227
|
+
const peg$c1734 = peg$literalExpectation("+9#5", false);
|
|
16228
|
+
const peg$c1735 = "M9+5";
|
|
16229
|
+
const peg$c1736 = peg$literalExpectation("M9+5", false);
|
|
16230
|
+
const peg$c1737 = "+9b5";
|
|
16231
|
+
const peg$c1738 = peg$literalExpectation("+9b5", false);
|
|
16232
|
+
const peg$c1739 = "M9-5";
|
|
16233
|
+
const peg$c1740 = peg$literalExpectation("M9-5", false);
|
|
16234
|
+
const peg$c1741 = "sus4";
|
|
16235
|
+
const peg$c1742 = peg$literalExpectation("sus4", false);
|
|
16236
|
+
const peg$c1743 = "(2)";
|
|
16237
|
+
const peg$c1744 = peg$literalExpectation("(2)", false);
|
|
16238
|
+
const peg$c1745 = "(4)";
|
|
16239
|
+
const peg$c1746 = peg$literalExpectation("(4)", false);
|
|
16240
|
+
const peg$c1747 = "(6)";
|
|
16241
|
+
const peg$c1748 = peg$literalExpectation("(6)", false);
|
|
16242
|
+
const peg$c1749 = "(7)";
|
|
16243
|
+
const peg$c1750 = peg$literalExpectation("(7)", false);
|
|
16244
|
+
const peg$c1751 = "(9)";
|
|
16245
|
+
const peg$c1752 = peg$literalExpectation("(9)", false);
|
|
16246
|
+
const peg$c1753 = "maj";
|
|
16247
|
+
const peg$c1754 = peg$literalExpectation("maj", false);
|
|
16248
|
+
const peg$c1755 = "aug";
|
|
16249
|
+
const peg$c1756 = peg$literalExpectation("aug", false);
|
|
16250
|
+
const peg$c1757 = "2+4";
|
|
16251
|
+
const peg$c1758 = peg$literalExpectation("2+4", false);
|
|
16252
|
+
const peg$c1759 = "2#4";
|
|
16253
|
+
const peg$c1760 = peg$literalExpectation("2#4", false);
|
|
16254
|
+
const peg$c1761 = "no3";
|
|
16255
|
+
const peg$c1762 = peg$literalExpectation("no3", false);
|
|
16256
|
+
const peg$c1763 = "7#5";
|
|
16257
|
+
const peg$c1764 = peg$literalExpectation("7#5", false);
|
|
16258
|
+
const peg$c1765 = "7+5";
|
|
16259
|
+
const peg$c1766 = peg$literalExpectation("7+5", false);
|
|
16260
|
+
const peg$c1767 = "7#9";
|
|
16261
|
+
const peg$c1768 = peg$literalExpectation("7#9", false);
|
|
16262
|
+
const peg$c1769 = "7+9";
|
|
16263
|
+
const peg$c1770 = peg$literalExpectation("7+9", false);
|
|
16264
|
+
const peg$c1771 = "7b5";
|
|
16265
|
+
const peg$c1772 = peg$literalExpectation("7b5", false);
|
|
16266
|
+
const peg$c1773 = "7-5";
|
|
16267
|
+
const peg$c1774 = peg$literalExpectation("7-5", false);
|
|
16268
|
+
const peg$c1775 = "7b9";
|
|
16269
|
+
const peg$c1776 = peg$literalExpectation("7b9", false);
|
|
16270
|
+
const peg$c1777 = "7-9";
|
|
16271
|
+
const peg$c1778 = peg$literalExpectation("7-9", false);
|
|
16272
|
+
const peg$c1779 = "9#5";
|
|
16273
|
+
const peg$c1780 = peg$literalExpectation("9#5", false);
|
|
16274
|
+
const peg$c1781 = "9+5";
|
|
16275
|
+
const peg$c1782 = peg$literalExpectation("9+5", false);
|
|
16276
|
+
const peg$c1783 = "9b5";
|
|
16277
|
+
const peg$c1784 = peg$literalExpectation("9b5", false);
|
|
16278
|
+
const peg$c1785 = "9-5";
|
|
16279
|
+
const peg$c1786 = peg$literalExpectation("9-5", false);
|
|
16280
|
+
const peg$c1787 = "dim";
|
|
16281
|
+
const peg$c1788 = peg$literalExpectation("dim", false);
|
|
16282
|
+
const peg$c1789 = "mb5";
|
|
16283
|
+
const peg$c1790 = peg$literalExpectation("mb5", false);
|
|
16284
|
+
const peg$c1791 = "m-5";
|
|
16285
|
+
const peg$c1792 = peg$literalExpectation("m-5", false);
|
|
16286
|
+
const peg$c1793 = "-b5";
|
|
16287
|
+
const peg$c1794 = peg$literalExpectation("-b5", false);
|
|
16288
|
+
const peg$c1795 = "min";
|
|
16289
|
+
const peg$c1796 = peg$literalExpectation("min", false);
|
|
16290
|
+
const peg$c1797 = "mM7";
|
|
16291
|
+
const peg$c1798 = peg$literalExpectation("mM7", false);
|
|
16292
|
+
const peg$c1799 = "m+7";
|
|
16293
|
+
const peg$c1800 = peg$literalExpectation("m+7", false);
|
|
16294
|
+
const peg$c1801 = "mM9";
|
|
16295
|
+
const peg$c1802 = peg$literalExpectation("mM9", false);
|
|
16296
|
+
const peg$c1803 = "m+9";
|
|
16297
|
+
const peg$c1804 = peg$literalExpectation("m+9", false);
|
|
16298
|
+
const peg$c1805 = "m11";
|
|
16299
|
+
const peg$c1806 = peg$literalExpectation("m11", false);
|
|
16300
|
+
const peg$c1807 = "-11";
|
|
16301
|
+
const peg$c1808 = peg$literalExpectation("-11", false);
|
|
16302
|
+
const peg$c1809 = "m13";
|
|
16303
|
+
const peg$c1810 = peg$literalExpectation("m13", false);
|
|
16304
|
+
const peg$c1811 = "-13";
|
|
16305
|
+
const peg$c1812 = peg$literalExpectation("-13", false);
|
|
16306
|
+
const peg$c1813 = "mi2";
|
|
16307
|
+
const peg$c1814 = peg$literalExpectation("mi2", false);
|
|
16308
|
+
const peg$c1815 = "mi6";
|
|
16309
|
+
const peg$c1816 = peg$literalExpectation("mi6", false);
|
|
16310
|
+
const peg$c1817 = "m69";
|
|
16311
|
+
const peg$c1818 = peg$literalExpectation("m69", false);
|
|
16312
|
+
const peg$c1819 = "mi7";
|
|
16313
|
+
const peg$c1820 = peg$literalExpectation("mi7", false);
|
|
16314
|
+
const peg$c1821 = "m74";
|
|
16315
|
+
const peg$c1822 = peg$literalExpectation("m74", false);
|
|
16316
|
+
const peg$c1823 = "mi9";
|
|
16317
|
+
const peg$c1824 = peg$literalExpectation("mi9", false);
|
|
16318
|
+
const peg$c1825 = "ma9";
|
|
16319
|
+
const peg$c1826 = peg$literalExpectation("ma9", false);
|
|
16320
|
+
const peg$c1827 = "+11";
|
|
16321
|
+
const peg$c1828 = peg$literalExpectation("+11", false);
|
|
16322
|
+
const peg$c1829 = "M11";
|
|
16323
|
+
const peg$c1830 = peg$literalExpectation("M11", false);
|
|
16324
|
+
const peg$c1831 = "+13";
|
|
16325
|
+
const peg$c1832 = peg$literalExpectation("+13", false);
|
|
16326
|
+
const peg$c1833 = "M13";
|
|
16327
|
+
const peg$c1834 = peg$literalExpectation("M13", false);
|
|
16328
|
+
const peg$c1835 = "ma6";
|
|
16329
|
+
const peg$c1836 = peg$literalExpectation("ma6", false);
|
|
16330
|
+
const peg$c1837 = "ma7";
|
|
16331
|
+
const peg$c1838 = peg$literalExpectation("ma7", false);
|
|
16332
|
+
const peg$c1839 = "sus";
|
|
16333
|
+
const peg$c1840 = peg$literalExpectation("sus", false);
|
|
16334
|
+
const peg$c1841 = "#4";
|
|
16335
|
+
const peg$c1842 = peg$literalExpectation("#4", false);
|
|
16336
|
+
const peg$c1843 = "+4";
|
|
16337
|
+
const peg$c1844 = peg$literalExpectation("+4", false);
|
|
16338
|
+
const peg$c1845 = "-5";
|
|
16339
|
+
const peg$c1846 = peg$literalExpectation("-5", false);
|
|
16340
|
+
const peg$c1847 = "b5";
|
|
16341
|
+
const peg$c1848 = peg$literalExpectation("b5", false);
|
|
16342
|
+
const peg$c1849 = "ma";
|
|
16343
|
+
const peg$c1850 = peg$literalExpectation("ma", false);
|
|
16344
|
+
const peg$c1851 = "Ma";
|
|
16345
|
+
const peg$c1852 = peg$literalExpectation("Ma", false);
|
|
16346
|
+
const peg$c1853 = "#5";
|
|
16347
|
+
const peg$c1854 = peg$literalExpectation("#5", false);
|
|
16348
|
+
const peg$c1855 = "+5";
|
|
16349
|
+
const peg$c1856 = peg$literalExpectation("+5", false);
|
|
16350
|
+
const peg$c1857 = "11";
|
|
16351
|
+
const peg$c1858 = peg$literalExpectation("11", false);
|
|
16352
|
+
const peg$c1859 = "13";
|
|
16353
|
+
const peg$c1860 = peg$literalExpectation("13", false);
|
|
16354
|
+
const peg$c1861 = "42";
|
|
16355
|
+
const peg$c1862 = peg$literalExpectation("42", false);
|
|
16356
|
+
const peg$c1863 = "69";
|
|
16357
|
+
const peg$c1864 = peg$literalExpectation("69", false);
|
|
16358
|
+
const peg$c1865 = "x7";
|
|
16359
|
+
const peg$c1866 = peg$literalExpectation("x7", false);
|
|
16360
|
+
const peg$c1867 = "x9";
|
|
16361
|
+
const peg$c1868 = peg$literalExpectation("x9", false);
|
|
16362
|
+
const peg$c1869 = "o7";
|
|
16363
|
+
const peg$c1870 = peg$literalExpectation("o7", false);
|
|
16364
|
+
const peg$c1871 = peg$literalExpectation("mi", false);
|
|
16365
|
+
const peg$c1872 = "m2";
|
|
16366
|
+
const peg$c1873 = peg$literalExpectation("m2", false);
|
|
16367
|
+
const peg$c1874 = "m4";
|
|
16368
|
+
const peg$c1875 = peg$literalExpectation("m4", false);
|
|
16369
|
+
const peg$c1876 = "m6";
|
|
16370
|
+
const peg$c1877 = peg$literalExpectation("m6", false);
|
|
16371
|
+
const peg$c1878 = "-6";
|
|
16372
|
+
const peg$c1879 = peg$literalExpectation("-6", false);
|
|
16373
|
+
const peg$c1880 = "m7";
|
|
16374
|
+
const peg$c1881 = peg$literalExpectation("m7", false);
|
|
16375
|
+
const peg$c1882 = "-7";
|
|
16376
|
+
const peg$c1883 = peg$literalExpectation("-7", false);
|
|
16377
|
+
const peg$c1884 = "m9";
|
|
16378
|
+
const peg$c1885 = peg$literalExpectation("m9", false);
|
|
16379
|
+
const peg$c1886 = "-9";
|
|
16380
|
+
const peg$c1887 = peg$literalExpectation("-9", false);
|
|
16381
|
+
const peg$c1888 = "+7";
|
|
16382
|
+
const peg$c1889 = peg$literalExpectation("+7", false);
|
|
16383
|
+
const peg$c1890 = "#7";
|
|
16384
|
+
const peg$c1891 = peg$literalExpectation("#7", false);
|
|
16385
|
+
const peg$c1892 = "M7";
|
|
16386
|
+
const peg$c1893 = peg$literalExpectation("M7", false);
|
|
16387
|
+
const peg$c1894 = "+9";
|
|
16388
|
+
const peg$c1895 = peg$literalExpectation("+9", false);
|
|
16389
|
+
const peg$c1896 = "M9";
|
|
16390
|
+
const peg$c1897 = peg$literalExpectation("M9", false);
|
|
16391
|
+
const peg$c1898 = /^[+\-24-79Mmx]/;
|
|
16392
|
+
const peg$c1899 = peg$classExpectation([
|
|
16217
16393
|
"+",
|
|
16218
16394
|
"-",
|
|
16219
16395
|
"2",
|
|
@@ -16226,15 +16402,15 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
16226
16402
|
"m",
|
|
16227
16403
|
"x"
|
|
16228
16404
|
], false, false);
|
|
16229
|
-
const peg$
|
|
16230
|
-
const peg$
|
|
16405
|
+
const peg$c1900 = /^[\n\r]/;
|
|
16406
|
+
const peg$c1901 = peg$classExpectation([
|
|
16231
16407
|
"\n",
|
|
16232
16408
|
"\r"
|
|
16233
16409
|
], false, false);
|
|
16234
|
-
const peg$
|
|
16235
|
-
const peg$
|
|
16236
|
-
const peg$
|
|
16237
|
-
const peg$
|
|
16410
|
+
const peg$c1902 = "\n";
|
|
16411
|
+
const peg$c1903 = peg$literalExpectation("\n", false);
|
|
16412
|
+
const peg$c1904 = "\r";
|
|
16413
|
+
const peg$c1905 = peg$literalExpectation("\r", false);
|
|
16238
16414
|
let peg$currPos = 0;
|
|
16239
16415
|
let peg$savedPos = 0;
|
|
16240
16416
|
const peg$posDetailsCache = [
|
|
@@ -23603,20 +23779,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
23603
23779
|
if (peg$silentFails === 0) peg$fail(peg$c1390);
|
|
23604
23780
|
}
|
|
23605
23781
|
if (s0 === peg$FAILED) {
|
|
23606
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
23607
|
-
s0 = peg$
|
|
23782
|
+
if (input.substr(peg$currPos, 5) === peg$c1391) {
|
|
23783
|
+
s0 = peg$c1391;
|
|
23608
23784
|
peg$currPos += 5;
|
|
23609
23785
|
} else {
|
|
23610
23786
|
s0 = peg$FAILED;
|
|
23611
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
23787
|
+
if (peg$silentFails === 0) peg$fail(peg$c1392);
|
|
23612
23788
|
}
|
|
23613
23789
|
if (s0 === peg$FAILED) {
|
|
23614
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
23615
|
-
s0 = peg$
|
|
23790
|
+
if (input.substr(peg$currPos, 5) === peg$c1389) {
|
|
23791
|
+
s0 = peg$c1389;
|
|
23616
23792
|
peg$currPos += 5;
|
|
23617
23793
|
} else {
|
|
23618
23794
|
s0 = peg$FAILED;
|
|
23619
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
23795
|
+
if (peg$silentFails === 0) peg$fail(peg$c1390);
|
|
23620
23796
|
}
|
|
23621
23797
|
if (s0 === peg$FAILED) {
|
|
23622
23798
|
if (input.substr(peg$currPos, 5) === peg$c1393) {
|
|
@@ -23747,12 +23923,12 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
23747
23923
|
if (peg$silentFails === 0) peg$fail(peg$c1424);
|
|
23748
23924
|
}
|
|
23749
23925
|
if (s0 === peg$FAILED) {
|
|
23750
|
-
if (input.substr(peg$currPos, 5) === peg$
|
|
23751
|
-
s0 = peg$
|
|
23926
|
+
if (input.substr(peg$currPos, 5) === peg$c1425) {
|
|
23927
|
+
s0 = peg$c1425;
|
|
23752
23928
|
peg$currPos += 5;
|
|
23753
23929
|
} else {
|
|
23754
23930
|
s0 = peg$FAILED;
|
|
23755
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
23931
|
+
if (peg$silentFails === 0) peg$fail(peg$c1426);
|
|
23756
23932
|
}
|
|
23757
23933
|
if (s0 === peg$FAILED) {
|
|
23758
23934
|
if (input.substr(peg$currPos, 5) === peg$c1425) {
|
|
@@ -24281,9 +24457,9 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
24281
24457
|
if (peg$silentFails === 0) peg$fail(peg$c1530);
|
|
24282
24458
|
}
|
|
24283
24459
|
if (s0 === peg$FAILED) {
|
|
24284
|
-
if (input.substr(peg$currPos,
|
|
24460
|
+
if (input.substr(peg$currPos, 5) === peg$c1531) {
|
|
24285
24461
|
s0 = peg$c1531;
|
|
24286
|
-
peg$currPos +=
|
|
24462
|
+
peg$currPos += 5;
|
|
24287
24463
|
} else {
|
|
24288
24464
|
s0 = peg$FAILED;
|
|
24289
24465
|
if (peg$silentFails === 0) peg$fail(peg$c1532);
|
|
@@ -24825,20 +25001,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
24825
25001
|
if (peg$silentFails === 0) peg$fail(peg$c1666);
|
|
24826
25002
|
}
|
|
24827
25003
|
if (s0 === peg$FAILED) {
|
|
24828
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24829
|
-
s0 = peg$
|
|
25004
|
+
if (input.substr(peg$currPos, 4) === peg$c1667) {
|
|
25005
|
+
s0 = peg$c1667;
|
|
24830
25006
|
peg$currPos += 4;
|
|
24831
25007
|
} else {
|
|
24832
25008
|
s0 = peg$FAILED;
|
|
24833
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25009
|
+
if (peg$silentFails === 0) peg$fail(peg$c1668);
|
|
24834
25010
|
}
|
|
24835
25011
|
if (s0 === peg$FAILED) {
|
|
24836
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24837
|
-
s0 = peg$
|
|
25012
|
+
if (input.substr(peg$currPos, 4) === peg$c1665) {
|
|
25013
|
+
s0 = peg$c1665;
|
|
24838
25014
|
peg$currPos += 4;
|
|
24839
25015
|
} else {
|
|
24840
25016
|
s0 = peg$FAILED;
|
|
24841
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25017
|
+
if (peg$silentFails === 0) peg$fail(peg$c1666);
|
|
24842
25018
|
}
|
|
24843
25019
|
if (s0 === peg$FAILED) {
|
|
24844
25020
|
if (input.substr(peg$currPos, 4) === peg$c1669) {
|
|
@@ -24857,20 +25033,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
24857
25033
|
if (peg$silentFails === 0) peg$fail(peg$c1672);
|
|
24858
25034
|
}
|
|
24859
25035
|
if (s0 === peg$FAILED) {
|
|
24860
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24861
|
-
s0 = peg$
|
|
25036
|
+
if (input.substr(peg$currPos, 4) === peg$c1673) {
|
|
25037
|
+
s0 = peg$c1673;
|
|
24862
25038
|
peg$currPos += 4;
|
|
24863
25039
|
} else {
|
|
24864
25040
|
s0 = peg$FAILED;
|
|
24865
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25041
|
+
if (peg$silentFails === 0) peg$fail(peg$c1674);
|
|
24866
25042
|
}
|
|
24867
25043
|
if (s0 === peg$FAILED) {
|
|
24868
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24869
|
-
s0 = peg$
|
|
25044
|
+
if (input.substr(peg$currPos, 4) === peg$c1671) {
|
|
25045
|
+
s0 = peg$c1671;
|
|
24870
25046
|
peg$currPos += 4;
|
|
24871
25047
|
} else {
|
|
24872
25048
|
s0 = peg$FAILED;
|
|
24873
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25049
|
+
if (peg$silentFails === 0) peg$fail(peg$c1672);
|
|
24874
25050
|
}
|
|
24875
25051
|
if (s0 === peg$FAILED) {
|
|
24876
25052
|
if (input.substr(peg$currPos, 4) === peg$c1675) {
|
|
@@ -24889,20 +25065,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
24889
25065
|
if (peg$silentFails === 0) peg$fail(peg$c1678);
|
|
24890
25066
|
}
|
|
24891
25067
|
if (s0 === peg$FAILED) {
|
|
24892
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24893
|
-
s0 = peg$
|
|
25068
|
+
if (input.substr(peg$currPos, 4) === peg$c1679) {
|
|
25069
|
+
s0 = peg$c1679;
|
|
24894
25070
|
peg$currPos += 4;
|
|
24895
25071
|
} else {
|
|
24896
25072
|
s0 = peg$FAILED;
|
|
24897
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25073
|
+
if (peg$silentFails === 0) peg$fail(peg$c1680);
|
|
24898
25074
|
}
|
|
24899
25075
|
if (s0 === peg$FAILED) {
|
|
24900
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24901
|
-
s0 = peg$
|
|
25076
|
+
if (input.substr(peg$currPos, 4) === peg$c1677) {
|
|
25077
|
+
s0 = peg$c1677;
|
|
24902
25078
|
peg$currPos += 4;
|
|
24903
25079
|
} else {
|
|
24904
25080
|
s0 = peg$FAILED;
|
|
24905
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25081
|
+
if (peg$silentFails === 0) peg$fail(peg$c1678);
|
|
24906
25082
|
}
|
|
24907
25083
|
if (s0 === peg$FAILED) {
|
|
24908
25084
|
if (input.substr(peg$currPos, 4) === peg$c1681) {
|
|
@@ -24921,20 +25097,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
24921
25097
|
if (peg$silentFails === 0) peg$fail(peg$c1684);
|
|
24922
25098
|
}
|
|
24923
25099
|
if (s0 === peg$FAILED) {
|
|
24924
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24925
|
-
s0 = peg$
|
|
25100
|
+
if (input.substr(peg$currPos, 4) === peg$c1685) {
|
|
25101
|
+
s0 = peg$c1685;
|
|
24926
25102
|
peg$currPos += 4;
|
|
24927
25103
|
} else {
|
|
24928
25104
|
s0 = peg$FAILED;
|
|
24929
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25105
|
+
if (peg$silentFails === 0) peg$fail(peg$c1686);
|
|
24930
25106
|
}
|
|
24931
25107
|
if (s0 === peg$FAILED) {
|
|
24932
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
24933
|
-
s0 = peg$
|
|
25108
|
+
if (input.substr(peg$currPos, 4) === peg$c1683) {
|
|
25109
|
+
s0 = peg$c1683;
|
|
24934
25110
|
peg$currPos += 4;
|
|
24935
25111
|
} else {
|
|
24936
25112
|
s0 = peg$FAILED;
|
|
24937
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25113
|
+
if (peg$silentFails === 0) peg$fail(peg$c1684);
|
|
24938
25114
|
}
|
|
24939
25115
|
if (s0 === peg$FAILED) {
|
|
24940
25116
|
if (input.substr(peg$currPos, 4) === peg$c1687) {
|
|
@@ -25047,36 +25223,36 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25047
25223
|
}
|
|
25048
25224
|
function peg$parseChordSuffix8() {
|
|
25049
25225
|
let s0;
|
|
25050
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25051
|
-
s0 = peg$
|
|
25226
|
+
if (input.substr(peg$currPos, 4) === peg$c1689) {
|
|
25227
|
+
s0 = peg$c1689;
|
|
25052
25228
|
peg$currPos += 4;
|
|
25053
25229
|
} else {
|
|
25054
25230
|
s0 = peg$FAILED;
|
|
25055
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25231
|
+
if (peg$silentFails === 0) peg$fail(peg$c1690);
|
|
25056
25232
|
}
|
|
25057
25233
|
if (s0 === peg$FAILED) {
|
|
25058
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25059
|
-
s0 = peg$
|
|
25234
|
+
if (input.substr(peg$currPos, 4) === peg$c1647) {
|
|
25235
|
+
s0 = peg$c1647;
|
|
25060
25236
|
peg$currPos += 4;
|
|
25061
25237
|
} else {
|
|
25062
25238
|
s0 = peg$FAILED;
|
|
25063
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25239
|
+
if (peg$silentFails === 0) peg$fail(peg$c1648);
|
|
25064
25240
|
}
|
|
25065
25241
|
if (s0 === peg$FAILED) {
|
|
25066
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25067
|
-
s0 = peg$
|
|
25242
|
+
if (input.substr(peg$currPos, 4) === peg$c1691) {
|
|
25243
|
+
s0 = peg$c1691;
|
|
25068
25244
|
peg$currPos += 4;
|
|
25069
25245
|
} else {
|
|
25070
25246
|
s0 = peg$FAILED;
|
|
25071
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25247
|
+
if (peg$silentFails === 0) peg$fail(peg$c1692);
|
|
25072
25248
|
}
|
|
25073
25249
|
if (s0 === peg$FAILED) {
|
|
25074
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25075
|
-
s0 = peg$
|
|
25250
|
+
if (input.substr(peg$currPos, 4) === peg$c1647) {
|
|
25251
|
+
s0 = peg$c1647;
|
|
25076
25252
|
peg$currPos += 4;
|
|
25077
25253
|
} else {
|
|
25078
25254
|
s0 = peg$FAILED;
|
|
25079
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25255
|
+
if (peg$silentFails === 0) peg$fail(peg$c1648);
|
|
25080
25256
|
}
|
|
25081
25257
|
if (s0 === peg$FAILED) {
|
|
25082
25258
|
if (input.substr(peg$currPos, 4) === peg$c1693) {
|
|
@@ -25095,20 +25271,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25095
25271
|
if (peg$silentFails === 0) peg$fail(peg$c1696);
|
|
25096
25272
|
}
|
|
25097
25273
|
if (s0 === peg$FAILED) {
|
|
25098
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25099
|
-
s0 = peg$
|
|
25274
|
+
if (input.substr(peg$currPos, 4) === peg$c1697) {
|
|
25275
|
+
s0 = peg$c1697;
|
|
25100
25276
|
peg$currPos += 4;
|
|
25101
25277
|
} else {
|
|
25102
25278
|
s0 = peg$FAILED;
|
|
25103
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25279
|
+
if (peg$silentFails === 0) peg$fail(peg$c1698);
|
|
25104
25280
|
}
|
|
25105
25281
|
if (s0 === peg$FAILED) {
|
|
25106
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25107
|
-
s0 = peg$
|
|
25282
|
+
if (input.substr(peg$currPos, 4) === peg$c1649) {
|
|
25283
|
+
s0 = peg$c1649;
|
|
25108
25284
|
peg$currPos += 4;
|
|
25109
25285
|
} else {
|
|
25110
25286
|
s0 = peg$FAILED;
|
|
25111
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25287
|
+
if (peg$silentFails === 0) peg$fail(peg$c1650);
|
|
25112
25288
|
}
|
|
25113
25289
|
if (s0 === peg$FAILED) {
|
|
25114
25290
|
if (input.substr(peg$currPos, 4) === peg$c1699) {
|
|
@@ -25143,28 +25319,28 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25143
25319
|
if (peg$silentFails === 0) peg$fail(peg$c1706);
|
|
25144
25320
|
}
|
|
25145
25321
|
if (s0 === peg$FAILED) {
|
|
25146
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25147
|
-
s0 = peg$
|
|
25322
|
+
if (input.substr(peg$currPos, 4) === peg$c1707) {
|
|
25323
|
+
s0 = peg$c1707;
|
|
25148
25324
|
peg$currPos += 4;
|
|
25149
25325
|
} else {
|
|
25150
25326
|
s0 = peg$FAILED;
|
|
25151
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25327
|
+
if (peg$silentFails === 0) peg$fail(peg$c1708);
|
|
25152
25328
|
}
|
|
25153
25329
|
if (s0 === peg$FAILED) {
|
|
25154
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25155
|
-
s0 = peg$
|
|
25330
|
+
if (input.substr(peg$currPos, 4) === peg$c1703) {
|
|
25331
|
+
s0 = peg$c1703;
|
|
25156
25332
|
peg$currPos += 4;
|
|
25157
25333
|
} else {
|
|
25158
25334
|
s0 = peg$FAILED;
|
|
25159
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25335
|
+
if (peg$silentFails === 0) peg$fail(peg$c1704);
|
|
25160
25336
|
}
|
|
25161
25337
|
if (s0 === peg$FAILED) {
|
|
25162
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25163
|
-
s0 = peg$
|
|
25338
|
+
if (input.substr(peg$currPos, 4) === peg$c1709) {
|
|
25339
|
+
s0 = peg$c1709;
|
|
25164
25340
|
peg$currPos += 4;
|
|
25165
25341
|
} else {
|
|
25166
25342
|
s0 = peg$FAILED;
|
|
25167
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25343
|
+
if (peg$silentFails === 0) peg$fail(peg$c1710);
|
|
25168
25344
|
}
|
|
25169
25345
|
if (s0 === peg$FAILED) {
|
|
25170
25346
|
if (input.substr(peg$currPos, 4) === peg$c1709) {
|
|
@@ -25255,20 +25431,20 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25255
25431
|
if (peg$silentFails === 0) peg$fail(peg$c1730);
|
|
25256
25432
|
}
|
|
25257
25433
|
if (s0 === peg$FAILED) {
|
|
25258
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25259
|
-
s0 = peg$
|
|
25434
|
+
if (input.substr(peg$currPos, 4) === peg$c1731) {
|
|
25435
|
+
s0 = peg$c1731;
|
|
25260
25436
|
peg$currPos += 4;
|
|
25261
25437
|
} else {
|
|
25262
25438
|
s0 = peg$FAILED;
|
|
25263
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25439
|
+
if (peg$silentFails === 0) peg$fail(peg$c1732);
|
|
25264
25440
|
}
|
|
25265
25441
|
if (s0 === peg$FAILED) {
|
|
25266
|
-
if (input.substr(peg$currPos, 4) === peg$
|
|
25267
|
-
s0 = peg$
|
|
25442
|
+
if (input.substr(peg$currPos, 4) === peg$c1701) {
|
|
25443
|
+
s0 = peg$c1701;
|
|
25268
25444
|
peg$currPos += 4;
|
|
25269
25445
|
} else {
|
|
25270
25446
|
s0 = peg$FAILED;
|
|
25271
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25447
|
+
if (peg$silentFails === 0) peg$fail(peg$c1702);
|
|
25272
25448
|
}
|
|
25273
25449
|
if (s0 === peg$FAILED) {
|
|
25274
25450
|
if (input.substr(peg$currPos, 4) === peg$c1733) {
|
|
@@ -25303,9 +25479,9 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25303
25479
|
if (peg$silentFails === 0) peg$fail(peg$c1740);
|
|
25304
25480
|
}
|
|
25305
25481
|
if (s0 === peg$FAILED) {
|
|
25306
|
-
if (input.substr(peg$currPos,
|
|
25482
|
+
if (input.substr(peg$currPos, 4) === peg$c1741) {
|
|
25307
25483
|
s0 = peg$c1741;
|
|
25308
|
-
peg$currPos +=
|
|
25484
|
+
peg$currPos += 4;
|
|
25309
25485
|
} else {
|
|
25310
25486
|
s0 = peg$FAILED;
|
|
25311
25487
|
if (peg$silentFails === 0) peg$fail(peg$c1742);
|
|
@@ -25687,33 +25863,33 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25687
25863
|
if (peg$silentFails === 0) peg$fail(peg$c1836);
|
|
25688
25864
|
}
|
|
25689
25865
|
if (s0 === peg$FAILED) {
|
|
25690
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
25691
|
-
s0 = peg$
|
|
25866
|
+
if (input.substr(peg$currPos, 3) === peg$c1837) {
|
|
25867
|
+
s0 = peg$c1837;
|
|
25692
25868
|
peg$currPos += 3;
|
|
25693
25869
|
} else {
|
|
25694
25870
|
s0 = peg$FAILED;
|
|
25695
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25871
|
+
if (peg$silentFails === 0) peg$fail(peg$c1838);
|
|
25696
25872
|
}
|
|
25697
25873
|
if (s0 === peg$FAILED) {
|
|
25698
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
25699
|
-
s0 = peg$
|
|
25874
|
+
if (input.substr(peg$currPos, 3) === peg$c1825) {
|
|
25875
|
+
s0 = peg$c1825;
|
|
25700
25876
|
peg$currPos += 3;
|
|
25701
25877
|
} else {
|
|
25702
25878
|
s0 = peg$FAILED;
|
|
25703
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25879
|
+
if (peg$silentFails === 0) peg$fail(peg$c1826);
|
|
25704
25880
|
}
|
|
25705
25881
|
if (s0 === peg$FAILED) {
|
|
25706
|
-
if (input.substr(peg$currPos, 3) === peg$
|
|
25707
|
-
s0 = peg$
|
|
25882
|
+
if (input.substr(peg$currPos, 3) === peg$c1825) {
|
|
25883
|
+
s0 = peg$c1825;
|
|
25708
25884
|
peg$currPos += 3;
|
|
25709
25885
|
} else {
|
|
25710
25886
|
s0 = peg$FAILED;
|
|
25711
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25887
|
+
if (peg$silentFails === 0) peg$fail(peg$c1826);
|
|
25712
25888
|
}
|
|
25713
25889
|
if (s0 === peg$FAILED) {
|
|
25714
|
-
if (input.substr(peg$currPos,
|
|
25890
|
+
if (input.substr(peg$currPos, 3) === peg$c1839) {
|
|
25715
25891
|
s0 = peg$c1839;
|
|
25716
|
-
peg$currPos +=
|
|
25892
|
+
peg$currPos += 3;
|
|
25717
25893
|
} else {
|
|
25718
25894
|
s0 = peg$FAILED;
|
|
25719
25895
|
if (peg$silentFails === 0) peg$fail(peg$c1840);
|
|
@@ -25791,12 +25967,12 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25791
25967
|
if (peg$silentFails === 0) peg$fail(peg$c1858);
|
|
25792
25968
|
}
|
|
25793
25969
|
if (s0 === peg$FAILED) {
|
|
25794
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
25795
|
-
s0 = peg$
|
|
25970
|
+
if (input.substr(peg$currPos, 2) === peg$c1859) {
|
|
25971
|
+
s0 = peg$c1859;
|
|
25796
25972
|
peg$currPos += 2;
|
|
25797
25973
|
} else {
|
|
25798
25974
|
s0 = peg$FAILED;
|
|
25799
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
25975
|
+
if (peg$silentFails === 0) peg$fail(peg$c1860);
|
|
25800
25976
|
}
|
|
25801
25977
|
if (s0 === peg$FAILED) {
|
|
25802
25978
|
if (input.substr(peg$currPos, 2) === peg$c1859) {
|
|
@@ -25839,12 +26015,12 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25839
26015
|
if (peg$silentFails === 0) peg$fail(peg$c1868);
|
|
25840
26016
|
}
|
|
25841
26017
|
if (s0 === peg$FAILED) {
|
|
25842
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
25843
|
-
s0 = peg$
|
|
26018
|
+
if (input.substr(peg$currPos, 2) === peg$c1869) {
|
|
26019
|
+
s0 = peg$c1869;
|
|
25844
26020
|
peg$currPos += 2;
|
|
25845
26021
|
} else {
|
|
25846
26022
|
s0 = peg$FAILED;
|
|
25847
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
26023
|
+
if (peg$silentFails === 0) peg$fail(peg$c1870);
|
|
25848
26024
|
}
|
|
25849
26025
|
}
|
|
25850
26026
|
}
|
|
@@ -25949,8 +26125,8 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
25949
26125
|
}
|
|
25950
26126
|
function peg$parseChordSuffix9() {
|
|
25951
26127
|
let s0;
|
|
25952
|
-
if (input.substr(peg$currPos, 2) === peg$
|
|
25953
|
-
s0 = peg$
|
|
26128
|
+
if (input.substr(peg$currPos, 2) === peg$c82) {
|
|
26129
|
+
s0 = peg$c82;
|
|
25954
26130
|
peg$currPos += 2;
|
|
25955
26131
|
} else {
|
|
25956
26132
|
s0 = peg$FAILED;
|
|
@@ -26053,13 +26229,22 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
26053
26229
|
if (peg$silentFails === 0) peg$fail(peg$c1895);
|
|
26054
26230
|
}
|
|
26055
26231
|
if (s0 === peg$FAILED) {
|
|
26056
|
-
if (
|
|
26057
|
-
s0 =
|
|
26058
|
-
peg$currPos
|
|
26232
|
+
if (input.substr(peg$currPos, 2) === peg$c1896) {
|
|
26233
|
+
s0 = peg$c1896;
|
|
26234
|
+
peg$currPos += 2;
|
|
26059
26235
|
} else {
|
|
26060
26236
|
s0 = peg$FAILED;
|
|
26061
26237
|
if (peg$silentFails === 0) peg$fail(peg$c1897);
|
|
26062
26238
|
}
|
|
26239
|
+
if (s0 === peg$FAILED) {
|
|
26240
|
+
if (peg$c1898.test(input.charAt(peg$currPos))) {
|
|
26241
|
+
s0 = input.charAt(peg$currPos);
|
|
26242
|
+
peg$currPos++;
|
|
26243
|
+
} else {
|
|
26244
|
+
s0 = peg$FAILED;
|
|
26245
|
+
if (peg$silentFails === 0) peg$fail(peg$c1899);
|
|
26246
|
+
}
|
|
26247
|
+
}
|
|
26063
26248
|
}
|
|
26064
26249
|
}
|
|
26065
26250
|
}
|
|
@@ -26077,12 +26262,12 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
26077
26262
|
}
|
|
26078
26263
|
function peg$parseNewLine() {
|
|
26079
26264
|
let s0;
|
|
26080
|
-
if (peg$
|
|
26265
|
+
if (peg$c1900.test(input.charAt(peg$currPos))) {
|
|
26081
26266
|
s0 = input.charAt(peg$currPos);
|
|
26082
26267
|
peg$currPos++;
|
|
26083
26268
|
} else {
|
|
26084
26269
|
s0 = peg$FAILED;
|
|
26085
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
26270
|
+
if (peg$silentFails === 0) peg$fail(peg$c1901);
|
|
26086
26271
|
}
|
|
26087
26272
|
if (s0 === peg$FAILED) s0 = peg$parseCarriageReturnLineFeed();
|
|
26088
26273
|
return s0;
|
|
@@ -26112,22 +26297,22 @@ function $f22c8d9a47c38bea$var$peg$parse(input, options) {
|
|
|
26112
26297
|
function peg$parseLineFeed() {
|
|
26113
26298
|
let s0;
|
|
26114
26299
|
if (input.charCodeAt(peg$currPos) === 10) {
|
|
26115
|
-
s0 = peg$
|
|
26300
|
+
s0 = peg$c1902;
|
|
26116
26301
|
peg$currPos++;
|
|
26117
26302
|
} else {
|
|
26118
26303
|
s0 = peg$FAILED;
|
|
26119
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
26304
|
+
if (peg$silentFails === 0) peg$fail(peg$c1903);
|
|
26120
26305
|
}
|
|
26121
26306
|
return s0;
|
|
26122
26307
|
}
|
|
26123
26308
|
function peg$parseCarriageReturn() {
|
|
26124
26309
|
let s0;
|
|
26125
26310
|
if (input.charCodeAt(peg$currPos) === 13) {
|
|
26126
|
-
s0 = peg$
|
|
26311
|
+
s0 = peg$c1904;
|
|
26127
26312
|
peg$currPos++;
|
|
26128
26313
|
} else {
|
|
26129
26314
|
s0 = peg$FAILED;
|
|
26130
|
-
if (peg$silentFails === 0) peg$fail(peg$
|
|
26315
|
+
if (peg$silentFails === 0) peg$fail(peg$c1905);
|
|
26131
26316
|
}
|
|
26132
26317
|
return s0;
|
|
26133
26318
|
}
|
|
@@ -27068,6 +27253,7 @@ class $51b611548911e213$export$94eb343ca6d26096 {
|
|
|
27068
27253
|
/**
|
|
27069
27254
|
* Gets conditional CSS styles from font configuration
|
|
27070
27255
|
*/ getConditionalStyles(style) {
|
|
27256
|
+
const normalizedFontStyles = this.getNormalizedFontStyles(style);
|
|
27071
27257
|
return {
|
|
27072
27258
|
...style.name && {
|
|
27073
27259
|
fontFamily: style.name
|
|
@@ -27075,15 +27261,7 @@ class $51b611548911e213$export$94eb343ca6d26096 {
|
|
|
27075
27261
|
...style.size && {
|
|
27076
27262
|
fontSize: `${style.size}px`
|
|
27077
27263
|
},
|
|
27078
|
-
...
|
|
27079
|
-
fontWeight: style.weight
|
|
27080
|
-
},
|
|
27081
|
-
...style.style && {
|
|
27082
|
-
fontStyle: style.style
|
|
27083
|
-
},
|
|
27084
|
-
...style.color && {
|
|
27085
|
-
color: style.color
|
|
27086
|
-
},
|
|
27264
|
+
...normalizedFontStyles,
|
|
27087
27265
|
...style.underline && {
|
|
27088
27266
|
textDecoration: 'underline'
|
|
27089
27267
|
},
|
|
@@ -27131,6 +27309,7 @@ class $51b611548911e213$export$94eb343ca6d26096 {
|
|
|
27131
27309
|
/**
|
|
27132
27310
|
* Applies font styles to an HTML element
|
|
27133
27311
|
*/ applyFontStyle(element, style) {
|
|
27312
|
+
const normalizedFontStyles = this.getNormalizedFontStyles(style);
|
|
27134
27313
|
const styles = {
|
|
27135
27314
|
whiteSpace: 'pre',
|
|
27136
27315
|
...style.name && {
|
|
@@ -27139,15 +27318,7 @@ class $51b611548911e213$export$94eb343ca6d26096 {
|
|
|
27139
27318
|
...style.size && {
|
|
27140
27319
|
fontSize: `${style.size}px`
|
|
27141
27320
|
},
|
|
27142
|
-
...
|
|
27143
|
-
fontWeight: style.weight
|
|
27144
|
-
},
|
|
27145
|
-
...style.style && {
|
|
27146
|
-
fontStyle: style.style
|
|
27147
|
-
},
|
|
27148
|
-
...style.color && {
|
|
27149
|
-
color: style.color
|
|
27150
|
-
},
|
|
27321
|
+
...normalizedFontStyles,
|
|
27151
27322
|
...style.underline && {
|
|
27152
27323
|
textDecoration: 'underline'
|
|
27153
27324
|
},
|
|
@@ -27177,6 +27348,27 @@ class $51b611548911e213$export$94eb343ca6d26096 {
|
|
|
27177
27348
|
*/ getCustomClass(elementType) {
|
|
27178
27349
|
return this.config.cssClasses?.[elementType];
|
|
27179
27350
|
}
|
|
27351
|
+
getNormalizedFontStyles(style) {
|
|
27352
|
+
const fontWeight = style.weight ?? (style.style === 'bold' ? 'bold' : undefined);
|
|
27353
|
+
const fontStyle = style.style && style.style !== 'bold' ? style.style : undefined;
|
|
27354
|
+
const color = this.normalizeColor(style.color);
|
|
27355
|
+
return {
|
|
27356
|
+
...fontWeight && {
|
|
27357
|
+
fontWeight: fontWeight
|
|
27358
|
+
},
|
|
27359
|
+
...fontStyle && {
|
|
27360
|
+
fontStyle: fontStyle
|
|
27361
|
+
},
|
|
27362
|
+
...color && {
|
|
27363
|
+
color: color
|
|
27364
|
+
}
|
|
27365
|
+
};
|
|
27366
|
+
}
|
|
27367
|
+
normalizeColor(color) {
|
|
27368
|
+
if (typeof color === 'number') return `rgb(${color}, ${color}, ${color})`;
|
|
27369
|
+
if (typeof color === 'string' && /^\d+$/.test(color)) return `rgb(${color}, ${color}, ${color})`;
|
|
27370
|
+
return color;
|
|
27371
|
+
}
|
|
27180
27372
|
}
|
|
27181
27373
|
var $51b611548911e213$export$2e2bcd8739ae039 = $51b611548911e213$export$94eb343ca6d26096;
|
|
27182
27374
|
|
|
@@ -27428,7 +27620,14 @@ class $6be14f9184cf598f$export$f1e5feaa438be04f {
|
|
|
27428
27620
|
if (!contentItem.condition) return true;
|
|
27429
27621
|
const { metadata: songMetadata, extraMetadata: extraMetadata } = this.context;
|
|
27430
27622
|
const metadata = new Proxy({}, {
|
|
27431
|
-
get: (_, prop)=>
|
|
27623
|
+
get: (_, prop)=>{
|
|
27624
|
+
const value = extraMetadata?.[prop] ?? songMetadata.get(prop);
|
|
27625
|
+
if ((prop === 'page' || prop === 'pages' || prop === 'renderTime') && typeof value === 'string') {
|
|
27626
|
+
const numericValue = Number(value);
|
|
27627
|
+
if (!Number.isNaN(numericValue)) return numericValue;
|
|
27628
|
+
}
|
|
27629
|
+
return value;
|
|
27630
|
+
}
|
|
27432
27631
|
});
|
|
27433
27632
|
return new (0, $fb708a54a5f79aab$export$2e2bcd8739ae039)(contentItem.condition, metadata).evaluate();
|
|
27434
27633
|
}
|
|
@@ -27442,15 +27641,18 @@ class $6be14f9184cf598f$export$f1e5feaa438be04f {
|
|
|
27442
27641
|
this.backend.setFontStyle(style);
|
|
27443
27642
|
const availableWidth = position.width || this.getAvailableWidth();
|
|
27444
27643
|
const y = sectionY + position.y;
|
|
27445
|
-
if (position.clip) this.renderClippedText(textValue,
|
|
27446
|
-
else this.renderMultilineText(textValue,
|
|
27644
|
+
if (position.clip) this.renderClippedText(textValue, textItem, availableWidth, y, style);
|
|
27645
|
+
else this.renderMultilineText(textValue, textItem, availableWidth, y, style);
|
|
27447
27646
|
}
|
|
27448
27647
|
/**
|
|
27449
27648
|
* Renders clipped text with optional ellipsis
|
|
27450
|
-
*/ renderClippedText(textValue,
|
|
27649
|
+
*/ renderClippedText(textValue, textItem, availableWidth, y, style) {
|
|
27650
|
+
const { position: position } = textItem;
|
|
27451
27651
|
const clippedText = position.ellipsis ? this.clipTextWithEllipsis(textValue, availableWidth, style) : this.clipText(textValue, availableWidth, style);
|
|
27452
27652
|
const textWidth = this.backend.getTextWidth(clippedText, style);
|
|
27453
|
-
const
|
|
27653
|
+
const alignmentWidth = position.width ?? textWidth;
|
|
27654
|
+
this.backend.setTextItem?.(textItem);
|
|
27655
|
+
const x = this.calculateX(position.x, alignmentWidth, position.offsetX);
|
|
27454
27656
|
this.backend.text(clippedText, x, y);
|
|
27455
27657
|
}
|
|
27456
27658
|
/**
|
|
@@ -27469,12 +27671,15 @@ class $6be14f9184cf598f$export$f1e5feaa438be04f {
|
|
|
27469
27671
|
}
|
|
27470
27672
|
/**
|
|
27471
27673
|
* Renders multiline text
|
|
27472
|
-
*/ renderMultilineText(textValue,
|
|
27674
|
+
*/ renderMultilineText(textValue, textItem, availableWidth, y, style) {
|
|
27675
|
+
const { position: position } = textItem;
|
|
27473
27676
|
const lines = this.backend.splitTextToSize(textValue, availableWidth, style);
|
|
27474
27677
|
let tempY = y;
|
|
27475
27678
|
lines.forEach((line)=>{
|
|
27476
27679
|
const lineWidth = this.backend.getTextWidth(line, style);
|
|
27477
|
-
const
|
|
27680
|
+
const alignmentWidth = position.width ?? lineWidth;
|
|
27681
|
+
this.backend.setTextItem?.(textItem);
|
|
27682
|
+
const x = this.calculateX(position.x, alignmentWidth, position.offsetX);
|
|
27478
27683
|
this.backend.text(line, x, tempY);
|
|
27479
27684
|
tempY += style.size * (style.lineHeight ?? 1.2);
|
|
27480
27685
|
});
|
|
@@ -27483,7 +27688,7 @@ class $6be14f9184cf598f$export$f1e5feaa438be04f {
|
|
|
27483
27688
|
* Renders an image
|
|
27484
27689
|
*/ renderImage(imageItem, sectionY) {
|
|
27485
27690
|
const { src: src, position: position, size: size, alias: alias, compression: compression, rotation: rotation } = imageItem;
|
|
27486
|
-
const x = this.calculateX(position.x, size.width);
|
|
27691
|
+
const x = this.calculateX(position.x, size.width, position.offsetX);
|
|
27487
27692
|
const y = sectionY + position.y;
|
|
27488
27693
|
const format = src.split('.').pop()?.toUpperCase();
|
|
27489
27694
|
this.backend.addImage(src, format, x, y, size.width, size.height, alias, compression, rotation);
|
|
@@ -27513,16 +27718,16 @@ class $6be14f9184cf598f$export$f1e5feaa438be04f {
|
|
|
27513
27718
|
}
|
|
27514
27719
|
/**
|
|
27515
27720
|
* Calculates the X position based on alignment
|
|
27516
|
-
*/ calculateX(alignment, width = 0) {
|
|
27721
|
+
*/ calculateX(alignment, width = 0, offsetX = 0) {
|
|
27517
27722
|
switch(alignment){
|
|
27518
27723
|
case 'center':
|
|
27519
|
-
return this.backend.pageSize.width / 2 - width / 2;
|
|
27724
|
+
return this.backend.pageSize.width / 2 - width / 2 + offsetX;
|
|
27520
27725
|
case 'right':
|
|
27521
|
-
return this.backend.pageSize.width - this.context.margins.right - width;
|
|
27726
|
+
return this.backend.pageSize.width - this.context.margins.right - width + offsetX;
|
|
27522
27727
|
case 'left':
|
|
27523
27728
|
default:
|
|
27524
|
-
if (typeof alignment === 'number') return this.context.margins.left + alignment;
|
|
27525
|
-
return this.context.margins.left;
|
|
27729
|
+
if (typeof alignment === 'number') return this.context.margins.left + alignment + offsetX;
|
|
27730
|
+
return this.context.margins.left + offsetX;
|
|
27526
27731
|
}
|
|
27527
27732
|
}
|
|
27528
27733
|
/**
|
|
@@ -27793,8 +27998,6 @@ var $6be14f9184cf598f$export$2e2bcd8739ae039 = $6be14f9184cf598f$export$f1e5feaa
|
|
|
27793
27998
|
*/ recordRenderingTime() {
|
|
27794
27999
|
const endTime = performance.now();
|
|
27795
28000
|
this.renderTime = (endTime - this.startTime) / 1000;
|
|
27796
|
-
// eslint-disable-next-line no-console
|
|
27797
|
-
console.log(`Rendered in ${this.renderTime.toFixed(2)} seconds`);
|
|
27798
28001
|
}
|
|
27799
28002
|
/**
|
|
27800
28003
|
* Get the elements for a specific page
|
|
@@ -27911,7 +28114,7 @@ var $d8f61af58ffafb14$export$2e2bcd8739ae039 = $d8f61af58ffafb14$var$Renderer;
|
|
|
27911
28114
|
/**
|
|
27912
28115
|
* Creates a new HtmlRenderer
|
|
27913
28116
|
*/ constructor(song, container, configuration){
|
|
27914
|
-
super(song), this._dimensions = null, this._dimensionCacheKey = null;
|
|
28117
|
+
super(song), this.currentLayoutFontStyle = null, this.currentLayoutSection = null, this.currentLayoutTextItem = null, this.currentLineStyle = null, this._dimensions = null, this._dimensionCacheKey = null;
|
|
27915
28118
|
this.container = container;
|
|
27916
28119
|
this.configuration = configuration;
|
|
27917
28120
|
this.styler = new (0, $51b611548911e213$export$2e2bcd8739ae039)({
|
|
@@ -27973,44 +28176,73 @@ var $d8f61af58ffafb14$export$2e2bcd8739ae039 = $d8f61af58ffafb14$var$Renderer;
|
|
|
27973
28176
|
console.log('Chord diagram rendering is stubbed out');
|
|
27974
28177
|
}
|
|
27975
28178
|
renderHeadersAndFooters() {
|
|
27976
|
-
const
|
|
27977
|
-
|
|
27978
|
-
|
|
27979
|
-
|
|
27980
|
-
|
|
27981
|
-
|
|
28179
|
+
const headerConfig = this.getHeaderConfig();
|
|
28180
|
+
const footerConfig = this.getFooterConfig();
|
|
28181
|
+
if (headerConfig) this.renderLayoutForEachPage(headerConfig, 'header');
|
|
28182
|
+
if (footerConfig) this.renderLayoutForEachPage(footerConfig, 'footer');
|
|
28183
|
+
this.resetLayoutRenderingState();
|
|
28184
|
+
}
|
|
28185
|
+
renderLayoutForEachPage(layoutConfig, section) {
|
|
28186
|
+
this.doc.eachPage((_page, index)=>{
|
|
28187
|
+
this.currentLayoutSection = section;
|
|
28188
|
+
this.resetLayoutRenderingState(section);
|
|
28189
|
+
this.createLayoutRenderer(index + 1, this.doc.totalPages).renderLayout(layoutConfig, section);
|
|
27982
28190
|
});
|
|
27983
28191
|
}
|
|
27984
|
-
|
|
27985
|
-
|
|
28192
|
+
resetLayoutRenderingState(section = null) {
|
|
28193
|
+
this.currentLayoutSection = section;
|
|
28194
|
+
this.currentLayoutFontStyle = null;
|
|
28195
|
+
this.currentLayoutTextItem = null;
|
|
28196
|
+
this.currentLineStyle = null;
|
|
28197
|
+
}
|
|
28198
|
+
createLayoutRenderer(page, totalPages) {
|
|
28199
|
+
const backend = this.createLayoutBackend(page, totalPages);
|
|
27986
28200
|
return new (0, $6be14f9184cf598f$export$2e2bcd8739ae039)(backend, {
|
|
27987
28201
|
metadata: this.song.metadata,
|
|
27988
28202
|
margins: this.dimensions.margins,
|
|
27989
|
-
extraMetadata: this.getExtraMetadata(
|
|
28203
|
+
extraMetadata: this.getExtraMetadata(page, totalPages)
|
|
27990
28204
|
});
|
|
27991
28205
|
}
|
|
27992
|
-
createLayoutBackend() {
|
|
28206
|
+
createLayoutBackend(page, totalPages) {
|
|
27993
28207
|
return {
|
|
27994
28208
|
pageSize: this.doc.pageSize,
|
|
27995
|
-
currentPage:
|
|
27996
|
-
totalPages:
|
|
28209
|
+
currentPage: page,
|
|
28210
|
+
totalPages: totalPages,
|
|
27997
28211
|
text: (content, x, y)=>this.renderHtmlText(content, x, y),
|
|
27998
28212
|
getTextWidth: (text, font)=>this.doc.getTextWidth(text, font),
|
|
27999
28213
|
splitTextToSize: (text, maxWidth, font)=>this.doc.splitTextToSize(text, maxWidth, font),
|
|
28000
|
-
setFontStyle: ()=>{
|
|
28214
|
+
setFontStyle: (style)=>{
|
|
28215
|
+
this.currentLayoutFontStyle = style;
|
|
28216
|
+
},
|
|
28217
|
+
setTextItem: (item)=>{
|
|
28218
|
+
this.currentLayoutTextItem = item;
|
|
28219
|
+
},
|
|
28001
28220
|
addElement: (element, x, y)=>this.doc.addElement(element, x, y),
|
|
28002
28221
|
addImage: (src, _format, x, y, width, height)=>this.renderHtmlImage(src, x, y, width, height),
|
|
28003
28222
|
line: (x1, y1, x2, y2)=>this.renderHtmlLine(x1, y1, x2, y2),
|
|
28004
|
-
setLineStyle: ()=>{
|
|
28223
|
+
setLineStyle: (style)=>{
|
|
28224
|
+
this.currentLineStyle = style;
|
|
28225
|
+
},
|
|
28005
28226
|
resetDash: ()=>{}
|
|
28006
28227
|
};
|
|
28007
28228
|
}
|
|
28008
28229
|
renderHtmlText(content, x, y) {
|
|
28009
28230
|
const element = document.createElement('div');
|
|
28010
28231
|
element.className = `${this.styler.prefix}header-text`;
|
|
28232
|
+
this.applyLayoutTextClasses(element);
|
|
28011
28233
|
element.textContent = content;
|
|
28234
|
+
this.applyLayoutTextStyles(element);
|
|
28012
28235
|
this.doc.addElement(element, x, y);
|
|
28013
28236
|
}
|
|
28237
|
+
applyLayoutTextClasses(element) {
|
|
28238
|
+
const sectionClass = this.currentLayoutSection ? this.styler.getCustomClass(this.currentLayoutSection) : undefined;
|
|
28239
|
+
if (sectionClass) element.classList.add(sectionClass);
|
|
28240
|
+
if (this.currentLayoutTextItem?.cssClass) element.classList.add(this.currentLayoutTextItem.cssClass);
|
|
28241
|
+
}
|
|
28242
|
+
applyLayoutTextStyles(element) {
|
|
28243
|
+
if (this.currentLayoutTextItem?.elementStyle) Object.assign(element.style, this.currentLayoutTextItem.elementStyle);
|
|
28244
|
+
if (this.currentLayoutFontStyle) this.styler.applyFontStyle(element, this.currentLayoutFontStyle);
|
|
28245
|
+
}
|
|
28014
28246
|
renderHtmlImage(src, x, y, width, height) {
|
|
28015
28247
|
const img = document.createElement('img');
|
|
28016
28248
|
img.className = `${this.styler.prefix}image`;
|
|
@@ -28022,11 +28254,12 @@ var $d8f61af58ffafb14$export$2e2bcd8739ae039 = $d8f61af58ffafb14$var$Renderer;
|
|
|
28022
28254
|
renderHtmlLine(x1, y1, x2, _y2) {
|
|
28023
28255
|
const lineElement = document.createElement('div');
|
|
28024
28256
|
lineElement.className = `${this.styler.prefix}line`;
|
|
28257
|
+
const lineStyle = this.currentLineStyle;
|
|
28025
28258
|
lineElement.style.width = `${x2 - x1}px`;
|
|
28026
|
-
lineElement.style.height = '
|
|
28027
|
-
lineElement.style.borderBottomWidth =
|
|
28028
|
-
lineElement.style.borderBottomStyle = 'solid';
|
|
28029
|
-
lineElement.style.borderBottomColor = '#000000';
|
|
28259
|
+
lineElement.style.height = '0';
|
|
28260
|
+
lineElement.style.borderBottomWidth = `${lineStyle?.width ?? 1}px`;
|
|
28261
|
+
lineElement.style.borderBottomStyle = lineStyle?.dash?.length ? 'dashed' : 'solid';
|
|
28262
|
+
lineElement.style.borderBottomColor = lineStyle?.color ?? '#000000';
|
|
28030
28263
|
this.doc.addElement(lineElement, x1, y1);
|
|
28031
28264
|
}
|
|
28032
28265
|
renderParagraphs(paragraphLayouts) {
|
|
@@ -37561,7 +37794,7 @@ const $ecd3f348894bfbde$var$endSectionTags = {
|
|
|
37561
37794
|
var $ecd3f348894bfbde$export$2e2bcd8739ae039 = $ecd3f348894bfbde$var$UltimateGuitarParser;
|
|
37562
37795
|
|
|
37563
37796
|
|
|
37564
|
-
var $a91afe1497b28cb4$export$2e2bcd8739ae039 = '14.
|
|
37797
|
+
var $a91afe1497b28cb4$export$2e2bcd8739ae039 = '14.6.0';
|
|
37565
37798
|
|
|
37566
37799
|
|
|
37567
37800
|
|