compendium

ref: master

data/psalter/bopfw-tunes.json


   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
[
    {
        "sel": "1a",
        "name": "Ellacombe",
        "tune": "The Man Is Blessed"
    },
    {
        "sel": "1b",
        "name": "Giesen",
        "tune": "How Blessed the Man"
    },
    {
        "sel": "2a",
        "name": "Salzburg (Hintze)",
        "tune": "Why Do Gentile Nations Rage?"
    },
    {
        "sel": "2b",
        "name": "Aberystwyth",
        "tune": "Jesus, Lover of My Soul"
    },
    {
        "sel": "2c",
        "name": "Hollingside",
        "tune": "Take My Life and Let it Be"
    },
    {
        "sel": "2d",
        "name": "Kent",
        "tune": "Why Do the Gentile Rage?"
    },
    {
        "sel": "3a",
        "name": "New Britain",
        "tune": "Amazing Grace"
    },
    {
        "sel": "3b",
        "name": "Toronto",
        "tune": "LORD, How My Foes Are Multiplied"
    },
    {
        "sel": "4a",
        "name": "Wallace",
        "tune": "Give Answer When I Call"
    },
    {
        "sel": "4b",
        "name": "Penitence",
        "tune": "In the Hour of Trial"
    },
    {
        "sel": "5a",
        "name": "Morning Light",
        "tune": "Listen to My Words, O LORD"
    },
    {
        "sel": "5b",
        "name": "Aberystwyth",
        "tune": "Jesus, Lover of My Soul"
    },
    {
        "sel": "5c",
        "name": "Scarborough Fair",
        "tune": "Listen to My Words, O LORD"
    },
    {
        "sel": "6a",
        "name": "Olive\u2019s Brow",
        "tune": "Tis Midnight, and on Olive's Brow"
    },
    {
        "sel": "6b",
        "name": "Morecambe",
        "tune": "Spirit of God, Descend upon My Heart"
    },
    {
        "sel": "7a",
        "name": "Slane",
        "tune": "Be Thou My Vision"
    },
    {
        "sel": "7b",
        "name": "National Hymn",
        "tune": "God of Our Fathers, Whose Almighty Hand"
    },
    {
        "sel": "8a",
        "name": "Dunfermline",
        "tune": "O LORD, Our Lord"
    },
    {
        "sel": "8b",
        "name": "Amsterdam",
        "tune": "Rise, My Soul, and Stretch Thy Wings"
    },
    {
        "sel": "8c",
        "name": "Stroudwater",
        "tune": "O LORD, Our Lord"
    },
    {
        "sel": "9a",
        "name": "Sankey",
        "tune": "Hiding in Thee; Faith is the Victory"
    },
    {
        "sel": "9b",
        "name": "Joanna (St. Denio)",
        "tune": "Immortal, Invisible, God Only Wise"
    },
    {
        "sel": "10a",
        "name": "Unde et Memores",
        "tune": "Why Do You Stand So Far Away?"
    },
    {
        "sel": "10b",
        "name": "Sursum Corda",
        "tune": "Lift Up Your Hearts!"
    },
    {
        "sel": "11a",
        "name": "Olmutz",
        "tune": "My Trust Is in the LORD"
    },
    {
        "sel": "11b",
        "name": "St. Bride",
        "tune": "My Trust Is in the LORD"
    },
    {
        "sel": "12",
        "name": "Lindesfarne",
        "tune": "Help, LORD"
    },
    {
        "sel": "13a",
        "name": "Meditation",
        "tune": "How Long Will You Forget Me, LORD?"
    },
    {
        "sel": "13b",
        "name": "Cleveland",
        "tune": "O How Long, LORD?"
    },
    {
        "sel": "14a",
        "name": "Passion Chorale",
        "tune": "O Sacred Head, Now Wounded"
    },
    {
        "sel": "14b",
        "name": "Old 128th",
        "tune": "Within His Heart the Fool Speaks"
    },
    {
        "sel": "15a",
        "name": "Lowry",
        "tune": "Savior, Thy Dying Love; Something for Jesus"
    },
    {
        "sel": "15b",
        "name": "Dawn",
        "tune": "Within Your Tent Who Will Reside?"
    },
    {
        "sel": "16a",
        "name": "Medfield",
        "tune": "Keep Me, O God"
    },
    {
        "sel": "16b",
        "name": "Abridge",
        "tune": "I'll Bless the LORD Who Counsels Me"
    },
    {
        "sel": "16c",
        "name": "Foundation",
        "tune": "How Firm a Foundation"
    },
    {
        "sel": "16d",
        "name": "Sterling",
        "tune": "Preserve Me, O God"
    },
    {
        "sel": "16e",
        "name": "Conserva Me",
        "tune": "Keep Me, O God"
    },
    {
        "sel": "17a",
        "name": "Landas",
        "tune": "My Faith Has Found a Resting Place"
    },
    {
        "sel": "17b",
        "name": "St Andrew",
        "tune": "Keep Me the Focus of Youth Eye"
    },
    {
        "sel": "17c",
        "name": "Arfryn",
        "tune": "Arise, Confront My Foe"
    },
    {
        "sel": "18a",
        "name": "Uxbridge",
        "tune": "I Love You, LORD"
    },
    {
        "sel": "18b",
        "name": "Freuen Wir Uns",
        "tune": "Holy Jesus! God of Love"
    },
    {
        "sel": "18c",
        "name": "Canonbury",
        "tune": "Lord, Speak to Me that I May Speak; I Gave My Life to Thee"
    },
    {
        "sel": "18d",
        "name": "Pentecost",
        "tune": "With Men of Kindness You Are Kind"
    },
    {
        "sel": "18e",
        "name": "Church Triumphant",
        "tune": "How Perfect Is the Way of God"
    },
    {
        "sel": "18f",
        "name": "Freuen Wir Uns",
        "tune": "Holy Jesus! God of Love"
    },
    {
        "sel": "18g",
        "name": "Andre",
        "tune": "Blessed Be My Rock"
    },
    {
        "sel": "18h",
        "name": "Crasselius",
        "tune": null
    },
    {
        "sel": "19a",
        "name": "Clarksville",
        "tune": "The Skies Above"
    },
    {
        "sel": "19b",
        "name": "Millennium",
        "tune": "The LORD'S Most Perfect Law"
    },
    {
        "sel": "20a",
        "name": "Sagina",
        "tune": "And Can It Be That I Should Gain?"
    },
    {
        "sel": "20b",
        "name": "Leighton",
        "tune": "The LORD Reply in Your Distress"
    },
    {
        "sel": "21a",
        "name": "Noel",
        "tune": "It Came Upon a Midnight Clear; A Thousand Years Have Come and Gone"
    },
    {
        "sel": "21b",
        "name": "Ellacombe",
        "tune": "Because the King Trusts in the LORD"
    },
    {
        "sel": "22a",
        "name": "Fillmore",
        "tune": "My God, My God"
    },
    {
        "sel": "22b",
        "name": "Veni Emmanuel",
        "tune": "O Come, O Come, Emmanuel"
    },
    {
        "sel": "22c",
        "name": "Wavertree",
        "tune": "Be Not Far Off"
    },
    {
        "sel": "22d",
        "name": "Vision",
        "tune": "I'll Praise You in the Gathering"
    },
    {
        "sel": "22e",
        "name": "Creation",
        "tune": "The Spacious Firmament on High"
    },
    {
        "sel": "23a",
        "name": "St. Columbia",
        "tune": "The King of Love My Shepherd Is"
    },
    {
        "sel": "23b",
        "name": "Crimond",
        "tune": "The Lord's My Shepherd, I'll Not Want"
    },
    {
        "sel": "23c",
        "name": "Bunessan",
        "tune": "Morning Has Broken"
    },
    {
        "sel": "23d",
        "name": "Wassail Wassail",
        "tune": "The LORD Is My Shepherd"
    },
    {
        "sel": "24a",
        "name": "To God Be The Glory",
        "tune": null
    },
    {
        "sel": "24b",
        "name": "St. George\u2019s Edinburgh",
        "tune": "Ye Gates, Lift Up Your Heads"
    },
    {
        "sel": "24c",
        "name": "Greyfriars",
        "tune": "The Earth and the Riches"
    },
    {
        "sel": "25a",
        "name": "Leominster",
        "tune": "To You I Lift My Soul"
    },
    {
        "sel": "25b",
        "name": "Calvary (Welcome Voice)",
        "tune": "The LORD Is Good and Just"
    },
    {
        "sel": "25c",
        "name": "Trentham",
        "tune": "Breathe on Me, Breath of God"
    },
    {
        "sel": "26a",
        "name": "Kingsfold",
        "tune": "LORD, Vindicate Me"
    },
    {
        "sel": "26b",
        "name": "Peace",
        "tune": "LORD, Vindicate Me"
    },
    {
        "sel": "27a",
        "name": "Willard",
        "tune": "The LORD Is My Light and My Salvation"
    },
    {
        "sel": "27b",
        "name": "St. Michael",
        "tune": "I Ask the LORD and Seek"
    },
    {
        "sel": "27c",
        "name": "St. Peter",
        "tune": "In Christ There is No East or West; How Sweet the Name of Jesus Sounds"
    },
    {
        "sel": "27d",
        "name": "Louise",
        "tune": "O LORD,Teach Me to Follow You"
    },
    {
        "sel": "28a",
        "name": "Amadeus",
        "tune": "LORD, I Call on You"
    },
    {
        "sel": "28b",
        "name": "Dundee (French)",
        "tune": "I Cry to You, O LORD"
    },
    {
        "sel": "28c",
        "name": "Brown",
        "tune": "The LORD Be Blessed"
    },
    {
        "sel": "29a",
        "name": "Joanna (St. Denio)",
        "tune": "Immortal, Invisible, God Only Wise"
    },
    {
        "sel": "29b",
        "name": "Normandy Carol",
        "tune": "When Wise Men Came Seeking"
    },
    {
        "sel": "30a",
        "name": "Angel\u2019s Story",
        "tune": "O Jesus, I Have Promised; I Love to Hear the Story"
    },
    {
        "sel": "30b",
        "name": "St. Theodulph",
        "tune": "All Glory, Laud, and Honor"
    },
    {
        "sel": "31a",
        "name": "Avondale (Gabriel)",
        "tune": "In You, O LORD, I Put My Trust"
    },
    {
        "sel": "31b",
        "name": "Lancashire",
        "tune": "The Day of the Resurrection; Lead On, O King Eternal"
    },
    {
        "sel": "31c",
        "name": "Llangloffan",
        "tune": "O God of Earth and Altar"
    },
    {
        "sel": "31d",
        "name": "Saints\u2019 Praise",
        "tune": "How Great the Good"
    },
    {
        "sel": "32a",
        "name": "Tabler",
        "tune": "What Blessedness"
    },
    {
        "sel": "32b",
        "name": "Main",
        "tune": "Instruction I Will Give to You"
    },
    {
        "sel": "32c",
        "name": "Vox Dilecti",
        "tune": "I Heard the Voice of Jesus Say"
    },
    {
        "sel": "32d",
        "name": "Campbell",
        "tune": "Instruction I Will Give to You"
    },
    {
        "sel": "33a",
        "name": "Dennis",
        "tune": "Blessed Be the Tie that Binds"
    },
    {
        "sel": "33b",
        "name": "Louisville",
        "tune": "With Gladness in the LORD"
    },
    {
        "sel": "33c",
        "name": "Ash Grove",
        "tune": "The LORD by His Word Has Created"
    },
    {
        "sel": "34a",
        "name": "Champs Elysees",
        "tune": "At All Times I Will Bless the Lord"
    },
    {
        "sel": "34b",
        "name": "Winchester New",
        "tune": "I Will At All Times Bless the LORD"
    },
    {
        "sel": "34c",
        "name": "Sweet Hour",
        "tune": "Sweet Hour of Prayer"
    },
    {
        "sel": "35a",
        "name": "Hamburg",
        "tune": "When I Survey the Wondrous Cross"
    },
    {
        "sel": "35b",
        "name": "Olive\u2019s Brow",
        "tune": "Tis Midnight, and on Olive's Brow"
    },
    {
        "sel": "35c",
        "name": "Wayfaring Stranger",
        "tune": "Now Men Arise to Bear False Witness"
    },
    {
        "sel": "35d",
        "name": "Wareham",
        "tune": "Great God We Sing That Mighty Hand"
    },
    {
        "sel": "35e",
        "name": "Leighton",
        "tune": "With Justice Judge Me, LORD"
    },
    {
        "sel": "36a",
        "name": "Manoah",
        "tune": "Begin, My Tongue, Some Heavenly Theme"
    },
    {
        "sel": "36b",
        "name": "Peace",
        "tune": "Your Love, LORD"
    },
    {
        "sel": "36c",
        "name": "Old 44th",
        "tune": "About the Wicked"
    },
    {
        "sel": "37a",
        "name": "Reward",
        "tune": "Do Not Be Angry"
    },
    {
        "sel": "37b",
        "name": "Omni Dei",
        "tune": "Wicked Men Against the Righteous"
    },
    {
        "sel": "37c",
        "name": "Beach Spring",
        "tune": "Steps a Man Takes"
    },
    {
        "sel": "37d",
        "name": "Compassion",
        "tune": "Though the Wicked Hound the Righteous"
    },
    {
        "sel": "38a",
        "name": "St. Sylvester",
        "tune": "LORD, Do Not in Hot Displeasure Speak"
    },
    {
        "sel": "38b",
        "name": "Katushka",
        "tune": "My Desire and Ceaseless Wailing"
    },
    {
        "sel": "38c",
        "name": "Mount Vernon",
        "tune": "You, O LORD, I Have Been Trusting"
    },
    {
        "sel": "39a",
        "name": "Langran",
        "tune": "I Said, \"I Will Keep Watch\""
    },
    {
        "sel": "39b",
        "name": "Eventide",
        "tune": "Abide With Me"
    },
    {
        "sel": "40a",
        "name": "Fingal",
        "tune": "I Waited for the LORD"
    },
    {
        "sel": "40b",
        "name": "Madrid",
        "tune": "Come Christians Join to Sing"
    },
    {
        "sel": "41a",
        "name": "Kingsfold",
        "tune": "How Blessed the Man Who Guides the Poor"
    },
    {
        "sel": "41b",
        "name": "Donnelly",
        "tune": "All Those Who Hate Me"
    },
    {
        "sel": "41c",
        "name": "Alpha",
        "tune": "Book One Doxology"
    },
    {
        "sel": "42a",
        "name": "St. Catherine",
        "tune": "Faith of Our Fathers, Living Still"
    },
    {
        "sel": "42b",
        "name": "Veni Emmanuel",
        "tune": "O Come, O Come, Emmanuel"
    },
    {
        "sel": "42c",
        "name": "Appalachia",
        "tune": "As Deer for Streams, I Pant for God"
    },
    {
        "sel": "42d",
        "name": "Steadfast",
        "tune": "O God, My Soul Is in Despair"
    },
    {
        "sel": "43a",
        "name": "Azmon",
        "tune": "O For a Thousand Tongues to Sing"
    },
    {
        "sel": "43b",
        "name": "St. Chrysostom",
        "tune": "O Vindicate Me"
    },
    {
        "sel": "44a",
        "name": "Foundation",
        "tune": "O God, We Have Heard of Your Works"
    },
    {
        "sel": "44b",
        "name": "Maldwyn",
        "tune": "The Earth and the Fullness..."
    },
    {
        "sel": "44c",
        "name": "Dominus Regit Me",
        "tune": "If We Have Forgotten"
    },
    {
        "sel": "45a",
        "name": "Methyr Tydfil",
        "tune": "My Heart is Stirred"
    },
    {
        "sel": "45b",
        "name": "Fairfield",
        "tune": "A Goodly Theme is Mine"
    },
    {
        "sel": "45c",
        "name": "Diademata",
        "tune": "Crown Him With Many Crowns"
    },
    {
        "sel": "46a",
        "name": "Pinneo",
        "tune": "God Is Our Refuge and Our Strength"
    },
    {
        "sel": "46b",
        "name": "Scott",
        "tune": "God Is Our Refuge and Our Strength"
    },
    {
        "sel": "46c",
        "name": "Ein\u2019 Feste Burg",
        "tune": "A Mighty Fortress is Our God"
    },
    {
        "sel": "47a",
        "name": "Petersham",
        "tune": "Thy Word is Like a Garden, Lord"
    },
    {
        "sel": "47b",
        "name": "Truro",
        "tune": "Lift Up Your Heads. Ye Mighty Gates"
    },
    {
        "sel": "48a",
        "name": "St. Clement",
        "tune": "The Day Thou Gavest, Lord, Is Ended"
    },
    {
        "sel": "48b",
        "name": "Bethlehem",
        "tune": "How Vast the Benefits Divine; All Nature's Works His Praise Declare"
    },
    {
        "sel": "48c",
        "name": "Zerah",
        "tune": "Within Your Temple"
    },
    {
        "sel": "49a",
        "name": "Amsterdam",
        "tune": "Hear This, All Earth's Nations"
    },
    {
        "sel": "49b",
        "name": "Aus Der Tiefe (Heinlein)",
        "tune": "Let No Fear Disturb Your Peace"
    },
    {
        "sel": "50a",
        "name": "Silver Street",
        "tune": "God, Most Supreme In Might"
    },
    {
        "sel": "50b",
        "name": "St. Thomas",
        "tune": "Come, We that Love the Lord; I Love Your Kingdom, Lord"
    },
    {
        "sel": "50c",
        "name": "Dinbych",
        "tune": "Commit All Thy Griefs"
    },
    {
        "sel": "51a",
        "name": "Toplady",
        "tune": "Rock of Ages"
    },
    {
        "sel": "51b",
        "name": "Myra",
        "tune": "O Hide Your Face"
    },
    {
        "sel": "51c",
        "name": "Jesu Meine Zuversicht",
        "tune": "Welcome God and Mary's Son"
    },
    {
        "sel": "51d",
        "name": "Ajalon",
        "tune": "Go to Dark Gethsemane"
    },
    {
        "sel": "52a",
        "name": "Anatevka",
        "tune": "Why Boast of Wrong?"
    },
    {
        "sel": "52b",
        "name": "Bryn Calfaria",
        "tune": "Hear, O Hear Us, Israel's Shepherd"
    },
    {
        "sel": "53a",
        "name": "Southwell",
        "tune": "Out of the Deep I Call"
    },
    {
        "sel": "53b",
        "name": "Leaf",
        "tune": "The Fool Has Spoken in His Heart"
    },
    {
        "sel": "54a",
        "name": "Austria",
        "tune": "Glorious Things of Thee are Spoken"
    },
    {
        "sel": "54b",
        "name": "Ebenezer (Ton-y-Botel)",
        "tune": "O Deep, Deep Love of Jesus; Once to Every Man and Nation"
    },
    {
        "sel": "55a",
        "name": "St. Anne",
        "tune": "O God, Our Help in Ages Past"
    },
    {
        "sel": "55b",
        "name": "Halifax",
        "tune": "Consume the Wicked"
    },
    {
        "sel": "55c",
        "name": "Bovina",
        "tune": "But as for Me, I'll Call on God"
    },
    {
        "sel": "56a",
        "name": "Consolation",
        "tune": "Awake, Awake to Love and Work"
    },
    {
        "sel": "56b",
        "name": "Coronation",
        "tune": "All Hail the Power"
    },
    {
        "sel": "57a",
        "name": "Tabler",
        "tune": "Be Merciful to Me, O God"
    },
    {
        "sel": "57b",
        "name": "Sunderland",
        "tune": "O Be Exalted High, O God"
    },
    {
        "sel": "58a",
        "name": "Adirondack",
        "tune": "Gods, Do You Really Speak with Righteousness?"
    },
    {
        "sel": "58b",
        "name": "Leicester",
        "tune": "O King of Kings"
    },
    {
        "sel": "59a",
        "name": "National Hymn",
        "tune": "Free Me, My God"
    },
    {
        "sel": "59b",
        "name": "Finlandia",
        "tune": "I Wait for You"
    },
    {
        "sel": "60a",
        "name": "Yorke Tune",
        "tune": "O God, You Have Rejected Us"
    },
    {
        "sel": "60b",
        "name": "All Saint\u2019s New",
        "tune": "The Son of God Goes Forth to War"
    },
    {
        "sel": "61a",
        "name": "Lyons",
        "tune": "O Worship the King; Ye Servants of God, Your Master Proclaim"
    },
    {
        "sel": "61b",
        "name": "Josephine",
        "tune": "Fret Not Thyself"
    },
    {
        "sel": "62a",
        "name": "Bruce",
        "tune": "My Soul Finds Rest in God Alone"
    },
    {
        "sel": "62b",
        "name": "Resignation",
        "tune": "My Shepherd Will Supply My Needs"
    },
    {
        "sel": "62c",
        "name": "Main",
        "tune": "They're Lighter than a Sigh"
    },
    {
        "sel": "63a",
        "name": "Te Deum",
        "tune": "O God, You are My God"
    },
    {
        "sel": "63b",
        "name": "Wetherby",
        "tune": "I'll Seek You Early, God"
    },
    {
        "sel": "63c",
        "name": "Cooling",
        "tune": "And When I Turn My Thoughts to You"
    },
    {
        "sel": "64a",
        "name": "Culross",
        "tune": "God, Hear My Voice"
    },
    {
        "sel": "64b",
        "name": "Kilmarnock",
        "tune": "God, Hear My Voice"
    },
    {
        "sel": "65a",
        "name": "Webb",
        "tune": "Stand Up, Stand Up for Jesus"
    },
    {
        "sel": "65b",
        "name": "Sheffield",
        "tune": "The Praises of Thy Wonders"
    },
    {
        "sel": "65c",
        "name": "Lauda Anima",
        "tune": "Praise, My Soul, the King of Heaven"
    },
    {
        "sel": "65d",
        "name": "Solid Rock",
        "tune": "On Christ the Solid Rock I Stand"
    },
    {
        "sel": "66a",
        "name": "Miles Lane",
        "tune": "All Hail the Power of Jesus' Name"
    },
    {
        "sel": "66b",
        "name": "Forest Green",
        "tune": "O Little Town of Bethlehem; Thy Word is Like a Garden, Lord"
    },
    {
        "sel": "66c",
        "name": "Wie Schon Leuchtet",
        "tune": "How Brightly Shines the Morning Star!; O Morning-star, How Fair! How Bright!"
    },
    {
        "sel": "67a",
        "name": "Missionary Hymn",
        "tune": "From Greenland's Icy Mountains"
    },
    {
        "sel": "67b",
        "name": "Aurelia",
        "tune": "The Church's One Foundation"
    },
    {
        "sel": "67c",
        "name": "Thaxted",
        "tune": "O God, Show Mercy to Us"
    },
    {
        "sel": "68a",
        "name": "Exsurgat Deus",
        "tune": "Let God Arise"
    },
    {
        "sel": "68b",
        "name": "Laight Street",
        "tune": "Let God Arise"
    },
    {
        "sel": "68c",
        "name": "Park Street",
        "tune": "But You, Jehovah, Shall Endure"
    },
    {
        "sel": "68d",
        "name": "In Babilone",
        "tune": "Hail, Thou Once Despised Jesus"
    },
    {
        "sel": "68e",
        "name": "Old 124th",
        "tune": "Now Israel May Say and That in Truth"
    },
    {
        "sel": "68f",
        "name": "Croydon",
        "tune": "Sing Out Your Praises"
    },
    {
        "sel": "69a",
        "name": "Salvum Fac",
        "tune": "Save Me, O God"
    },
    {
        "sel": "69b",
        "name": "Pilgrims",
        "tune": "Save Me from Sinking"
    },
    {
        "sel": "69c",
        "name": "Old 110th",
        "tune": "O Let Their Table Be a Snare"
    },
    {
        "sel": "69d",
        "name": "Sabbath Evening",
        "tune": "The Name of God"
    },
    {
        "sel": "70a",
        "name": "Noel Nouvelet",
        "tune": "Hasten, God, My Rescue"
    },
    {
        "sel": "70b",
        "name": "Jacki\u2019s 1st Lament",
        "tune": "Hasten, O God"
    },
    {
        "sel": "71a",
        "name": "Contemplation",
        "tune": "In You, O LORD, I Put My Trust"
    },
    {
        "sel": "71b",
        "name": "St. Peter",
        "tune": "Do Not Forsake Me in Old Age"
    },
    {
        "sel": "71c",
        "name": "Politz",
        "tune": "I'll Come to Tell the Mighty Deeds"
    },
    {
        "sel": "72a",
        "name": "Truro",
        "tune": "Lift Up Your Heads. Ye Mighty Gates"
    },
    {
        "sel": "72b",
        "name": "Duke Street",
        "tune": "Jesus Shall Reign Where'er the Sun"
    },
    {
        "sel": "72c",
        "name": "Andre",
        "tune": "May Waving Grain on Hilltops Thrive"
    },
    {
        "sel": "72d",
        "name": "Yorkshire",
        "tune": "Christians, Awake, Salute the Happy Morn"
    },
    {
        "sel": "72e",
        "name": "Siyahamba",
        "tune": "Marching in the Light of God"
    },
    {
        "sel": "72f",
        "name": "Effingham",
        "tune": "Book Two Doxology"
    },
    {
        "sel": "72g",
        "name": "Beta",
        "tune": "Book Two Doxology"
    },
    {
        "sel": "73a",
        "name": "St. Catherine",
        "tune": "Faith of Our Fathers Living Still"
    },
    {
        "sel": "73b",
        "name": "Vater Unser",
        "tune": "Our Father, Though in Heaven Above"
    },
    {
        "sel": "73c",
        "name": "Trust",
        "tune": "Yet Constantly I Am With You"
    },
    {
        "sel": "74a",
        "name": "Holocaust",
        "tune": "God, Why Forever Cast Us Off?"
    },
    {
        "sel": "74b",
        "name": "Broomsgrove",
        "tune": "Yet God My King Brings Forth"
    },
    {
        "sel": "75a",
        "name": "Ancyra",
        "tune": "To You, O God, We Render Thanks"
    },
    {
        "sel": "75b",
        "name": "Pinneo",
        "tune": "To You, O God, We Render Thanks"
    },
    {
        "sel": "76a",
        "name": "Regent Square",
        "tune": "Angels from the Realms of Glory"
    },
    {
        "sel": "76b",
        "name": "Westminster Abbey",
        "tune": "Christ is Made the Sure Foundation"
    },
    {
        "sel": "77a",
        "name": "He Leadeth Me",
        "tune": "He Leadeth Me"
    },
    {
        "sel": "77b",
        "name": "Wareham",
        "tune": "The LORD'S Deeds I Remember"
    },
    {
        "sel": "78a",
        "name": "Illa",
        "tune": "I Heard the Voice of Jesus Say"
    },
    {
        "sel": "78b",
        "name": "Champs Elysees",
        "tune": "O Come, My People"
    },
    {
        "sel": "78c",
        "name": "Naomi",
        "tune": "Ephraim's Sons"
    },
    {
        "sel": "78d",
        "name": "Donnelly",
        "tune": "Yet in the Desert Still They Sinned"
    },
    {
        "sel": "78e",
        "name": "St. Kilda",
        "tune": "In Heav'n He Made the East Wind Blow"
    },
    {
        "sel": "78f",
        "name": "Winchester Old",
        "tune": "They'd Turn and Seek God Eagerly"
    },
    {
        "sel": "78g",
        "name": "Anatevka",
        "tune": "These Rebels in the Wilderness"
    },
    {
        "sel": "78h",
        "name": "Endless Song",
        "tune": "Then He Struck Down"
    },
    {
        "sel": "78i",
        "name": "Agawam",
        "tune": "Yet They Rebelled"
    },
    {
        "sel": "78j",
        "name": "St. Ambrose",
        "tune": "As When Wine Makes the Soldier Bolder"
    },
    {
        "sel": "79a",
        "name": "Holy Cross",
        "tune": "O God, To Your Inheritance"
    },
    {
        "sel": "79b",
        "name": "Fair Haven",
        "tune": "O Charge Us Not With Former Sins"
    },
    {
        "sel": "80",
        "name": "Bryn Calfaria",
        "tune": "Hear, O Hear Us, Israel's Shepherd"
    },
    {
        "sel": "81a",
        "name": "Brother James\u2019 Air",
        "tune": "To God Our Strength"
    },
    {
        "sel": "81b",
        "name": "Keokuk",
        "tune": "Hear, O My People"
    },
    {
        "sel": "82a",
        "name": "Latvia",
        "tune": "God Is in His Congregation"
    },
    {
        "sel": "82b",
        "name": "Stuttgart",
        "tune": "God Is in His Congregation"
    },
    {
        "sel": "83",
        "name": "Salvum Fac",
        "tune": "Do Not Be Silent, God"
    },
    {
        "sel": "84a",
        "name": "Stella",
        "tune": "How Lovely, LORD"
    },
    {
        "sel": "84b",
        "name": "Melita",
        "tune": "Eternal Father Strong to Save"
    },
    {
        "sel": "84c",
        "name": "Sussex Carol",
        "tune": "On Christmas Night All Christians Sing"
    },
    {
        "sel": "84d",
        "name": "Woodworth",
        "tune": "Just as I Am, Without One Plea"
    },
    {
        "sel": "85a",
        "name": "Bera",
        "tune": "O LORD, Unto Your Land"
    },
    {
        "sel": "85b",
        "name": "Bradbury",
        "tune": "Savior, Like a Shepherd Lead Us"
    },
    {
        "sel": "86a",
        "name": "Conwell",
        "tune": "LORD, Listen and Answer"
    },
    {
        "sel": "86b",
        "name": "Delphine",
        "tune": "Your Way Teach Me, LORD"
    },
    {
        "sel": "87a",
        "name": "St. Leonard",
        "tune": "May the Mind of Christ My Savior"
    },
    {
        "sel": "87b",
        "name": "Effingham",
        "tune": "The LORD'S Foundation"
    },
    {
        "sel": "88a",
        "name": "Adirondack",
        "tune": "LORD, My Salvation"
    },
    {
        "sel": "88b",
        "name": "Ellers",
        "tune": "Savior, Again to Thy Dear Name We Raise"
    },
    {
        "sel": "89a",
        "name": "New Jerusalem",
        "tune": "The Lovingkindness of the LORD"
    },
    {
        "sel": "89b",
        "name": "Noel",
        "tune": "It Came Upon a Midnight Clear; A Thousand Years Have Come and Gone"
    },
    {
        "sel": "89c",
        "name": "St. Magnus",
        "tune": "The Head that Was Once Crowned with Thorns"
    },
    {
        "sel": "89d",
        "name": "Halifax",
        "tune": "In Visions Once You Spoke"
    },
    {
        "sel": "89e",
        "name": "Ayrshire",
        "tune": "And If His Sons Forsake My Law"
    },
    {
        "sel": "89f",
        "name": "Norwich",
        "tune": "Now Your Anointed You Have Spurned"
    },
    {
        "sel": "89g",
        "name": "Yorke Tune",
        "tune": "How Long, LORD?"
    },
    {
        "sel": "89h",
        "name": "Emmanuel",
        "tune": "Book Three Doxology"
    },
    {
        "sel": "90a",
        "name": "St. Chrysostom",
        "tune": "Lord, You Have Been Our Dwelling Place"
    },
    {
        "sel": "90b",
        "name": "St. Catherine",
        "tune": "Faith of Our Fathers, Living Still"
    },
    {
        "sel": "91a",
        "name": "Hyfrydol",
        "tune": "Come, Thou Long Expected Jesus; Alleluia! Sing to Jesus!"
    },
    {
        "sel": "91b",
        "name": "Woodworth",
        "tune": "The One Who Has a Refuge Safe"
    },
    {
        "sel": "91c",
        "name": "Retreat",
        "tune": "From Every Stormy Wind that Blows"
    },
    {
        "sel": "91d",
        "name": "Walton",
        "tune": "The Lion Will Become Your Prey"
    },
    {
        "sel": "92",
        "name": "Darwall",
        "tune": "Rejoice! The Lord is King"
    },
    {
        "sel": "93a",
        "name": "Rialto",
        "tune": "The LORD Is Crowned as King"
    },
    {
        "sel": "93b",
        "name": "Monks Gate",
        "tune": "To Be a Pilgrim (He Who Would Valiant Be)"
    },
    {
        "sel": "94a",
        "name": "Austria",
        "tune": "Glorious Things of Thee are Spoken"
    },
    {
        "sel": "94b",
        "name": "Ebenezer (Ton-y-Botel)",
        "tune": "O Deep, Deep Love of Jesus; Once to Every Man and Nation"
    },
    {
        "sel": "95a",
        "name": "Alexandria",
        "tune": "Come to the LORD and Sing For Joy"
    },
    {
        "sel": "95b",
        "name": "Orlington",
        "tune": "O Come and Let Us Worship Hiom"
    },
    {
        "sel": "95c",
        "name": "Norwich",
        "tune": "Today If You Will Hear His Voice"
    },
    {
        "sel": "95d",
        "name": "Come Joyfully",
        "tune": "O Come to the LORD"
    },
    {
        "sel": "96a",
        "name": "Coronation",
        "tune": "All Hail the Power"
    },
    {
        "sel": "96b",
        "name": "Orlington",
        "tune": "In Radient Robes"
    },
    {
        "sel": "96c",
        "name": "Winchester New",
        "tune": "O Sing a New Song to the LORD"
    },
    {
        "sel": "96d",
        "name": "Terra Beata",
        "tune": "This is My Father's World"
    },
    {
        "sel": "97a",
        "name": "Arfon",
        "tune": "The LORD Reigns (Let Earth Rejoice)"
    },
    {
        "sel": "97b",
        "name": "Sicilian Mariners",
        "tune": "Lord, Dismiss Us with Thy Blessing"
    },
    {
        "sel": "97c",
        "name": "Throne",
        "tune": "The LORD is King!"
    },
    {
        "sel": "98a",
        "name": "Desert (Lyngham)",
        "tune": "O Sing a New Song to the LORD"
    },
    {
        "sel": "98b",
        "name": "Ode to Joy",
        "tune": "To the LORD O Sing a New Song"
    },
    {
        "sel": "99a",
        "name": "Arnsberg",
        "tune": "God Is in His Temple"
    },
    {
        "sel": "99b",
        "name": "Leoni",
        "tune": "The God of Abraham Praise"
    },
    {
        "sel": "100a",
        "name": "Old 100th",
        "tune": "Praise God From Whom All Blessings Flow"
    },
    {
        "sel": "100b",
        "name": "Glasgow",
        "tune": "O Shout for Joy unto the LORD"
    },
    {
        "sel": "100c",
        "name": "Lobe Den Herren",
        "tune": "Praise to the Lord, the Almighty"
    },
    {
        "sel": "100d",
        "name": "Enter",
        "tune": "Make a Joyful Noise"
    },
    {
        "sel": "100e",
        "name": "Festal Song",
        "tune": "Give to the Winds Thy Fears"
    },
    {
        "sel": "101a",
        "name": "Llangloffan",
        "tune": "Of Loyalty and Justice"
    },
    {
        "sel": "101b",
        "name": "Aurelia",
        "tune": "Of Loyalty and Justice"
    },
    {
        "sel": "102a",
        "name": "Baca",
        "tune": "To This My Prayer"
    },
    {
        "sel": "102b",
        "name": "Park Street",
        "tune": "My Days Like Evening's Shade"
    },
    {
        "sel": "102c",
        "name": "Teann A Nall",
        "tune": "Let This Be Written"
    },
    {
        "sel": "102d",
        "name": "Sandbanks",
        "tune": "My Strength He Weakened"
    },
    {
        "sel": "103a",
        "name": "Schumann",
        "tune": "O Bless the LORD, My Soul"
    },
    {
        "sel": "103b",
        "name": "Beecher",
        "tune": "Bless the LORD, My Soul"
    },
    {
        "sel": "103c",
        "name": "Evening Prayer",
        "tune": "For Our Frame He Well Remembers"
    },
    {
        "sel": "103d",
        "name": "Sicilian Mariners",
        "tune": "Lord, Dismiss Us with Thy Blessing"
    },
    {
        "sel": "104a",
        "name": "Lyons",
        "tune": "O Worship the King; Ye Servants of God, Your Master Proclaim"
    },
    {
        "sel": "104b",
        "name": "Emsworth",
        "tune": "By Limits You Set"
    },
    {
        "sel": "104c",
        "name": "Ash Grove",
        "tune": "The Trees of the LORD"
    },
    {
        "sel": "104d",
        "name": "Bradford",
        "tune": "How Many Works, LORD"
    },
    {
        "sel": "104e",
        "name": "Hanover",
        "tune": "Forevermore May the LORD'S Glory Stand"
    },
    {
        "sel": "105a",
        "name": "Henry",
        "tune": "O Thank the LORD (Call on His Name)"
    },
    {
        "sel": "105b",
        "name": "Houghton",
        "tune": "God's Covenant Stays"
    },
    {
        "sel": "105c",
        "name": "St. Matthew",
        "tune": "He Called for Famine"
    },
    {
        "sel": "105d",
        "name": "Landas",
        "tune": "My Soul has Found a Resting Place"
    },
    {
        "sel": "105e",
        "name": "Clonmel",
        "tune": "How Glad Was Egypt"
    },
    {
        "sel": "106a",
        "name": "Brown",
        "tune": "O Praise the LORD! O Thank the LORD"
    },
    {
        "sel": "106b",
        "name": "High Popples",
        "tune": "With All Our Fathers"
    },
    {
        "sel": "106c",
        "name": "St. Kilda",
        "tune": "They Envied Moses"
    },
    {
        "sel": "106d",
        "name": "Martyrs",
        "tune": "Then They Despised"
    },
    {
        "sel": "106e",
        "name": "Leveque",
        "tune": "At Meribah"
    },
    {
        "sel": "106f",
        "name": "Alpena",
        "tune": "God Put His Tribes"
    },
    {
        "sel": "106g",
        "name": "Delta",
        "tune": "Book Four Doxology"
    },
    {
        "sel": "106h",
        "name": "Homewood",
        "tune": "Book Four Doxology"
    },
    {
        "sel": "107a",
        "name": "St. Petersburg",
        "tune": "How Great Our Lord"
    },
    {
        "sel": "107b",
        "name": "Dies Irae",
        "tune": "In Death's Dark Shadow"
    },
    {
        "sel": "107c",
        "name": "Horsley",
        "tune": "The Foolish Suffered for Their Sins"
    },
    {
        "sel": "107d",
        "name": "Fountain",
        "tune": "There Is a Fountain Filled with Blood"
    },
    {
        "sel": "107e",
        "name": "Canaan",
        "tune": "He Changes Streams to Wilderness"
    },
    {
        "sel": "107f",
        "name": "Glorify",
        "tune": "O Glorify Him"
    },
    {
        "sel": "107g",
        "name": "Shadow",
        "tune": "Some Lived in Darkness"
    },
    {
        "sel": "107h",
        "name": "Conwell",
        "tune": "Fools Were Afflicted"
    },
    {
        "sel": "107i",
        "name": "Ships",
        "tune": "All Those Who Go Down to the Sea"
    },
    {
        "sel": "107j",
        "name": "Kirkpatrick",
        "tune": "Some Rivers He Changes"
    },
    {
        "sel": "108a",
        "name": "Nicaea",
        "tune": "Holy, Holy, Holy"
    },
    {
        "sel": "108b",
        "name": "Leminster",
        "tune": "God Has Spoken in Holiness"
    },
    {
        "sel": "108c",
        "name": "Silchester",
        "tune": "With Steadfast Heart, O God"
    },
    {
        "sel": "108d",
        "name": "Diademata",
        "tune": "God Spoke in Holiness"
    },
    {
        "sel": "109a",
        "name": "Jacki\u2019s 2nd Lament",
        "tune": "God of My Praise"
    },
    {
        "sel": "109b",
        "name": "Batty",
        "tune": "Never Thinking to Show Kindness"
    },
    {
        "sel": "109c",
        "name": "Katushka",
        "tune": "Never Thinking to Show Kindness"
    },
    {
        "sel": "109d",
        "name": "Ebenezer (Ton-y-Botel)",
        "tune": "O Deep, Deep Love of Jesus; Once to Every Man and Nation"
    },
    {
        "sel": "110a",
        "name": "Jerusalem",
        "tune": "Jerusalem"
    },
    {
        "sel": "110b",
        "name": "All Saints New",
        "tune": "The Son of God Goes Forth to War"
    },
    {
        "sel": "110c",
        "name": "St. John",
        "tune": "The LORD Said to My Lord"
    },
    {
        "sel": "110d",
        "name": "Terra Beata",
        "tune": "This is My Father's World"
    },
    {
        "sel": "111a",
        "name": "Boynton",
        "tune": "Am I a Soldier of the Cross"
    },
    {
        "sel": "111b",
        "name": "Stracathro",
        "tune": "The Mighty Power of His Works"
    },
    {
        "sel": "111c",
        "name": "Arlington",
        "tune": "O Praise the LORD"
    },
    {
        "sel": "111d",
        "name": "Dunfermline",
        "tune": "The Mighty Power of His Works"
    },
    {
        "sel": "112a",
        "name": "Hetherton",
        "tune": "Majestic Sweetness Sits Enthroned"
    },
    {
        "sel": "112b",
        "name": "Sine Nomine",
        "tune": "O Praise the LORD"
    },
    {
        "sel": "113a",
        "name": "Hendon",
        "tune": "Take My Life and Let it Be"
    },
    {
        "sel": "113b",
        "name": "Jubilate",
        "tune": "O Praise the LORD"
    },
    {
        "sel": "113c",
        "name": "Beth",
        "tune": "Praise the LORD'S Name"
    },
    {
        "sel": "114a",
        "name": "Erie",
        "tune": "When Isr'el Went Forth"
    },
    {
        "sel": "114b",
        "name": "In Exitu Isreal",
        "tune": "When from Egypt Isr'el Parted"
    },
    {
        "sel": "115a",
        "name": "St. Anne",
        "tune": "O God, Our Help in Ages Past"
    },
    {
        "sel": "115b",
        "name": "Scott",
        "tune": "O Israel, Trust in the LORD"
    },
    {
        "sel": "116a",
        "name": "St. Matthew",
        "tune": "How Fervently I Love the LORD"
    },
    {
        "sel": "116b",
        "name": "Ostend",
        "tune": "I Still Believed"
    },
    {
        "sel": "116c",
        "name": "Tidings",
        "tune": "I Love the LORD"
    },
    {
        "sel": "116d",
        "name": "Pilgrims",
        "tune": "My Crying Eyes"
    },
    {
        "sel": "117a",
        "name": "Christmas",
        "tune": "While Shepherds Watched Their Flocks by Night"
    },
    {
        "sel": "117b",
        "name": "Mission",
        "tune": "Praise the LORD"
    },
    {
        "sel": "117c",
        "name": "Alabad",
        "tune": "Praise the LORD"
    },
    {
        "sel": "118a",
        "name": "White Lake",
        "tune": "O Thank the LORD, for He Is Good"
    },
    {
        "sel": "118b",
        "name": "Dominus Regit Me",
        "tune": "Because He's Good"
    },
    {
        "sel": "118c",
        "name": "Sharon",
        "tune": "All Earth's Nations Joined Together"
    },
    {
        "sel": "118d",
        "name": "Hetherton",
        "tune": "Majestic Sweetness Sits Enthroned"
    },
    {
        "sel": "118e",
        "name": "Jackson",
        "tune": "Eternal Wisdom, Thee We Praise"
    },
    {
        "sel": "119a",
        "name": "Christine",
        "tune": "How Good It Is to Thank the Lord"
    },
    {
        "sel": "119b",
        "name": "Hesperus",
        "tune": "How Can a Young Man Cleanse His Way?"
    },
    {
        "sel": "119c",
        "name": "Maryton",
        "tune": "O Master, Let Me Walk With Thee"
    },
    {
        "sel": "119d",
        "name": "Olive\u2019s Brow",
        "tune": "Tis Midnight, and on Olive's Brow"
    },
    {
        "sel": "119e",
        "name": "Bedford",
        "tune": "That I May Keep Your Statutes"
    },
    {
        "sel": "119f",
        "name": "City of Our God",
        "tune": "O Let Your Lovingkindness Now Come"
    },
    {
        "sel": "119g",
        "name": "Charlestown",
        "tune": "All Who Love and Serve Your City"
    },
    {
        "sel": "119h",
        "name": "Teann A Nall",
        "tune": "My Portion is the LORD"
    },
    {
        "sel": "119i",
        "name": "Maitland",
        "tune": "Must Jesus Bear the Cross Alone"
    },
    {
        "sel": "119j",
        "name": "Eventide",
        "tune": "Abide With Me"
    },
    {
        "sel": "119k",
        "name": "Russian Hymn",
        "tune": "God, the Omnipotent"
    },
    {
        "sel": "119l",
        "name": "Ellesdie",
        "tune": "Evermore, O LORD"
    },
    {
        "sel": "119m",
        "name": "Perfect Way",
        "tune": "O How I Love Your Law!"
    },
    {
        "sel": "119n",
        "name": "Tallis\u2019 Canon",
        "tune": "Your Word's a Lamp"
    },
    {
        "sel": "119o",
        "name": "Lloyd",
        "tune": "People of Double Mind I Hate"
    },
    {
        "sel": "119p",
        "name": "Alexandria",
        "tune": "People of Double Mind I Hate"
    },
    {
        "sel": "119q",
        "name": "Nettleton",
        "tune": "Come Thou Fount of Every Blessing; Hush My Dear, Lie Still and Slumber"
    },
    {
        "sel": "119r",
        "name": "Retreat",
        "tune": "From Every Stormy Wind That Blows"
    },
    {
        "sel": "119s",
        "name": "Coventry Carol",
        "tune": "Lully, Lully, Thou Little Tiny Child"
    },
    {
        "sel": "119t",
        "name": "Davis",
        "tune": "O Thou in Whom Presence My Soul Takes Delight"
    },
    {
        "sel": "119u",
        "name": "Hamburg",
        "tune": "When I Survey The Wondrous Cross"
    },
    {
        "sel": "119v",
        "name": "Hursley",
        "tune": "Sun of My Soul, Thou Savior Dear"
    },
    {
        "sel": "119w",
        "name": "Russia",
        "tune": "LORD, Let My Cry Before You Come"
    },
    {
        "sel": "120a",
        "name": "Ayrshire",
        "tune": "I Cried in Trouble to the LORD"
    },
    {
        "sel": "120b",
        "name": "Martyrdom",
        "tune": "I Cried in Trouble to the LORD"
    },
    {
        "sel": "121a",
        "name": "Heath",
        "tune": "I Lift My Eyes and See the Hills"
    },
    {
        "sel": "121b",
        "name": "Abbeyville",
        "tune": "I Lift My Eyes and See the Hills"
    },
    {
        "sel": "121c",
        "name": "Sandon",
        "tune": "Unto the Hills I Lift My Longing Eyes"
    },
    {
        "sel": "121d",
        "name": "Hope",
        "tune": "I Lift My Eyes and See the Hills"
    },
    {
        "sel": "122a",
        "name": "CWM Rhondda",
        "tune": "Guide Me, O Thou Great Jehovah"
    },
    {
        "sel": "122b",
        "name": "Dzove",
        "tune": "Now to the LORD'S House Let Us Go!"
    },
    {
        "sel": "123a",
        "name": "St. Michael",
        "tune": "I Lift My Eyes to You"
    },
    {
        "sel": "123b",
        "name": "Leaf",
        "tune": "I'm Lifting Up My Eyes to You"
    },
    {
        "sel": "124",
        "name": "Old 124th",
        "tune": "Now Israel May Say and That in Truth"
    },
    {
        "sel": "125",
        "name": "Slane",
        "tune": "Be Thou My Vision"
    },
    {
        "sel": "126a",
        "name": "Geneva",
        "tune": "The LORD Brought Zion's Exiles Back"
    },
    {
        "sel": "126b",
        "name": "Italian Hymn",
        "tune": "Come, Thou Almighty King"
    },
    {
        "sel": "127a",
        "name": "Syracuse",
        "tune": "Unless the LORD Build Up the House"
    },
    {
        "sel": "127b",
        "name": "Chambersburg",
        "tune": "Unless the Lord Is He Who Builds the House"
    },
    {
        "sel": "128a",
        "name": "McKee",
        "tune": "All the Way My Savior Leads Me"
    },
    {
        "sel": "128b",
        "name": "Holy Manna",
        "tune": "Blessed Are All Who Fear the LORD'S Name"
    },
    {
        "sel": "129",
        "name": "Old 110th",
        "tune": "Time and Again They Greatly Did Oppress Me"
    },
    {
        "sel": "130a",
        "name": "Evadna",
        "tune": "LORD, From the Depths to You I Cried"
    },
    {
        "sel": "130b",
        "name": "Morte Christe",
        "tune": "LORD, From the Depths I Cried to You"
    },
    {
        "sel": "131a",
        "name": "Humility",
        "tune": "My Heart Is Not Exalted, LORD"
    },
    {
        "sel": "131b",
        "name": "Repton",
        "tune": "Dear Lord and Father of Mankind"
    },
    {
        "sel": "132a",
        "name": "St. Andrew of Crete",
        "tune": "Christian, Doth Thou See Them?"
    },
    {
        "sel": "132b",
        "name": "Glenfinlas",
        "tune": "For Your Servant David"
    },
    {
        "sel": "132c",
        "name": "Wyclif",
        "tune": "For the LORD Has Chosen Zion"
    },
    {
        "sel": "133a",
        "name": "Azmon",
        "tune": "O for a Thousand Tongues to Sing"
    },
    {
        "sel": "133b",
        "name": "Dunlap\u2019s Creek",
        "tune": "Behold How Very Good It Is"
    },
    {
        "sel": "134a",
        "name": "From Strength to Strength",
        "tune": "Come, Bless the LORD"
    },
    {
        "sel": "134b",
        "name": "Stuttgart",
        "tune": "Bless the LORD, All His Servants"
    },
    {
        "sel": "135a",
        "name": "Austria",
        "tune": "Glorious Things of Thee are Spoken"
    },
    {
        "sel": "135b",
        "name": "Triumph",
        "tune": "Your Name, LORD, Endures Forever"
    },
    {
        "sel": "135c",
        "name": "Dorrnance",
        "tune": "Your Name, LORD, Endures Forever"
    },
    {
        "sel": "136a",
        "name": "Easter Hymn",
        "tune": "Christ the Lord Is Risen Today"
    },
    {
        "sel": "136b",
        "name": "Constance",
        "tune": "I've Found a Friend, O Such a Friend"
    },
    {
        "sel": "136c",
        "name": "Shining Shore",
        "tune": "My Days are Gliding Swiftly By"
    },
    {
        "sel": "136d",
        "name": "Llanfair",
        "tune": "Thank the LORD for Good is He"
    },
    {
        "sel": "137a",
        "name": "Neumark",
        "tune": "In Babylon We Thought of Zion"
    },
    {
        "sel": "137b",
        "name": "Rakefet",
        "tune": "By Babylon's Rivers"
    },
    {
        "sel": "138a",
        "name": "Walton",
        "tune": "With All My Heart My Thanks I'll Bring"
    },
    {
        "sel": "138b",
        "name": "Wesley",
        "tune": "With All My Heart My Thanks I'll Bring"
    },
    {
        "sel": "139a",
        "name": "Holley",
        "tune": "You Searched Me, LORD"
    },
    {
        "sel": "139b",
        "name": "Maryton",
        "tune": "O Master, Let Me Walk With Thee"
    },
    {
        "sel": "139c",
        "name": "Woodworth",
        "tune": "Just as I Am, Without One Plea"
    },
    {
        "sel": "139d",
        "name": "Wareham",
        "tune": "Great God We Sing That Mighty Hand"
    },
    {
        "sel": "140a",
        "name": "Diamond",
        "tune": "Save Me, O LORD"
    },
    {
        "sel": "140b",
        "name": "Yorkshire",
        "tune": "Christians, Awake, Salute the Happy Morn"
    },
    {
        "sel": "141a",
        "name": "When Jesus Wept",
        "tune": "When Jesus Wept"
    },
    {
        "sel": "141b",
        "name": "Leveque",
        "tune": "When Just Men Strike Me in Reproof"
    },
    {
        "sel": "142",
        "name": "Contemplation",
        "tune": "To You, O LORD, I Lift My Voice"
    },
    {
        "sel": "143a",
        "name": "Invitation",
        "tune": "LORD, Listen to My Prayer"
    },
    {
        "sel": "143b",
        "name": "I Need Thee",
        "tune": "I Need Thee Every Hour"
    },
    {
        "sel": "143c",
        "name": "St. Elizabeth",
        "tune": "Fairest Lord Jesus; Beautiful Savior"
    },
    {
        "sel": "143d",
        "name": "St. Elizabeth",
        "tune": "Fairest Lord Jesus; Beautiful Savior"
    },
    {
        "sel": "144a",
        "name": "Lischer",
        "tune": "Blessed Be the LORD, My Rock"
    },
    {
        "sel": "144b",
        "name": "Lenox",
        "tune": "O God, In Praise to You"
    },
    {
        "sel": "145a",
        "name": "Duke Street",
        "tune": "Jesus Shall Reign Where'er the Sun"
    },
    {
        "sel": "145b",
        "name": "Ernan",
        "tune": "Full of Compassion Is the LORD"
    },
    {
        "sel": "145c",
        "name": "Rockingham",
        "tune": "When I Survey the Wondrous Cross"
    },
    {
        "sel": "145d",
        "name": "Beethoven\u2019s 7th",
        "tune": "I Will Extol You"
    },
    {
        "sel": "146a",
        "name": "Converse",
        "tune": "What a Friend We have in Jesus"
    },
    {
        "sel": "146b",
        "name": "Ripley",
        "tune": "Hallelujah, Praise Jehovah"
    },
    {
        "sel": "147a",
        "name": "Onward",
        "tune": "Sing Halleluja!"
    },
    {
        "sel": "147b",
        "name": "Petersham",
        "tune": "O Praise the LORD, Jerusalem"
    },
    {
        "sel": "148a",
        "name": "St. Catherines",
        "tune": "From Heav'n O Praise the LORD!"
    },
    {
        "sel": "148b",
        "name": "Praise Jehovah",
        "tune": "Hallelujah! Praise the LORD'S Name!"
    },
    {
        "sel": "149a",
        "name": "Dance of the Dawn",
        "tune": "Praise the LORD! Hallelujah!"
    },
    {
        "sel": "149b",
        "name": "Bethlehem",
        "tune": "How Vast the Benefits Divine; All Nature's Works His Praise Declare"
    },
    {
        "sel": "150a",
        "name": "Omega",
        "tune": "Praise the LORD!"
    },
    {
        "sel": "150b",
        "name": "Sunderland",
        "tune": "Book Five Doxology"
    }
]