diff --git a/rodan-main/code/rodan/jobs/heuristic_pitch_finding/PitchFinding.py b/rodan-main/code/rodan/jobs/heuristic_pitch_finding/PitchFinding.py index 9254d065a..a46ecc32d 100644 --- a/rodan-main/code/rodan/jobs/heuristic_pitch_finding/PitchFinding.py +++ b/rodan-main/code/rodan/jobs/heuristic_pitch_finding/PitchFinding.py @@ -1,8 +1,8 @@ from gamera import gamera_xml from gamera.plugins.image_utilities import union_images from operator import itemgetter, attrgetter -import logging -logger = logging.getLogger("__name__") +from celery.utils.log import get_task_logger +logger = get_task_logger(__name__) from math import floor class PitchFinder(object): @@ -497,10 +497,16 @@ def __glyph_type(g): note = SCALE[int((clef_line - my_strt_pos + noteShift) % len(SCALE))] # find octave + clef_octave_map = { + 'c': 4, + 'f': 3, + 'g': 4 + } + base_octave = clef_octave_map.get(clef, 3) if my_strt_pos <= clef_line: - octave = 3 + floor((clef_line - my_strt_pos + noteShift) / len(SCALE)) + octave = base_octave + floor((clef_line - my_strt_pos + noteShift) / len(SCALE)) elif my_strt_pos > clef_line: - octave = 3 - floor((len(SCALE) - clef_line + my_strt_pos - 1 - noteShift) / len(SCALE)) + octave = base_octave - floor((len(SCALE) - clef_line + my_strt_pos - 1 - noteShift) / len(SCALE)) glyph_array.extend([note, octave, clef_line, 'clef.' + clef]) diff --git a/rodan-main/code/rodan/test/files/238r-heuristic_pitch_finding.json b/rodan-main/code/rodan/test/files/238r-heuristic_pitch_finding.json index 52f066ba3..02d6e4143 100644 --- a/rodan-main/code/rodan/test/files/238r-heuristic_pitch_finding.json +++ b/rodan-main/code/rodan/test/files/238r-heuristic_pitch_finding.json @@ -1 +1 @@ -{"page": {"resolution": 0.0, "bounding_box": {"ncols": 4872, "nrows": 6496, "ulx": 0, "uly": 0}}, "staves": [{"staff_no": 1, "bounding_box": {"ncols": 2091, "nrows": 209, "ulx": 461, "uly": 448}, "num_lines": 4, "line_positions": [[[461, 320], [462, 320], [463, 320], [464, 320], [696, 324], [928, 329], [1160, 335], [1392, 338], [1624, 340], [1856, 341], [2088, 342], [2320, 342], [2549, 342], [2550, 343], [2551, 343], [2552, 344]], [[461, 384], [462, 384], [463, 384], [464, 384], [696, 388], [928, 393], [1160, 399], [1392, 402], [1624, 404], [1856, 405], [2088, 406], [2320, 406], [2549, 406], [2550, 407], [2551, 407], [2552, 408]], [[461, 448], [462, 448], [463, 448], [464, 448], [696, 452], [928, 457], [1160, 463], [1392, 466], [1624, 468], [1856, 469], [2088, 470], [2320, 470], [2549, 470], [2550, 471], [2551, 471], [2552, 472]], [[461, 513], [462, 513], [463, 513], [464, 515], [696, 518], [928, 522], [1160, 528], [1392, 532], [1624, 533], [1856, 534], [2088, 536], [2320, 537], [2549, 538], [2550, 540], [2551, 542], [2552, 542]], [[461, 573], [462, 573], [463, 574], [464, 576], [696, 578], [928, 585], [1160, 590], [1392, 594], [1624, 597], [1856, 598], [2088, 598], [2320, 598], [2549, 601], [2550, 604], [2551, 604], [2552, 604]], [[461, 629], [462, 630], [463, 630], [464, 630], [696, 634], [928, 641], [1160, 647], [1392, 650], [1624, 653], [1856, 655], [2088, 657], [2320, 656], [2549, 655], [2550, 655], [2551, 655], [2552, 655]], [[461, 685], [462, 686], [463, 686], [464, 686], [696, 690], [928, 697], [1160, 703], [1392, 706], [1624, 709], [1856, 711], [2088, 713], [2320, 712], [2549, 711], [2550, 711], [2551, 711], [2552, 711]], [[461, 741], [462, 742], [463, 742], [464, 742], [696, 746], [928, 753], [1160, 759], [1392, 762], [1624, 765], [1856, 767], [2088, 769], [2320, 768], [2549, 767], [2550, 767], [2551, 767], [2552, 767]]]}, {"staff_no": 2, "bounding_box": {"ncols": 439, "nrows": 189, "ulx": 3249, "uly": 497}, "num_lines": 4, "line_positions": [[[3249, 369], [3250, 369], [3251, 369], [3480, 372], [3685, 373], [3686, 374], [3687, 375], [3688, 376]], [[3249, 433], [3250, 433], [3251, 433], [3480, 436], [3685, 437], [3686, 438], [3687, 439], [3688, 440]], [[3249, 497], [3250, 497], [3251, 497], [3480, 500], [3685, 501], [3686, 502], [3687, 503], [3688, 504]], [[3249, 562], [3250, 562], [3251, 562], [3480, 564], [3685, 565], [3686, 566], [3687, 568], [3688, 568]], [[3249, 624], [3250, 624], [3251, 625], [3480, 626], [3685, 627], [3686, 629], [3687, 629], [3688, 629]], [[3249, 681], [3250, 683], [3251, 683], [3480, 683], [3685, 686], [3686, 686], [3687, 686], [3688, 686]], [[3249, 737], [3250, 739], [3251, 739], [3480, 739], [3685, 742], [3686, 742], [3687, 742], [3688, 742]], [[3249, 793], [3250, 795], [3251, 795], [3480, 795], [3685, 798], [3686, 798], [3687, 798], [3688, 798]]]}, {"staff_no": 3, "bounding_box": {"ncols": 2320, "nrows": 201, "ulx": 496, "uly": 802}, "num_lines": 4, "line_positions": [[[496, 674], [497, 674], [696, 677], [928, 685], [1160, 688], [1392, 690], [1624, 690], [1856, 690], [2088, 690], [2320, 690], [2552, 689], [2784, 689], [2815, 689], [2816, 690]], [[496, 738], [497, 738], [696, 741], [928, 749], [1160, 752], [1392, 754], [1624, 754], [1856, 754], [2088, 754], [2320, 754], [2552, 753], [2784, 753], [2815, 753], [2816, 754]], [[496, 802], [497, 802], [696, 805], [928, 813], [1160, 816], [1392, 818], [1624, 818], [1856, 818], [2088, 818], [2320, 818], [2552, 817], [2784, 817], [2815, 817], [2816, 818]], [[496, 867], [497, 867], [696, 869], [928, 877], [1160, 881], [1392, 882], [1624, 883], [1856, 884], [2088, 884], [2320, 883], [2552, 883], [2784, 882], [2815, 882], [2816, 882]], [[496, 928], [497, 928], [696, 930], [928, 938], [1160, 943], [1392, 944], [1624, 945], [1856, 946], [2088, 946], [2320, 946], [2552, 945], [2784, 946], [2815, 945], [2816, 945]], [[496, 985], [497, 987], [696, 987], [928, 995], [1160, 1000], [1392, 1001], [1624, 1002], [1856, 1002], [2088, 1003], [2320, 1003], [2552, 1003], [2784, 1002], [2815, 1001], [2816, 1001]], [[496, 1041], [497, 1043], [696, 1043], [928, 1051], [1160, 1056], [1392, 1057], [1624, 1058], [1856, 1058], [2088, 1059], [2320, 1059], [2552, 1059], [2784, 1058], [2815, 1057], [2816, 1057]], [[496, 1097], [497, 1099], [696, 1099], [928, 1107], [1160, 1112], [1392, 1113], [1624, 1114], [1856, 1114], [2088, 1115], [2320, 1115], [2552, 1115], [2784, 1114], [2815, 1113], [2816, 1113]]]}, {"staff_no": 4, "bounding_box": {"ncols": 2902, "nrows": 224, "ulx": 635, "uly": 1128}, "num_lines": 4, "line_positions": [[[635, 1008], [636, 1008], [637, 1008], [696, 1011], [928, 1014], [1160, 1021], [1392, 1024], [1624, 1027], [1856, 1030], [2088, 1032], [2320, 1033], [2552, 1034], [2784, 1035], [3016, 1037], [3248, 1041], [3480, 1043], [3535, 1043], [3536, 1043], [3537, 1043]], [[635, 1068], [636, 1068], [637, 1068], [696, 1071], [928, 1074], [1160, 1081], [1392, 1084], [1624, 1087], [1856, 1090], [2088, 1092], [2320, 1093], [2552, 1094], [2784, 1095], [3016, 1097], [3248, 1101], [3480, 1103], [3535, 1103], [3536, 1103], [3537, 1103]], [[635, 1128], [636, 1128], [637, 1128], [696, 1131], [928, 1134], [1160, 1141], [1392, 1144], [1624, 1147], [1856, 1150], [2088, 1152], [2320, 1153], [2552, 1154], [2784, 1155], [3016, 1157], [3248, 1161], [3480, 1163], [3535, 1163], [3536, 1163], [3537, 1163]], [[635, 1189], [636, 1189], [637, 1189], [696, 1189], [928, 1198], [1160, 1205], [1392, 1208], [1624, 1211], [1856, 1213], [2088, 1215], [2320, 1217], [2552, 1218], [2784, 1220], [3016, 1222], [3248, 1225], [3480, 1227], [3535, 1227], [3536, 1227], [3537, 1227]], [[635, 1251], [636, 1251], [637, 1251], [696, 1251], [928, 1259], [1160, 1266], [1392, 1270], [1624, 1273], [1856, 1277], [2088, 1279], [2320, 1281], [2552, 1283], [2784, 1285], [3016, 1286], [3248, 1289], [3480, 1293], [3535, 1294], [3536, 1294], [3537, 1294]], [[635, 1311], [636, 1312], [637, 1312], [696, 1312], [928, 1316], [1160, 1322], [1392, 1326], [1624, 1330], [1856, 1333], [2088, 1336], [2320, 1337], [2552, 1339], [2784, 1343], [3016, 1343], [3248, 1345], [3480, 1350], [3535, 1352], [3536, 1352], [3537, 1352]], [[635, 1371], [636, 1372], [637, 1372], [696, 1372], [928, 1376], [1160, 1382], [1392, 1386], [1624, 1390], [1856, 1393], [2088, 1396], [2320, 1397], [2552, 1399], [2784, 1403], [3016, 1403], [3248, 1405], [3480, 1410], [3535, 1412], [3536, 1412], [3537, 1412]], [[635, 1431], [636, 1432], [637, 1432], [696, 1432], [928, 1436], [1160, 1442], [1392, 1446], [1624, 1450], [1856, 1453], [2088, 1456], [2320, 1457], [2552, 1459], [2784, 1463], [3016, 1463], [3248, 1465], [3480, 1470], [3535, 1472], [3536, 1472], [3537, 1472]]]}, {"staff_no": 5, "bounding_box": {"ncols": 3195, "nrows": 234, "ulx": 458, "uly": 1467}, "num_lines": 4, "line_positions": [[[458, 1339], [459, 1339], [460, 1339], [464, 1341], [696, 1344], [928, 1349], [1160, 1356], [1392, 1361], [1624, 1366], [1856, 1368], [2088, 1372], [2320, 1375], [2552, 1377], [2784, 1378], [3016, 1379], [3248, 1381], [3480, 1383], [3651, 1384], [3652, 1385], [3653, 1386]], [[458, 1403], [459, 1403], [460, 1403], [464, 1405], [696, 1408], [928, 1413], [1160, 1420], [1392, 1425], [1624, 1430], [1856, 1432], [2088, 1436], [2320, 1439], [2552, 1441], [2784, 1442], [3016, 1443], [3248, 1445], [3480, 1447], [3651, 1448], [3652, 1449], [3653, 1450]], [[458, 1467], [459, 1467], [460, 1467], [464, 1469], [696, 1472], [928, 1477], [1160, 1484], [1392, 1489], [1624, 1494], [1856, 1496], [2088, 1500], [2320, 1503], [2552, 1505], [2784, 1506], [3016, 1507], [3248, 1509], [3480, 1511], [3651, 1512], [3652, 1513], [3653, 1514]], [[458, 1532], [459, 1532], [460, 1532], [464, 1533], [696, 1537], [928, 1541], [1160, 1547], [1392, 1552], [1624, 1558], [1856, 1564], [2088, 1565], [2320, 1567], [2552, 1570], [2784, 1570], [3016, 1572], [3248, 1574], [3480, 1576], [3651, 1577], [3652, 1578], [3653, 1580]], [[458, 1594], [459, 1594], [460, 1594], [464, 1594], [696, 1597], [928, 1604], [1160, 1612], [1392, 1614], [1624, 1620], [1856, 1624], [2088, 1626], [2320, 1630], [2552, 1631], [2784, 1632], [3016, 1635], [3248, 1637], [3480, 1639], [3651, 1640], [3652, 1642], [3653, 1642]], [[458, 1651], [459, 1651], [460, 1651], [464, 1651], [696, 1654], [928, 1658], [1160, 1662], [1392, 1671], [1624, 1676], [1856, 1681], [2088, 1682], [2320, 1686], [2552, 1687], [2784, 1690], [3016, 1692], [3248, 1693], [3480, 1697], [3651, 1701], [3652, 1701], [3653, 1701]], [[458, 1707], [459, 1707], [460, 1707], [464, 1707], [696, 1710], [928, 1714], [1160, 1718], [1392, 1727], [1624, 1732], [1856, 1737], [2088, 1738], [2320, 1742], [2552, 1743], [2784, 1746], [3016, 1748], [3248, 1749], [3480, 1753], [3651, 1757], [3652, 1757], [3653, 1757]], [[458, 1763], [459, 1763], [460, 1763], [464, 1763], [696, 1766], [928, 1770], [1160, 1774], [1392, 1783], [1624, 1788], [1856, 1793], [2088, 1794], [2320, 1798], [2552, 1799], [2784, 1802], [3016, 1804], [3248, 1805], [3480, 1809], [3651, 1813], [3652, 1813], [3653, 1813]]]}, {"staff_no": 6, "bounding_box": {"ncols": 3091, "nrows": 232, "ulx": 463, "uly": 1804}, "num_lines": 4, "line_positions": [[[463, 1676], [464, 1676], [465, 1676], [467, 1676], [696, 1680], [928, 1685], [1160, 1694], [1392, 1699], [1624, 1705], [1856, 1709], [2088, 1712], [2320, 1717], [2552, 1719], [2784, 1719], [3016, 1722], [3248, 1726], [3480, 1729], [3551, 1729], [3552, 1730], [3553, 1730], [3554, 1731]], [[463, 1740], [464, 1740], [465, 1740], [467, 1740], [696, 1744], [928, 1749], [1160, 1758], [1392, 1763], [1624, 1769], [1856, 1773], [2088, 1776], [2320, 1781], [2552, 1783], [2784, 1783], [3016, 1786], [3248, 1790], [3480, 1793], [3551, 1793], [3552, 1794], [3553, 1794], [3554, 1795]], [[463, 1804], [464, 1804], [465, 1804], [467, 1804], [696, 1808], [928, 1813], [1160, 1822], [1392, 1827], [1624, 1833], [1856, 1837], [2088, 1840], [2320, 1845], [2552, 1847], [2784, 1847], [3016, 1850], [3248, 1854], [3480, 1857], [3551, 1857], [3552, 1858], [3553, 1858], [3554, 1859]], [[463, 1867], [464, 1867], [465, 1867], [467, 1869], [696, 1871], [928, 1875], [1160, 1879], [1392, 1890], [1624, 1896], [1856, 1900], [2088, 1905], [2320, 1907], [2552, 1910], [2784, 1909], [3016, 1913], [3248, 1917], [3480, 1917], [3551, 1918], [3552, 1919], [3553, 1920], [3554, 1920]], [[463, 1928], [464, 1928], [465, 1929], [467, 1931], [696, 1933], [928, 1936], [1160, 1945], [1392, 1951], [1624, 1957], [1856, 1962], [2088, 1965], [2320, 1967], [2552, 1968], [2784, 1969], [3016, 1972], [3248, 1976], [3480, 1979], [3551, 1980], [3552, 1981], [3553, 1981], [3554, 1981]], [[463, 1984], [464, 1989], [465, 1989], [467, 1989], [696, 1989], [928, 1992], [1160, 1996], [1392, 2008], [1624, 2013], [1856, 2017], [2088, 2019], [2320, 2019], [2552, 2021], [2784, 2022], [3016, 2026], [3248, 2029], [3480, 2034], [3551, 2036], [3552, 2036], [3553, 2036], [3554, 2036]], [[463, 2040], [464, 2045], [465, 2045], [467, 2045], [696, 2045], [928, 2048], [1160, 2052], [1392, 2064], [1624, 2069], [1856, 2073], [2088, 2075], [2320, 2075], [2552, 2077], [2784, 2078], [3016, 2082], [3248, 2085], [3480, 2090], [3551, 2092], [3552, 2092], [3553, 2092], [3554, 2092]], [[463, 2096], [464, 2101], [465, 2101], [467, 2101], [696, 2101], [928, 2104], [1160, 2108], [1392, 2120], [1624, 2125], [1856, 2129], [2088, 2131], [2320, 2131], [2552, 2133], [2784, 2134], [3016, 2138], [3248, 2141], [3480, 2146], [3551, 2148], [3552, 2148], [3553, 2148], [3554, 2148]]]}, {"staff_no": 7, "bounding_box": {"ncols": 3204, "nrows": 226, "ulx": 446, "uly": 2135}, "num_lines": 4, "line_positions": [[[446, 2007], [447, 2007], [448, 2007], [449, 2007], [464, 2007], [696, 2011], [928, 2016], [1160, 2027], [1392, 2029], [1624, 2030], [1856, 2033], [2088, 2033], [2320, 2032], [2552, 2034], [2784, 2035], [3016, 2043], [3248, 2046], [3480, 2048], [3647, 2049], [3648, 2050], [3649, 2051], [3650, 2052]], [[446, 2071], [447, 2071], [448, 2071], [449, 2071], [464, 2071], [696, 2075], [928, 2080], [1160, 2091], [1392, 2093], [1624, 2094], [1856, 2097], [2088, 2097], [2320, 2096], [2552, 2098], [2784, 2099], [3016, 2107], [3248, 2110], [3480, 2112], [3647, 2113], [3648, 2114], [3649, 2115], [3650, 2116]], [[446, 2135], [447, 2135], [448, 2135], [449, 2135], [464, 2135], [696, 2139], [928, 2144], [1160, 2155], [1392, 2157], [1624, 2158], [1856, 2161], [2088, 2161], [2320, 2160], [2552, 2162], [2784, 2163], [3016, 2171], [3248, 2174], [3480, 2176], [3647, 2177], [3648, 2178], [3649, 2179], [3650, 2180]], [[446, 2200], [447, 2200], [448, 2200], [449, 2200], [464, 2200], [696, 2202], [928, 2206], [1160, 2214], [1392, 2218], [1624, 2222], [1856, 2224], [2088, 2224], [2320, 2224], [2552, 2226], [2784, 2227], [3016, 2235], [3248, 2239], [3480, 2244], [3647, 2245], [3648, 2246], [3649, 2248], [3650, 2248]], [[446, 2260], [447, 2260], [448, 2260], [449, 2260], [464, 2261], [696, 2264], [928, 2267], [1160, 2274], [1392, 2280], [1624, 2284], [1856, 2286], [2088, 2285], [2320, 2286], [2552, 2291], [2784, 2295], [3016, 2297], [3248, 2299], [3480, 2301], [3647, 2301], [3648, 2302], [3649, 2302], [3650, 2302]], [[446, 2316], [447, 2316], [448, 2316], [449, 2316], [464, 2316], [696, 2320], [928, 2323], [1160, 2331], [1392, 2337], [1624, 2340], [1856, 2342], [2088, 2342], [2320, 2342], [2552, 2346], [2784, 2350], [3016, 2353], [3248, 2357], [3480, 2360], [3647, 2361], [3648, 2361], [3649, 2361], [3650, 2361]], [[446, 2372], [447, 2372], [448, 2372], [449, 2372], [464, 2372], [696, 2376], [928, 2379], [1160, 2387], [1392, 2393], [1624, 2396], [1856, 2398], [2088, 2398], [2320, 2398], [2552, 2402], [2784, 2406], [3016, 2409], [3248, 2413], [3480, 2416], [3647, 2417], [3648, 2417], [3649, 2417], [3650, 2417]], [[446, 2428], [447, 2428], [448, 2428], [449, 2428], [464, 2428], [696, 2432], [928, 2435], [1160, 2443], [1392, 2449], [1624, 2452], [1856, 2454], [2088, 2454], [2320, 2454], [2552, 2458], [2784, 2462], [3016, 2465], [3248, 2469], [3480, 2472], [3647, 2473], [3648, 2473], [3649, 2473], [3650, 2473]]]}, {"staff_no": 8, "bounding_box": {"ncols": 3124, "nrows": 212, "ulx": 460, "uly": 2486}, "num_lines": 4, "line_positions": [[[460, 2358], [461, 2358], [462, 2358], [464, 2358], [696, 2362], [928, 2364], [1160, 2370], [1392, 2374], [1624, 2376], [1856, 2376], [2088, 2375], [2320, 2375], [2552, 2378], [2784, 2379], [3016, 2384], [3248, 2387], [3480, 2390], [3582, 2390], [3583, 2391], [3584, 2392]], [[460, 2422], [461, 2422], [462, 2422], [464, 2422], [696, 2426], [928, 2428], [1160, 2434], [1392, 2438], [1624, 2440], [1856, 2440], [2088, 2439], [2320, 2439], [2552, 2442], [2784, 2443], [3016, 2448], [3248, 2451], [3480, 2454], [3582, 2454], [3583, 2455], [3584, 2456]], [[460, 2486], [461, 2486], [462, 2486], [464, 2486], [696, 2490], [928, 2492], [1160, 2498], [1392, 2502], [1624, 2504], [1856, 2504], [2088, 2503], [2320, 2503], [2552, 2506], [2784, 2507], [3016, 2512], [3248, 2515], [3480, 2518], [3582, 2518], [3583, 2519], [3584, 2520]], [[460, 2550], [461, 2550], [462, 2550], [464, 2550], [696, 2553], [928, 2556], [1160, 2563], [1392, 2566], [1624, 2567], [1856, 2568], [2088, 2567], [2320, 2567], [2552, 2569], [2784, 2572], [3016, 2574], [3248, 2579], [3480, 2580], [3582, 2580], [3583, 2581], [3584, 2581]], [[460, 2611], [461, 2616], [462, 2616], [464, 2616], [696, 2616], [928, 2618], [1160, 2623], [1392, 2627], [1624, 2629], [1856, 2630], [2088, 2629], [2320, 2630], [2552, 2632], [2784, 2633], [3016, 2636], [3248, 2640], [3480, 2640], [3582, 2641], [3583, 2641], [3584, 2641]], [[460, 2667], [461, 2667], [462, 2667], [464, 2667], [696, 2672], [928, 2674], [1160, 2680], [1392, 2684], [1624, 2685], [1856, 2686], [2088, 2685], [2320, 2686], [2552, 2689], [2784, 2690], [3016, 2692], [3248, 2695], [3480, 2696], [3582, 2698], [3583, 2698], [3584, 2698]], [[460, 2723], [461, 2723], [462, 2723], [464, 2723], [696, 2728], [928, 2730], [1160, 2736], [1392, 2740], [1624, 2741], [1856, 2742], [2088, 2741], [2320, 2742], [2552, 2745], [2784, 2746], [3016, 2748], [3248, 2751], [3480, 2752], [3582, 2754], [3583, 2754], [3584, 2754]], [[460, 2779], [461, 2779], [462, 2779], [464, 2779], [696, 2784], [928, 2786], [1160, 2792], [1392, 2796], [1624, 2797], [1856, 2798], [2088, 2797], [2320, 2798], [2552, 2801], [2784, 2802], [3016, 2804], [3248, 2807], [3480, 2808], [3582, 2810], [3583, 2810], [3584, 2810]]]}, {"staff_no": 9, "bounding_box": {"ncols": 2889, "nrows": 210, "ulx": 625, "uly": 2828}, "num_lines": 4, "line_positions": [[[625, 2704], [626, 2704], [627, 2704], [696, 2704], [928, 2709], [1160, 2714], [1392, 2717], [1624, 2718], [1856, 2719], [2088, 2721], [2320, 2722], [2552, 2723], [2784, 2725], [3016, 2726], [3248, 2729], [3480, 2729], [3512, 2729], [3513, 2729], [3514, 2729]], [[625, 2766], [626, 2766], [627, 2766], [696, 2766], [928, 2771], [1160, 2776], [1392, 2779], [1624, 2780], [1856, 2781], [2088, 2783], [2320, 2784], [2552, 2785], [2784, 2787], [3016, 2788], [3248, 2791], [3480, 2791], [3512, 2791], [3513, 2791], [3514, 2791]], [[625, 2828], [626, 2828], [627, 2828], [696, 2828], [928, 2833], [1160, 2838], [1392, 2841], [1624, 2842], [1856, 2843], [2088, 2845], [2320, 2846], [2552, 2847], [2784, 2849], [3016, 2850], [3248, 2853], [3480, 2853], [3512, 2853], [3513, 2853], [3514, 2853]], [[625, 2890], [626, 2890], [627, 2890], [696, 2891], [928, 2896], [1160, 2901], [1392, 2904], [1624, 2905], [1856, 2906], [2088, 2908], [2320, 2909], [2552, 2911], [2784, 2913], [3016, 2915], [3248, 2916], [3480, 2917], [3512, 2917], [3513, 2918], [3514, 2918]], [[625, 2954], [626, 2959], [627, 2959], [696, 2959], [928, 2959], [1160, 2962], [1392, 2965], [1624, 2967], [1856, 2968], [2088, 2971], [2320, 2972], [2552, 2974], [2784, 2976], [3016, 2977], [3248, 2977], [3480, 2979], [3512, 2980], [3513, 2980], [3514, 2980]], [[625, 3009], [626, 3010], [627, 3010], [696, 3010], [928, 3015], [1160, 3019], [1392, 3022], [1624, 3023], [1856, 3025], [2088, 3027], [2320, 3029], [2552, 3031], [2784, 3033], [3016, 3034], [3248, 3034], [3480, 3037], [3512, 3038], [3513, 3038], [3514, 3038]], [[625, 3065], [626, 3066], [627, 3066], [696, 3066], [928, 3071], [1160, 3075], [1392, 3078], [1624, 3079], [1856, 3081], [2088, 3083], [2320, 3085], [2552, 3087], [2784, 3089], [3016, 3090], [3248, 3090], [3480, 3093], [3512, 3094], [3513, 3094], [3514, 3094]], [[625, 3121], [626, 3122], [627, 3122], [696, 3122], [928, 3127], [1160, 3131], [1392, 3134], [1624, 3135], [1856, 3137], [2088, 3139], [2320, 3141], [2552, 3143], [2784, 3145], [3016, 3146], [3248, 3146], [3480, 3149], [3512, 3150], [3513, 3150], [3514, 3150]]]}, {"staff_no": 10, "bounding_box": {"ncols": 3190, "nrows": 227, "ulx": 430, "uly": 3154}, "num_lines": 4, "line_positions": [[[430, 3026], [431, 3026], [432, 3026], [433, 3026], [464, 3026], [696, 3034], [928, 3041], [1160, 3046], [1392, 3048], [1624, 3050], [1856, 3053], [2088, 3056], [2320, 3058], [2552, 3060], [2784, 3062], [3016, 3065], [3248, 3067], [3480, 3069], [3617, 3070], [3618, 3071], [3619, 3072], [3620, 3073]], [[430, 3090], [431, 3090], [432, 3090], [433, 3090], [464, 3090], [696, 3098], [928, 3105], [1160, 3110], [1392, 3112], [1624, 3114], [1856, 3117], [2088, 3120], [2320, 3122], [2552, 3124], [2784, 3126], [3016, 3129], [3248, 3131], [3480, 3133], [3617, 3134], [3618, 3135], [3619, 3136], [3620, 3137]], [[430, 3154], [431, 3154], [432, 3154], [433, 3154], [464, 3154], [696, 3162], [928, 3169], [1160, 3174], [1392, 3176], [1624, 3178], [1856, 3181], [2088, 3184], [2320, 3186], [2552, 3188], [2784, 3190], [3016, 3193], [3248, 3195], [3480, 3197], [3617, 3198], [3618, 3199], [3619, 3200], [3620, 3201]], [[430, 3218], [431, 3218], [432, 3218], [433, 3218], [464, 3219], [696, 3224], [928, 3231], [1160, 3235], [1392, 3239], [1624, 3241], [1856, 3244], [2088, 3247], [2320, 3250], [2552, 3251], [2784, 3254], [3016, 3255], [3248, 3257], [3480, 3259], [3617, 3260], [3618, 3261], [3619, 3262], [3620, 3262]], [[430, 3281], [431, 3281], [432, 3281], [433, 3281], [464, 3281], [696, 3287], [928, 3293], [1160, 3297], [1392, 3300], [1624, 3303], [1856, 3306], [2088, 3308], [2320, 3313], [2552, 3314], [2784, 3316], [3016, 3319], [3248, 3318], [3480, 3321], [3617, 3321], [3618, 3322], [3619, 3322], [3620, 3322]], [[430, 3338], [431, 3338], [432, 3338], [433, 3338], [464, 3338], [696, 3343], [928, 3350], [1160, 3353], [1392, 3357], [1624, 3359], [1856, 3362], [2088, 3364], [2320, 3367], [2552, 3369], [2784, 3372], [3016, 3376], [3248, 3375], [3480, 3378], [3617, 3381], [3618, 3381], [3619, 3381], [3620, 3381]], [[430, 3394], [431, 3394], [432, 3394], [433, 3394], [464, 3394], [696, 3399], [928, 3406], [1160, 3409], [1392, 3413], [1624, 3415], [1856, 3418], [2088, 3420], [2320, 3423], [2552, 3425], [2784, 3428], [3016, 3432], [3248, 3431], [3480, 3434], [3617, 3437], [3618, 3437], [3619, 3437], [3620, 3437]], [[430, 3450], [431, 3450], [432, 3450], [433, 3450], [464, 3450], [696, 3455], [928, 3462], [1160, 3465], [1392, 3469], [1624, 3471], [1856, 3474], [2088, 3476], [2320, 3479], [2552, 3481], [2784, 3484], [3016, 3488], [3248, 3487], [3480, 3490], [3617, 3493], [3618, 3493], [3619, 3493], [3620, 3493]]]}, {"staff_no": 11, "bounding_box": {"ncols": 3133, "nrows": 209, "ulx": 442, "uly": 3499}, "num_lines": 4, "line_positions": [[[442, 3363], [443, 3363], [444, 3363], [464, 3363], [696, 3369], [928, 3372], [1160, 3373], [1392, 3374], [1624, 3375], [1856, 3378], [2088, 3381], [2320, 3381], [2552, 3382], [2784, 3383], [3016, 3383], [3248, 3386], [3480, 3388], [3573, 3388], [3574, 3389], [3575, 3390]], [[442, 3431], [443, 3431], [444, 3431], [464, 3431], [696, 3437], [928, 3440], [1160, 3441], [1392, 3442], [1624, 3443], [1856, 3446], [2088, 3449], [2320, 3449], [2552, 3450], [2784, 3451], [3016, 3451], [3248, 3454], [3480, 3456], [3573, 3456], [3574, 3457], [3575, 3458]], [[442, 3499], [443, 3499], [444, 3499], [464, 3499], [696, 3505], [928, 3508], [1160, 3509], [1392, 3510], [1624, 3511], [1856, 3514], [2088, 3517], [2320, 3517], [2552, 3518], [2784, 3519], [3016, 3519], [3248, 3522], [3480, 3524], [3573, 3524], [3574, 3525], [3575, 3526]], [[442, 3566], [443, 3566], [444, 3566], [464, 3567], [696, 3568], [928, 3572], [1160, 3573], [1392, 3574], [1624, 3575], [1856, 3577], [2088, 3582], [2320, 3581], [2552, 3582], [2784, 3582], [3016, 3584], [3248, 3588], [3480, 3588], [3573, 3589], [3574, 3590], [3575, 3590]], [[442, 3623], [443, 3624], [444, 3624], [464, 3624], [696, 3630], [928, 3635], [1160, 3636], [1392, 3635], [1624, 3636], [1856, 3639], [2088, 3642], [2320, 3642], [2552, 3643], [2784, 3644], [3016, 3646], [3248, 3648], [3480, 3650], [3573, 3651], [3574, 3651], [3575, 3651]], [[442, 3680], [443, 3681], [444, 3681], [464, 3681], [696, 3686], [928, 3691], [1160, 3693], [1392, 3691], [1624, 3694], [1856, 3694], [2088, 3698], [2320, 3699], [2552, 3701], [2784, 3701], [3016, 3703], [3248, 3705], [3480, 3707], [3573, 3708], [3574, 3708], [3575, 3708]], [[442, 3736], [443, 3737], [444, 3737], [464, 3737], [696, 3742], [928, 3747], [1160, 3749], [1392, 3747], [1624, 3750], [1856, 3750], [2088, 3754], [2320, 3755], [2552, 3757], [2784, 3757], [3016, 3759], [3248, 3761], [3480, 3763], [3573, 3764], [3574, 3764], [3575, 3764]], [[442, 3792], [443, 3793], [444, 3793], [464, 3793], [696, 3798], [928, 3803], [1160, 3805], [1392, 3803], [1624, 3806], [1856, 3806], [2088, 3810], [2320, 3811], [2552, 3813], [2784, 3813], [3016, 3815], [3248, 3817], [3480, 3819], [3573, 3820], [3574, 3820], [3575, 3820]]]}, {"staff_no": 12, "bounding_box": {"ncols": 3187, "nrows": 212, "ulx": 416, "uly": 3850}, "num_lines": 4, "line_positions": [[[416, 3722], [417, 3722], [464, 3722], [696, 3727], [928, 3730], [1160, 3731], [1392, 3730], [1624, 3732], [1856, 3733], [2088, 3735], [2320, 3738], [2552, 3740], [2784, 3741], [3016, 3742], [3248, 3745], [3480, 3749], [3601, 3749], [3602, 3750], [3603, 3751]], [[416, 3786], [417, 3786], [464, 3786], [696, 3791], [928, 3794], [1160, 3795], [1392, 3794], [1624, 3796], [1856, 3797], [2088, 3799], [2320, 3802], [2552, 3804], [2784, 3805], [3016, 3806], [3248, 3809], [3480, 3813], [3601, 3813], [3602, 3814], [3603, 3815]], [[416, 3850], [417, 3850], [464, 3850], [696, 3855], [928, 3858], [1160, 3859], [1392, 3858], [1624, 3860], [1856, 3861], [2088, 3863], [2320, 3866], [2552, 3868], [2784, 3869], [3016, 3870], [3248, 3873], [3480, 3877], [3601, 3877], [3602, 3878], [3603, 3879]], [[416, 3914], [417, 3914], [464, 3915], [696, 3919], [928, 3921], [1160, 3922], [1392, 3921], [1624, 3923], [1856, 3925], [2088, 3927], [2320, 3929], [2552, 3931], [2784, 3933], [3016, 3935], [3248, 3938], [3480, 3939], [3601, 3941], [3602, 3943], [3603, 3943]], [[416, 3975], [417, 3976], [464, 3976], [696, 3981], [928, 3984], [1160, 3981], [1392, 3983], [1624, 3984], [1856, 3986], [2088, 3988], [2320, 3992], [2552, 3994], [2784, 3995], [3016, 3998], [3248, 4001], [3480, 4003], [3601, 4003], [3602, 4003], [3603, 4003]], [[416, 4033], [417, 4033], [464, 4033], [696, 4038], [928, 4041], [1160, 4045], [1392, 4040], [1624, 4041], [1856, 4042], [2088, 4045], [2320, 4049], [2552, 4051], [2784, 4053], [3016, 4054], [3248, 4058], [3480, 4060], [3601, 4062], [3602, 4062], [3603, 4062]], [[416, 4091], [417, 4091], [464, 4091], [696, 4096], [928, 4099], [1160, 4103], [1392, 4098], [1624, 4099], [1856, 4100], [2088, 4103], [2320, 4107], [2552, 4109], [2784, 4111], [3016, 4112], [3248, 4116], [3480, 4118], [3601, 4120], [3602, 4120], [3603, 4120]], [[416, 4149], [417, 4149], [464, 4149], [696, 4154], [928, 4157], [1160, 4161], [1392, 4156], [1624, 4157], [1856, 4158], [2088, 4161], [2320, 4165], [2552, 4167], [2784, 4169], [3016, 4170], [3248, 4174], [3480, 4176], [3601, 4178], [3602, 4178], [3603, 4178]]]}, {"staff_no": 13, "bounding_box": {"ncols": 3187, "nrows": 213, "ulx": 448, "uly": 4183}, "num_lines": 4, "line_positions": [[[448, 4063], [449, 4063], [450, 4063], [464, 4063], [696, 4067], [928, 4071], [1160, 4072], [1392, 4075], [1624, 4072], [1856, 4074], [2088, 4078], [2320, 4081], [2552, 4084], [2784, 4084], [3016, 4086], [3248, 4086], [3480, 4090], [3633, 4091], [3634, 4092], [3635, 4094]], [[448, 4123], [449, 4123], [450, 4123], [464, 4123], [696, 4127], [928, 4131], [1160, 4132], [1392, 4135], [1624, 4132], [1856, 4134], [2088, 4138], [2320, 4141], [2552, 4144], [2784, 4144], [3016, 4146], [3248, 4146], [3480, 4150], [3633, 4151], [3634, 4152], [3635, 4154]], [[448, 4183], [449, 4183], [450, 4183], [464, 4183], [696, 4187], [928, 4191], [1160, 4192], [1392, 4195], [1624, 4192], [1856, 4194], [2088, 4198], [2320, 4201], [2552, 4204], [2784, 4204], [3016, 4206], [3248, 4206], [3480, 4210], [3633, 4211], [3634, 4212], [3635, 4214]], [[448, 4244], [449, 4244], [450, 4244], [464, 4244], [696, 4249], [928, 4253], [1160, 4257], [1392, 4260], [1624, 4255], [1856, 4257], [2088, 4260], [2320, 4263], [2552, 4265], [2784, 4268], [3016, 4270], [3248, 4270], [3480, 4275], [3633, 4276], [3634, 4277], [3635, 4277]], [[448, 4304], [449, 4304], [450, 4304], [464, 4304], [696, 4310], [928, 4314], [1160, 4314], [1392, 4315], [1624, 4318], [1856, 4320], [2088, 4322], [2320, 4326], [2552, 4330], [2784, 4331], [3016, 4331], [3248, 4336], [3480, 4338], [3633, 4339], [3634, 4339], [3635, 4339]], [[448, 4362], [449, 4362], [450, 4362], [464, 4362], [696, 4366], [928, 4368], [1160, 4369], [1392, 4372], [1624, 4375], [1856, 4376], [2088, 4379], [2320, 4382], [2552, 4385], [2784, 4387], [3016, 4388], [3248, 4389], [3480, 4394], [3633, 4396], [3634, 4396], [3635, 4396]], [[448, 4420], [449, 4420], [450, 4420], [464, 4420], [696, 4424], [928, 4426], [1160, 4427], [1392, 4430], [1624, 4433], [1856, 4434], [2088, 4437], [2320, 4440], [2552, 4443], [2784, 4445], [3016, 4446], [3248, 4447], [3480, 4452], [3633, 4454], [3634, 4454], [3635, 4454]], [[448, 4478], [449, 4478], [450, 4478], [464, 4478], [696, 4482], [928, 4484], [1160, 4485], [1392, 4488], [1624, 4491], [1856, 4492], [2088, 4495], [2320, 4498], [2552, 4501], [2784, 4503], [3016, 4504], [3248, 4505], [3480, 4510], [3633, 4512], [3634, 4512], [3635, 4512]]]}, {"staff_no": 14, "bounding_box": {"ncols": 3192, "nrows": 222, "ulx": 405, "uly": 4509}, "num_lines": 4, "line_positions": [[[405, 4381], [406, 4381], [407, 4381], [464, 4382], [696, 4391], [928, 4394], [1160, 4397], [1392, 4398], [1624, 4399], [1856, 4402], [2088, 4406], [2320, 4409], [2552, 4412], [2784, 4413], [3016, 4414], [3248, 4416], [3480, 4419], [3594, 4419], [3595, 4420], [3596, 4420], [3597, 4421]], [[405, 4445], [406, 4445], [407, 4445], [464, 4446], [696, 4455], [928, 4458], [1160, 4461], [1392, 4462], [1624, 4463], [1856, 4466], [2088, 4470], [2320, 4473], [2552, 4476], [2784, 4477], [3016, 4478], [3248, 4480], [3480, 4483], [3594, 4483], [3595, 4484], [3596, 4484], [3597, 4485]], [[405, 4509], [406, 4509], [407, 4509], [464, 4510], [696, 4519], [928, 4522], [1160, 4525], [1392, 4526], [1624, 4527], [1856, 4530], [2088, 4534], [2320, 4537], [2552, 4540], [2784, 4541], [3016, 4542], [3248, 4544], [3480, 4547], [3594, 4547], [3595, 4548], [3596, 4548], [3597, 4549]], [[405, 4572], [406, 4572], [407, 4573], [464, 4574], [696, 4582], [928, 4584], [1160, 4587], [1392, 4590], [1624, 4592], [1856, 4594], [2088, 4596], [2320, 4599], [2552, 4602], [2784, 4603], [3016, 4605], [3248, 4607], [3480, 4609], [3594, 4609], [3595, 4610], [3596, 4611], [3597, 4611]], [[405, 4636], [406, 4636], [407, 4636], [464, 4636], [696, 4644], [928, 4647], [1160, 4651], [1392, 4654], [1624, 4652], [1856, 4654], [2088, 4657], [2320, 4659], [2552, 4663], [2784, 4666], [3016, 4667], [3248, 4670], [3480, 4673], [3594, 4674], [3595, 4675], [3596, 4675], [3597, 4675]], [[405, 4692], [406, 4692], [407, 4692], [464, 4692], [696, 4700], [928, 4704], [1160, 4706], [1392, 4709], [1624, 4710], [1856, 4711], [2088, 4714], [2320, 4715], [2552, 4720], [2784, 4723], [3016, 4725], [3248, 4728], [3480, 4730], [3594, 4731], [3595, 4731], [3596, 4731], [3597, 4731]], [[405, 4748], [406, 4748], [407, 4748], [464, 4748], [696, 4756], [928, 4760], [1160, 4762], [1392, 4765], [1624, 4766], [1856, 4767], [2088, 4770], [2320, 4771], [2552, 4776], [2784, 4779], [3016, 4781], [3248, 4784], [3480, 4786], [3594, 4787], [3595, 4787], [3596, 4787], [3597, 4787]], [[405, 4804], [406, 4804], [407, 4804], [464, 4804], [696, 4812], [928, 4816], [1160, 4818], [1392, 4821], [1624, 4822], [1856, 4823], [2088, 4826], [2320, 4827], [2552, 4832], [2784, 4835], [3016, 4837], [3248, 4840], [3480, 4842], [3594, 4843], [3595, 4843], [3596, 4843], [3597, 4843]]]}, {"staff_no": 15, "bounding_box": {"ncols": 3199, "nrows": 220, "ulx": 430, "uly": 4844}, "num_lines": 4, "line_positions": [[[430, 4716], [431, 4716], [432, 4716], [433, 4716], [464, 4716], [696, 4725], [928, 4727], [1160, 4729], [1392, 4732], [1624, 4733], [1856, 4735], [2088, 4739], [2320, 4738], [2552, 4744], [2784, 4745], [3016, 4747], [3248, 4749], [3480, 4753], [3626, 4754], [3627, 4755], [3628, 4756], [3629, 4757]], [[430, 4780], [431, 4780], [432, 4780], [433, 4780], [464, 4780], [696, 4789], [928, 4791], [1160, 4793], [1392, 4796], [1624, 4797], [1856, 4799], [2088, 4803], [2320, 4802], [2552, 4808], [2784, 4809], [3016, 4811], [3248, 4813], [3480, 4817], [3626, 4818], [3627, 4819], [3628, 4820], [3629, 4821]], [[430, 4844], [431, 4844], [432, 4844], [433, 4844], [464, 4844], [696, 4853], [928, 4855], [1160, 4857], [1392, 4860], [1624, 4861], [1856, 4863], [2088, 4867], [2320, 4866], [2552, 4872], [2784, 4873], [3016, 4875], [3248, 4877], [3480, 4881], [3626, 4882], [3627, 4883], [3628, 4884], [3629, 4885]], [[430, 4907], [431, 4907], [432, 4907], [433, 4907], [464, 4907], [696, 4915], [928, 4918], [1160, 4917], [1392, 4919], [1624, 4921], [1856, 4923], [2088, 4925], [2320, 4928], [2552, 4933], [2784, 4937], [3016, 4939], [3248, 4941], [3480, 4944], [3626, 4944], [3627, 4944], [3628, 4945], [3629, 4945]], [[430, 4972], [431, 4972], [432, 4973], [433, 4974], [464, 4975], [696, 4977], [928, 4980], [1160, 4984], [1392, 4979], [1624, 4979], [1856, 4986], [2088, 4991], [2320, 4990], [2552, 4994], [2784, 4999], [3016, 5001], [3248, 5003], [3480, 5005], [3626, 5006], [3627, 5008], [3628, 5008], [3629, 5008]], [[430, 5029], [431, 5033], [432, 5033], [433, 5033], [464, 5033], [696, 5033], [928, 5035], [1160, 5039], [1392, 5037], [1624, 5035], [1856, 5042], [2088, 5047], [2320, 5046], [2552, 5051], [2784, 5056], [3016, 5057], [3248, 5060], [3480, 5062], [3626, 5064], [3627, 5064], [3628, 5064], [3629, 5064]], [[430, 5085], [431, 5089], [432, 5089], [433, 5089], [464, 5089], [696, 5089], [928, 5091], [1160, 5095], [1392, 5093], [1624, 5091], [1856, 5098], [2088, 5103], [2320, 5102], [2552, 5107], [2784, 5112], [3016, 5113], [3248, 5116], [3480, 5118], [3626, 5120], [3627, 5120], [3628, 5120], [3629, 5120]], [[430, 5141], [431, 5145], [432, 5145], [433, 5145], [464, 5145], [696, 5145], [928, 5147], [1160, 5151], [1392, 5149], [1624, 5147], [1856, 5154], [2088, 5159], [2320, 5158], [2552, 5163], [2784, 5168], [3016, 5169], [3248, 5172], [3480, 5174], [3626, 5176], [3627, 5176], [3628, 5176], [3629, 5176]]]}, {"staff_no": 16, "bounding_box": {"ncols": 3242, "nrows": 211, "ulx": 410, "uly": 5192}, "num_lines": 4, "line_positions": [[[410, 5076], [411, 5076], [412, 5076], [464, 5076], [696, 5079], [928, 5078], [1160, 5081], [1392, 5081], [1624, 5079], [1856, 5084], [2088, 5086], [2320, 5092], [2552, 5095], [2784, 5099], [3016, 5101], [3248, 5103], [3480, 5104], [3651, 5105], [3652, 5107]], [[410, 5134], [411, 5134], [412, 5134], [464, 5134], [696, 5137], [928, 5136], [1160, 5139], [1392, 5139], [1624, 5137], [1856, 5142], [2088, 5144], [2320, 5150], [2552, 5153], [2784, 5157], [3016, 5159], [3248, 5161], [3480, 5162], [3651, 5163], [3652, 5165]], [[410, 5192], [411, 5192], [412, 5192], [464, 5192], [696, 5195], [928, 5194], [1160, 5197], [1392, 5197], [1624, 5195], [1856, 5200], [2088, 5202], [2320, 5208], [2552, 5211], [2784, 5215], [3016, 5217], [3248, 5219], [3480, 5220], [3651, 5221], [3652, 5223]], [[410, 5250], [411, 5250], [412, 5251], [464, 5253], [696, 5254], [928, 5256], [1160, 5260], [1392, 5256], [1624, 5258], [1856, 5262], [2088, 5269], [2320, 5271], [2552, 5274], [2784, 5278], [3016, 5279], [3248, 5281], [3480, 5282], [3651, 5283], [3652, 5285]], [[410, 5312], [411, 5319], [412, 5319], [464, 5319], [696, 5319], [928, 5319], [1160, 5319], [1392, 5322], [1624, 5320], [1856, 5324], [2088, 5331], [2320, 5333], [2552, 5336], [2784, 5340], [3016, 5341], [3248, 5344], [3480, 5343], [3651, 5347], [3652, 5347]], [[410, 5366], [411, 5370], [412, 5370], [464, 5370], [696, 5370], [928, 5374], [1160, 5378], [1392, 5381], [1624, 5383], [1856, 5385], [2088, 5387], [2320, 5390], [2552, 5392], [2784, 5397], [3016, 5398], [3248, 5400], [3480, 5399], [3651, 5403], [3652, 5403]], [[410, 5420], [411, 5424], [412, 5424], [464, 5424], [696, 5424], [928, 5428], [1160, 5432], [1392, 5435], [1624, 5437], [1856, 5439], [2088, 5441], [2320, 5444], [2552, 5446], [2784, 5451], [3016, 5452], [3248, 5454], [3480, 5453], [3651, 5457], [3652, 5457]], [[410, 5474], [411, 5478], [412, 5478], [464, 5478], [696, 5478], [928, 5482], [1160, 5486], [1392, 5489], [1624, 5491], [1856, 5493], [2088, 5495], [2320, 5498], [2552, 5500], [2784, 5505], [3016, 5506], [3248, 5508], [3480, 5507], [3651, 5511], [3652, 5511]]]}], "glyphs": [{"pitch": {"staff": "1", "offset": "57", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 46, "ulx": 57, "uly": 589}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "1", "offset": "73", "strt_pos": "11", "note": "f", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 49, "ulx": 73, "uly": 594}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "76", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 42, "ulx": 76, "uly": 492}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "1", "offset": "474", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 105, "ulx": 474, "uly": 397}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "1", "offset": "563", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 103, "ulx": 563, "uly": 525}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "679", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 96, "ulx": 679, "uly": 524}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "740", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 113, "ulx": 740, "uly": 556}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "860", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 95, "ulx": 860, "uly": 591}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "955", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 39, "ulx": 955, "uly": 623}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1019", "strt_pos": "5", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 235, "ulx": 1019, "uly": 460}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "1", "offset": "1094", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 125, "ulx": 1094, "uly": 568}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "1264", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 115, "ulx": 1264, "uly": 572}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "1348", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 231, "ulx": 1348, "uly": 462}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "1", "offset": "1452", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 117, "ulx": 1452, "uly": 512}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "1575", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 39, "ulx": 1575, "uly": 516}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1608", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 26, "ulx": 1608, "uly": 477}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1629", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 46, "nrows": 42, "ulx": 1629, "uly": 519}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1682", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 209, "ulx": 1682, "uly": 451}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "1", "offset": "1715", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 38, "ulx": 1715, "uly": 545}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1799", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 39, "ulx": 1799, "uly": 546}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1867", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 238, "ulx": 1867, "uly": 448}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "1", "offset": "2026", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 42, "nrows": 71, "ulx": 2026, "uly": 441}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2094", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 60, "ulx": 2094, "uly": 452}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2177", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 60, "ulx": 2177, "uly": 490}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2231", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 48, "nrows": 114, "ulx": 2231, "uly": 459}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2311", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 51, "nrows": 112, "ulx": 2311, "uly": 518}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2390", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 45, "nrows": 102, "ulx": 2390, "uly": 555}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2635", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 122, "ulx": 2635, "uly": 455}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2732", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 97, "ulx": 2732, "uly": 456}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2824", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 102, "ulx": 2824, "uly": 457}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2880", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 234, "ulx": 2880, "uly": 429}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "2", "offset": "2960", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 120, "ulx": 2960, "uly": 464}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "2", "offset": "3077", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 39, "ulx": 3077, "uly": 469}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "2", "offset": "3114", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 38, "ulx": 3114, "uly": 467}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "2", "offset": "3171", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 55, "ulx": 3171, "uly": 522}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "2", "offset": "3199", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 57, "ulx": 3199, "uly": 554}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "2", "offset": "3242", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 209, "ulx": 3242, "uly": 471}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "3", "offset": "1580", "strt_pos": "12", "note": "c", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 17, "ulx": 1580, "uly": 1024}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "27", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 31, "ulx": 27, "uly": 1162}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "4", "offset": "31", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 36, "ulx": 31, "uly": 1112}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "71", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 152, "ulx": 71, "uly": 1097}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "623", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 62, "ulx": 623, "uly": 1120}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "630", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 21, "ulx": 630, "uly": 1098}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "666", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 74, "ulx": 666, "uly": 1286}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "781", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 39, "ulx": 781, "uly": 1232}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "871", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 61, "nrows": 73, "ulx": 871, "uly": 1292}, "state": "AUTOMATIC", "name": "neume.oblique2"}}, {"pitch": {"staff": "4", "offset": "957", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 198, "ulx": 957, "uly": 1163}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "4", "offset": "1146", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 82, "ulx": 1146, "uly": 1177}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "4", "offset": "1254", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 91, "ulx": 1254, "uly": 1188}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "1327", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 234, "ulx": 1327, "uly": 1127}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "1468", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 116, "ulx": 1468, "uly": 1186}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "1639", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 39, "ulx": 1639, "uly": 1223}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "1695", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 222, "ulx": 1695, "uly": 1122}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "1841", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 132, "ulx": 1841, "uly": 1191}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "1987", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 38, "ulx": 1987, "uly": 1261}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "2044", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 218, "ulx": 2044, "uly": 1129}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "2103", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 90, "ulx": 2103, "uly": 1182}, "state": "AUTOMATIC", "name": "neume.liquescent.up"}}, {"pitch": {"staff": "4", "offset": "2193", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 145, "ulx": 2193, "uly": 1200}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "2266", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 223, "ulx": 2266, "uly": 1118}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "2424", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 112, "ulx": 2424, "uly": 1199}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "2564", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 120, "ulx": 2564, "uly": 1133}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "2649", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 85, "ulx": 2649, "uly": 1124}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "4", "offset": "2721", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 183, "ulx": 2721, "uly": 1121}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "2821", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 121, "ulx": 2821, "uly": 1203}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "2970", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 39, "ulx": 2970, "uly": 1233}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "3029", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 179, "ulx": 3029, "uly": 1173}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "4", "offset": "3127", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 127, "ulx": 3127, "uly": 1205}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "3241", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 128, "ulx": 3241, "uly": 1236}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "3304", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 269, "ulx": 3304, "uly": 1132}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "3376", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 113, "ulx": 3376, "uly": 1270}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "3534", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 106, "ulx": 3534, "uly": 1267}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "4", "offset": "3691", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 78, "ulx": 3691, "uly": 1166}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "0", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 42, "ulx": 0, "uly": 1458}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "11", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 45, "ulx": 11, "uly": 1418}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "5", "offset": "45", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 70, "ulx": 45, "uly": 1536}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "49", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 23, "nrows": 35, "ulx": 49, "uly": 1496}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "81", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 20, "nrows": 29, "ulx": 81, "uly": 1562}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "89", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 37, "ulx": 89, "uly": 1500}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "99", "strt_pos": "12", "note": "c", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 23, "nrows": 58, "ulx": 99, "uly": 1645}, "state": "HEURISTIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "5", "offset": "462", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 114, "ulx": 462, "uly": 1409}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "5", "offset": "515", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 110, "ulx": 515, "uly": 1539}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "618", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 40, "ulx": 618, "uly": 1550}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "628", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 25, "nrows": 21, "ulx": 628, "uly": 1506}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "760", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 47, "ulx": 760, "uly": 1577}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "790", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 39, "ulx": 790, "uly": 1550}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "820", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 33, "ulx": 820, "uly": 1586}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "862", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 8, "nrows": 39, "ulx": 862, "uly": 1614}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "933", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 73, "ulx": 933, "uly": 1580}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "990", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 240, "ulx": 990, "uly": 1479}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "1038", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 124, "ulx": 1038, "uly": 1524}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1138", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 126, "ulx": 1138, "uly": 1557}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1209", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 241, "ulx": 1209, "uly": 1445}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "1251", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 137, "ulx": 1251, "uly": 1535}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1337", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 114, "ulx": 1337, "uly": 1560}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1415", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 117, "ulx": 1415, "uly": 1596}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1488", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 226, "ulx": 1488, "uly": 1472}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "1565", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 120, "ulx": 1565, "uly": 1561}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1683", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 128, "ulx": 1683, "uly": 1540}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1785", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 82, "ulx": 1785, "uly": 1536}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "5", "offset": "1844", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 20, "nrows": 255, "ulx": 1844, "uly": 1460}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "1923", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 102, "ulx": 1923, "uly": 1607}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "2045", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 100, "ulx": 2045, "uly": 1570}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "5", "offset": "2125", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 180, "ulx": 2125, "uly": 1510}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "2178", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 44, "nrows": 48, "ulx": 2178, "uly": 1610}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "2239", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 61, "nrows": 93, "ulx": 2239, "uly": 1575}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "5", "offset": "2341", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 118, "ulx": 2341, "uly": 1606}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "2416", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 19, "nrows": 240, "ulx": 2416, "uly": 1468}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "2443", "strt_pos": "6", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 121, "ulx": 2443, "uly": 1450}, "state": "AUTOMATIC", "name": "accidental.flat"}}, {"pitch": {"staff": "5", "offset": "2497", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 73, "nrows": 55, "ulx": 2497, "uly": 1537}, "state": "AUTOMATIC", "name": "neume.pescephalicus2"}}, {"pitch": {"staff": "5", "offset": "2547", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 39, "ulx": 2547, "uly": 1476}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "2609", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 55, "ulx": 2609, "uly": 1537}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "5", "offset": "2638", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 57, "ulx": 2638, "uly": 1564}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "5", "offset": "2820", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 107, "ulx": 2820, "uly": 1614}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "2929", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 70, "nrows": 116, "ulx": 2929, "uly": 1606}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "5", "offset": "3026", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 22, "nrows": 255, "ulx": 3026, "uly": 1495}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "3135", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 75, "ulx": 3135, "uly": 1676}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "3393", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 81, "ulx": 3393, "uly": 1668}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "3527", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 43, "nrows": 93, "ulx": 3527, "uly": 1579}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "5", "offset": "3675", "strt_pos": "6", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 97, "ulx": 3675, "uly": 1560}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "6", "offset": "15", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 20, "nrows": 60, "ulx": 15, "uly": 1904}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "6", "offset": "57", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 73, "ulx": 57, "uly": 1893}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "61", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 38, "ulx": 61, "uly": 1850}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "106", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 48, "ulx": 106, "uly": 1869}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "6", "offset": "109", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 9, "nrows": 42, "ulx": 109, "uly": 1818}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "453", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 108, "ulx": 453, "uly": 1758}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "6", "offset": "533", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 107, "ulx": 533, "uly": 1935}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "616", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 228, "ulx": 616, "uly": 1809}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "6", "offset": "661", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 83, "ulx": 661, "uly": 1914}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "740", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 38, "ulx": 740, "uly": 1971}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "845", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 39, "ulx": 845, "uly": 1969}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "929", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 236, "ulx": 929, "uly": 1792}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "6", "offset": "1161", "strt_pos": "13", "note": "b", "octave": "1", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 33, "ulx": 1161, "uly": 2027}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "6", "offset": "1291", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 57, "ulx": 1291, "uly": 1866}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "1356", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 37, "ulx": 1356, "uly": 1864}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "1439", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 60, "ulx": 1439, "uly": 1901}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "1497", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 42, "nrows": 55, "ulx": 1497, "uly": 1928}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "1576", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 93, "ulx": 1576, "uly": 1865}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "6", "offset": "1692", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 78, "ulx": 1692, "uly": 1910}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "2116", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 103, "ulx": 2116, "uly": 1852}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "6", "offset": "2153", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 72, "nrows": 126, "ulx": 2153, "uly": 1885}, "state": "HEURISTIC", "name": "neume.scandicus23"}}, {"pitch": {"staff": "6", "offset": "2305", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 111, "ulx": 2305, "uly": 1889}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "2396", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 121, "ulx": 2396, "uly": 1890}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "2597", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 82, "nrows": 94, "ulx": 2597, "uly": 1884}, "state": "AUTOMATIC", "name": "neume.torculus32"}}, {"pitch": {"staff": "6", "offset": "2812", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 27, "nrows": 134, "ulx": 2812, "uly": 1890}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "2979", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 106, "ulx": 2979, "uly": 1857}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "3063", "strt_pos": "5", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 126, "ulx": 3063, "uly": 1833}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "3191", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 127, "ulx": 3191, "uly": 1867}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "3247", "strt_pos": "1", "note": "b", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 40, "ulx": 3247, "uly": 1708}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "3343", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 138, "ulx": 3343, "uly": 1897}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "3457", "strt_pos": "8", "note": "b", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 68, "nrows": 127, "ulx": 3457, "uly": 1897}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "6", "offset": "3655", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 36, "ulx": 3655, "uly": 1980}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "7", "offset": "2", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 37, "ulx": 2, "uly": 2189}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "4", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 47, "ulx": 4, "uly": 2229}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "453", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 110, "ulx": 453, "uly": 2086}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "7", "offset": "527", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 138, "ulx": 527, "uly": 2183}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "626", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 126, "ulx": 626, "uly": 2211}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "705", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 95, "ulx": 705, "uly": 2182}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "828", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 40, "ulx": 828, "uly": 2216}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "923", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 116, "ulx": 923, "uly": 2188}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1008", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 278, "ulx": 1008, "uly": 2109}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "1071", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 109, "ulx": 1071, "uly": 2131}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1136", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 115, "ulx": 1136, "uly": 2134}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1232", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 131, "ulx": 1232, "uly": 2137}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1319", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 11, "nrows": 157, "ulx": 1319, "uly": 2209}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "1444", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 86, "ulx": 1444, "uly": 2126}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "7", "offset": "1585", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 94, "ulx": 1585, "uly": 2122}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1692", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 122, "ulx": 1692, "uly": 2170}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1757", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 230, "ulx": 1757, "uly": 2128}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "1810", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 63, "nrows": 120, "ulx": 1810, "uly": 2133}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "7", "offset": "1913", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 107, "ulx": 1913, "uly": 2205}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1998", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 38, "ulx": 1998, "uly": 2237}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "2090", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 106, "ulx": 2090, "uly": 2143}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "7", "offset": "2163", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 25, "nrows": 36, "ulx": 2163, "uly": 2201}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "2251", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 272, "ulx": 2251, "uly": 2119}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "2368", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 65, "nrows": 104, "ulx": 2368, "uly": 2234}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "7", "offset": "2524", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 43, "ulx": 2524, "uly": 2304}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "2544", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 19, "ulx": 2544, "uly": 2140}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "2628", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 89, "ulx": 2628, "uly": 2230}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "7", "offset": "2691", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 62, "nrows": 100, "ulx": 2691, "uly": 2230}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "7", "offset": "2775", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 281, "ulx": 2775, "uly": 2123}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "2896", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 112, "ulx": 2896, "uly": 2244}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "3042", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 86, "ulx": 3042, "uly": 2203}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "7", "offset": "3054", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 20, "ulx": 3054, "uly": 2202}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "3119", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 263, "ulx": 3119, "uly": 2134}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "3255", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 43, "ulx": 3255, "uly": 2304}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "3342", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 39, "ulx": 3342, "uly": 2309}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "3412", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 215, "ulx": 3412, "uly": 2162}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "3504", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 112, "ulx": 3504, "uly": 2306}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "3645", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 95, "ulx": 3645, "uly": 2205}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "8", "offset": "75", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 29, "ulx": 75, "uly": 2483}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "453", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 106, "ulx": 453, "uly": 2436}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "8", "offset": "506", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 117, "ulx": 506, "uly": 2592}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "632", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 27, "nrows": 39, "ulx": 632, "uly": 2564}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "718", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 128, "ulx": 718, "uly": 2562}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "800", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 66, "nrows": 134, "ulx": 800, "uly": 2588}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "8", "offset": "939", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 40, "ulx": 939, "uly": 2653}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "1172", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 106, "ulx": 1172, "uly": 2599}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "8", "offset": "1324", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 112, "ulx": 1324, "uly": 2603}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "1430", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 98, "ulx": 1430, "uly": 2609}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "1550", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 43, "nrows": 101, "ulx": 1550, "uly": 2485}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "8", "offset": "1657", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 115, "ulx": 1657, "uly": 2577}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "1758", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 40, "ulx": 1758, "uly": 2638}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "1817", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 238, "ulx": 1817, "uly": 2470}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "8", "offset": "1881", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 89, "ulx": 1881, "uly": 2568}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "8", "offset": "1984", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 141, "ulx": 1984, "uly": 2574}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2041", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 11, "nrows": 210, "ulx": 2041, "uly": 2463}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "8", "offset": "2095", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 129, "ulx": 2095, "uly": 2542}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "8", "offset": "2237", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 100, "ulx": 2237, "uly": 2638}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2320", "strt_pos": "12", "note": "c", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 90, "ulx": 2320, "uly": 2630}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "8", "offset": "2405", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 98, "ulx": 2405, "uly": 2635}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2473", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 273, "ulx": 2473, "uly": 2480}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "8", "offset": "2712", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 62, "ulx": 2712, "uly": 2487}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2769", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 65, "ulx": 2769, "uly": 2485}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2829", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 52, "ulx": 2829, "uly": 2483}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2908", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 58, "ulx": 2908, "uly": 2560}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2965", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 71, "ulx": 2965, "uly": 2489}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "3020", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 49, "ulx": 3020, "uly": 2511}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "3046", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 38, "ulx": 3046, "uly": 2562}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "3646", "strt_pos": "17", "note": "e", "octave": "1", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 153, "ulx": 3646, "uly": 2752}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "9", "offset": "33", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 27, "nrows": 123, "ulx": 33, "uly": 2900}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "84", "strt_pos": "5", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 149, "ulx": 84, "uly": 2823}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "638", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 107, "ulx": 638, "uly": 2840}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "9", "offset": "691", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 19, "ulx": 691, "uly": 2951}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "9", "offset": "691", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 89, "ulx": 691, "uly": 2975}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "755", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 116, "ulx": 755, "uly": 2871}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "819", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 111, "ulx": 819, "uly": 2935}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "882", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 270, "ulx": 882, "uly": 2801}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "1019", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 62, "nrows": 78, "ulx": 1019, "uly": 2966}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "9", "offset": "1125", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 154, "ulx": 1125, "uly": 2910}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "1197", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 83, "ulx": 1197, "uly": 2971}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1288", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 116, "ulx": 1288, "uly": 2946}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1380", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 123, "ulx": 1380, "uly": 2884}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1478", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 44, "nrows": 106, "ulx": 1478, "uly": 2883}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "9", "offset": "1556", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 223, "ulx": 1556, "uly": 2801}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "1613", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 97, "ulx": 1613, "uly": 2975}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1731", "strt_pos": "12", "note": "e", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 89, "ulx": 1731, "uly": 2967}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "9", "offset": "1845", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 102, "ulx": 1845, "uly": 2970}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1920", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 298, "ulx": 1920, "uly": 2795}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "2016", "strt_pos": "8", "note": "b", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 129, "ulx": 2016, "uly": 2920}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "2134", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 113, "ulx": 2134, "uly": 2890}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "2240", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 130, "ulx": 2240, "uly": 2855}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "2279", "strt_pos": "12", "note": "e", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 22, "nrows": 18, "ulx": 2279, "uly": 3054}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "9", "offset": "2391", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 90, "ulx": 2391, "uly": 2845}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "9", "offset": "2459", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 243, "ulx": 2459, "uly": 2802}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "2558", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 88, "ulx": 2558, "uly": 2945}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "9", "offset": "2744", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 50, "ulx": 2744, "uly": 2879}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "9", "offset": "2841", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 86, "ulx": 2841, "uly": 2822}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "9", "offset": "2904", "strt_pos": "5", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 81, "ulx": 2904, "uly": 2828}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "2970", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 209, "ulx": 2970, "uly": 2805}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "3057", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 122, "ulx": 3057, "uly": 2864}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3138", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 126, "ulx": 3138, "uly": 2864}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3195", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 188, "ulx": 3195, "uly": 2875}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "3288", "strt_pos": "8", "note": "b", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 133, "ulx": 3288, "uly": 2925}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3403", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 152, "ulx": 3403, "uly": 2865}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3514", "strt_pos": "5", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 141, "ulx": 3514, "uly": 2831}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3569", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 200, "ulx": 3569, "uly": 2817}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "96", "strt_pos": "14", "note": "c", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 50, "ulx": 96, "uly": 3391}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "10", "offset": "445", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 114, "ulx": 445, "uly": 3156}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "10", "offset": "527", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 124, "ulx": 527, "uly": 3169}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "672", "strt_pos": "8", "note": "b", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 71, "nrows": 129, "ulx": 672, "uly": 3205}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "10", "offset": "830", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 85, "ulx": 830, "uly": 3258}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "10", "offset": "898", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 240, "ulx": 898, "uly": 3148}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "1069", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 66, "ulx": 1069, "uly": 3205}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "1083", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 42, "nrows": 42, "ulx": 1083, "uly": 3274}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "1208", "strt_pos": "8", "note": "b", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 77, "ulx": 1208, "uly": 3252}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "1392", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 120, "ulx": 1392, "uly": 3274}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "10", "offset": "1485", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 248, "ulx": 1485, "uly": 3145}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "1648", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 40, "ulx": 1648, "uly": 3311}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "1755", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 39, "ulx": 1755, "uly": 3313}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "1829", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 270, "ulx": 1829, "uly": 3143}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "2178", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 74, "ulx": 2178, "uly": 3228}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2236", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 76, "ulx": 2236, "uly": 3226}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2294", "strt_pos": "8", "note": "b", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 74, "ulx": 2294, "uly": 3252}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "10", "offset": "2343", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 66, "ulx": 2343, "uly": 3226}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2406", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 65, "ulx": 2406, "uly": 3285}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2485", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 106, "ulx": 2485, "uly": 3311}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2897", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 111, "ulx": 2897, "uly": 3235}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "3006", "strt_pos": "8", "note": "b", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 64, "nrows": 128, "ulx": 3006, "uly": 3229}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "10", "offset": "3134", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 125, "ulx": 3134, "uly": 3288}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "10", "offset": "3160", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 42, "ulx": 3160, "uly": 3328}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "3233", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 19, "nrows": 330, "ulx": 3233, "uly": 3126}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "3268", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 119, "ulx": 3268, "uly": 3295}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "3379", "strt_pos": "10", "note": "g", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 38, "ulx": 3379, "uly": 3328}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "3447", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 210, "ulx": 3447, "uly": 3180}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "3523", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 59, "ulx": 3523, "uly": 3269}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "3665", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 25, "nrows": 113, "ulx": 3665, "uly": 3157}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "11", "offset": "63", "strt_pos": "9", "note": "a", "octave": "2", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 50, "ulx": 63, "uly": 3603}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "436", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 81, "ulx": 436, "uly": 3503}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "11", "offset": "488", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 28, "ulx": 488, "uly": 3551}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "540", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 56, "nrows": 62, "ulx": 540, "uly": 3533}, "state": "AUTOMATIC", "name": "neume.oblique2"}}, {"pitch": {"staff": "11", "offset": "549", "strt_pos": "5", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 22, "nrows": 15, "ulx": 549, "uly": 3507}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "639", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 135, "ulx": 639, "uly": 3544}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "819", "strt_pos": "5", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 99, "ulx": 819, "uly": 3485}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "882", "strt_pos": "5", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 102, "ulx": 882, "uly": 3488}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "963", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 121, "ulx": 963, "uly": 3521}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "1033", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 181, "ulx": 1033, "uly": 3478}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "1114", "strt_pos": "4", "note": "f", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 145, "ulx": 1114, "uly": 3458}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "1270", "strt_pos": "5", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 124, "ulx": 1270, "uly": 3492}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "1338", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 205, "ulx": 1338, "uly": 3467}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "1574", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 119, "ulx": 1574, "uly": 3522}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "1923", "strt_pos": "6", "note": "d", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 47, "ulx": 1923, "uly": 3525}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "2123", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 133, "ulx": 2123, "uly": 3561}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2254", "strt_pos": "7", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 129, "ulx": 2254, "uly": 3559}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2341", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 238, "ulx": 2341, "uly": 3487}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "2364", "strt_pos": "2", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 117, "ulx": 2364, "uly": 3585}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "11", "offset": "2488", "strt_pos": "7", "note": "e", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 134, "ulx": 2488, "uly": 3560}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2708", "strt_pos": "6", "note": "f", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 115, "ulx": 2708, "uly": 3528}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2841", "strt_pos": "5", "note": "g", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 117, "ulx": 2841, "uly": 3494}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2962", "strt_pos": "6", "note": "f", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 143, "ulx": 2962, "uly": 3519}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "3044", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 260, "ulx": 3044, "uly": 3481}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "3170", "strt_pos": "5", "note": "g", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 134, "ulx": 3170, "uly": 3501}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "3291", "strt_pos": "7", "note": "e", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 102, "ulx": 3291, "uly": 3563}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "3359", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 277, "ulx": 3359, "uly": 3489}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "3422", "strt_pos": "6", "note": "f", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 103, "ulx": 3422, "uly": 3531}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "11", "offset": "3446", "strt_pos": "7", "note": "e", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 32, "ulx": 3446, "uly": 3584}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "3516", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 40, "ulx": 3516, "uly": 3599}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "3574", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 234, "ulx": 3574, "uly": 3484}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "3670", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 134, "ulx": 3670, "uly": 3532}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "12", "offset": "42", "strt_pos": "11", "note": "a", "octave": "2", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 28, "ulx": 42, "uly": 4030}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "423", "strt_pos": "2", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 106, "ulx": 423, "uly": 3924}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "12", "offset": "521", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 134, "ulx": 521, "uly": 3956}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "684", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 139, "ulx": 684, "uly": 3929}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "841", "strt_pos": "6", "note": "f", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 123, "ulx": 841, "uly": 3864}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "978", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 116, "ulx": 978, "uly": 3963}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "1063", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 262, "ulx": 1063, "uly": 3806}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "1147", "strt_pos": "10", "note": "b", "octave": "2", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 69, "nrows": 108, "ulx": 1147, "uly": 3957}, "state": "AUTOMATIC", "name": "neume.clivis3"}}, {"pitch": {"staff": "12", "offset": "1235", "strt_pos": "10", "note": "b", "octave": "2", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 75, "ulx": 1235, "uly": 3970}, "state": "AUTOMATIC", "name": "neume.liquescent.up"}}, {"pitch": {"staff": "12", "offset": "1297", "strt_pos": "10", "note": "b", "octave": "2", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 104, "ulx": 1297, "uly": 3992}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "1426", "strt_pos": "11", "note": "a", "octave": "2", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 67, "ulx": 1426, "uly": 4020}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "1529", "strt_pos": "12", "note": "g", "octave": "2", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 19, "ulx": 1529, "uly": 4047}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "1606", "strt_pos": "12", "note": "g", "octave": "2", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 36, "ulx": 1606, "uly": 4050}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "1667", "strt_pos": "10", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 266, "ulx": 1667, "uly": 3868}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "1762", "strt_pos": "12", "note": "g", "octave": "2", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 74, "ulx": 1762, "uly": 4006}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "12", "offset": "1912", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 123, "ulx": 1912, "uly": 3962}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2001", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 125, "ulx": 2001, "uly": 3935}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2082", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 108, "ulx": 2082, "uly": 3970}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2163", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 194, "ulx": 2163, "uly": 3860}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "2208", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 124, "ulx": 2208, "uly": 3971}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2305", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 141, "ulx": 2305, "uly": 3940}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2389", "strt_pos": "7", "note": "e", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 41, "ulx": 2389, "uly": 3905}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "2407", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 49, "ulx": 2407, "uly": 3947}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "2472", "strt_pos": "7", "note": "e", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 125, "ulx": 2472, "uly": 3911}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2546", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 208, "ulx": 2546, "uly": 3855}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "2643", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 59, "ulx": 2643, "uly": 3939}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "2780", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 121, "ulx": 2780, "uly": 3975}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2915", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 119, "ulx": 2915, "uly": 3941}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "12", "offset": "3115", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 40, "ulx": 3115, "uly": 3981}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "3173", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 260, "ulx": 3173, "uly": 3836}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "3386", "strt_pos": "7", "note": "e", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 64, "ulx": 3386, "uly": 3919}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "3444", "strt_pos": "7", "note": "e", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 60, "ulx": 3444, "uly": 3917}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "3494", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 44, "nrows": 43, "ulx": 3494, "uly": 3982}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "3536", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 45, "ulx": 3536, "uly": 3950}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "3543", "strt_pos": "7", "note": "e", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 37, "ulx": 3543, "uly": 3910}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "13", "offset": "430", "strt_pos": "2", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 106, "ulx": 430, "uly": 4246}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "13", "offset": "498", "strt_pos": "8", "note": "d", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 50, "ulx": 498, "uly": 4254}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "13", "offset": "589", "strt_pos": "9", "note": "c", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 83, "ulx": 589, "uly": 4278}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1025", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 86, "ulx": 1025, "uly": 4159}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "13", "offset": "1116", "strt_pos": "12", "note": "c", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 26, "ulx": 1116, "uly": 4378}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "13", "offset": "1241", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 77, "ulx": 1241, "uly": 4352}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1324", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 85, "nrows": 241, "ulx": 1324, "uly": 4169}, "state": "AUTOMATIC", "name": "neume.scandicus33"}}, {"pitch": {"staff": "13", "offset": "1441", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 112, "ulx": 1441, "uly": 4234}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1526", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 95, "ulx": 1526, "uly": 4236}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1602", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 262, "ulx": 1602, "uly": 4150}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "13", "offset": "1676", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 129, "ulx": 1676, "uly": 4235}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1825", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 139, "ulx": 1825, "uly": 4269}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1953", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 148, "ulx": 1953, "uly": 4240}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2048", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 9, "nrows": 240, "ulx": 2048, "uly": 4172}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "13", "offset": "2173", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 133, "ulx": 2173, "uly": 4241}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2302", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 103, "ulx": 2302, "uly": 4273}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2427", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 117, "ulx": 2427, "uly": 4307}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2570", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 88, "ulx": 2570, "uly": 4246}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2609", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 11, "nrows": 229, "ulx": 2609, "uly": 4169}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "13", "offset": "2661", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 113, "ulx": 2661, "uly": 4179}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "13", "offset": "2768", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 118, "ulx": 2768, "uly": 4248}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2919", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 87, "ulx": 2919, "uly": 4237}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "13", "offset": "3040", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 59, "nrows": 96, "ulx": 3040, "uly": 4246}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "13", "offset": "3175", "strt_pos": "5", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 229, "ulx": 3175, "uly": 4203}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "13", "offset": "3215", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 87, "ulx": 3215, "uly": 4274}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "13", "offset": "3375", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 138, "ulx": 3375, "uly": 4249}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "3487", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 58, "nrows": 108, "ulx": 3487, "uly": 4287}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "13", "offset": "3553", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 122, "ulx": 3553, "uly": 4288}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "3653", "strt_pos": "17", "note": "e", "octave": "1", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 25, "nrows": 113, "ulx": 3653, "uly": 4445}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "14", "offset": "27", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 43, "ulx": 27, "uly": 4445}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "14", "offset": "40", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 39, "ulx": 40, "uly": 4529}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "423", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 88, "ulx": 423, "uly": 4472}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "14", "offset": "499", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 66, "nrows": 116, "ulx": 499, "uly": 4608}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "14", "offset": "604", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 91, "ulx": 604, "uly": 4676}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "749", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 121, "nrows": 130, "ulx": 749, "uly": 4591}, "state": "AUTOMATIC", "name": "neume.torculus34"}}, {"pitch": {"staff": "14", "offset": "931", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 65, "ulx": 931, "uly": 4687}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "1012", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 69, "ulx": 1012, "uly": 4685}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "1090", "strt_pos": "12", "note": "c", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 39, "ulx": 1090, "uly": 4718}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "1150", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 156, "ulx": 1150, "uly": 4581}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "14", "offset": "1239", "strt_pos": "12", "note": "c", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 27, "ulx": 1239, "uly": 4716}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "1376", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 65, "ulx": 1376, "uly": 4682}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "1432", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 83, "ulx": 1432, "uly": 4595}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "14", "offset": "1547", "strt_pos": "10", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 82, "ulx": 1547, "uly": 4616}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "14", "offset": "1616", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 229, "ulx": 1616, "uly": 4539}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "14", "offset": "1701", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 39, "ulx": 1701, "uly": 4691}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "1775", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 41, "ulx": 1775, "uly": 4689}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "1845", "strt_pos": "10", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 170, "ulx": 1845, "uly": 4581}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "14", "offset": "2164", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 66, "ulx": 2164, "uly": 4581}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "2226", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 44, "ulx": 2226, "uly": 4576}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2306", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 51, "ulx": 2306, "uly": 4612}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2391", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 54, "ulx": 2391, "uly": 4641}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2495", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 41, "ulx": 2495, "uly": 4617}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2503", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 39, "ulx": 2503, "uly": 4569}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2560", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 25, "ulx": 2560, "uly": 4641}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2602", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 20, "ulx": 2602, "uly": 4656}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2609", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 27, "ulx": 2609, "uly": 4633}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2664", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 27, "nrows": 25, "ulx": 2664, "uly": 4705}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2916", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 21, "ulx": 2916, "uly": 4718}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2971", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 112, "ulx": 2971, "uly": 4616}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3074", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 96, "ulx": 3074, "uly": 4614}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3144", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 92, "ulx": 3144, "uly": 4516}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3233", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 118, "ulx": 3233, "uly": 4586}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3306", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 40, "ulx": 3306, "uly": 4619}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "3367", "strt_pos": "6", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 138, "ulx": 3367, "uly": 4577}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "14", "offset": "3419", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 137, "ulx": 3419, "uly": 4588}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3483", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 38, "ulx": 3483, "uly": 4625}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "3533", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 126, "ulx": 3533, "uly": 4592}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3596", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 229, "ulx": 3596, "uly": 4509}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "40", "strt_pos": "11", "note": "d", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 30, "ulx": 40, "uly": 5034}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "420", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 106, "ulx": 420, "uly": 4797}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "15", "offset": "506", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 39, "ulx": 506, "uly": 4823}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "662", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 150, "ulx": 662, "uly": 4895}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "834", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 111, "ulx": 834, "uly": 4917}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "15", "offset": "971", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 83, "ulx": 971, "uly": 4889}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "15", "offset": "1068", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 127, "ulx": 1068, "uly": 4896}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "1157", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 227, "ulx": 1157, "uly": 4819}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "1273", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 40, "ulx": 1273, "uly": 4931}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "1365", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 39, "ulx": 1365, "uly": 4929}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "1438", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 242, "ulx": 1438, "uly": 4813}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "1519", "strt_pos": "12", "note": "c", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 18, "ulx": 1519, "uly": 5058}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "1562", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 39, "ulx": 1562, "uly": 4935}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "1683", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 47, "nrows": 98, "ulx": 1683, "uly": 4840}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "15", "offset": "1787", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 137, "ulx": 1787, "uly": 4841}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "1870", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 131, "ulx": 1870, "uly": 4843}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "1936", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 124, "ulx": 1936, "uly": 4844}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2004", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 285, "ulx": 2004, "uly": 4793}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "2073", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 71, "nrows": 121, "ulx": 2073, "uly": 4899}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "15", "offset": "2224", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 134, "ulx": 2224, "uly": 4909}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2352", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 112, "ulx": 2352, "uly": 4845}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2421", "strt_pos": "3", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 11, "nrows": 91, "ulx": 2421, "uly": 4810}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2446", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 109, "ulx": 2446, "uly": 4863}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2457", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 20, "ulx": 2457, "uly": 4838}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2538", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 21, "ulx": 2538, "uly": 4843}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2626", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 246, "ulx": 2626, "uly": 4815}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "2715", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 42, "ulx": 2715, "uly": 4888}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2723", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 28, "ulx": 2723, "uly": 4836}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2877", "strt_pos": "4", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 41, "ulx": 2877, "uly": 4820}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2981", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 113, "ulx": 2981, "uly": 4857}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "15", "offset": "3089", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 42, "nrows": 93, "ulx": 3089, "uly": 4839}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "15", "offset": "3161", "strt_pos": "6", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 9, "nrows": 96, "ulx": 3161, "uly": 4902}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "3255", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 130, "ulx": 3255, "uly": 4921}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "3385", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 131, "ulx": 3385, "uly": 4956}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "3525", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 112, "ulx": 3525, "uly": 4917}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "32", "strt_pos": "17", "note": "e", "octave": "1", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 48, "ulx": 32, "uly": 5459}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "16", "offset": "412", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 108, "ulx": 412, "uly": 5140}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "16", "offset": "474", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 127, "ulx": 474, "uly": 5170}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "531", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 19, "nrows": 237, "ulx": 531, "uly": 5140}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "16", "offset": "634", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 88, "ulx": 634, "uly": 5226}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "16", "offset": "719", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 133, "ulx": 719, "uly": 5237}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "792", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 253, "ulx": 792, "uly": 5152}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "16", "offset": "886", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 130, "ulx": 886, "uly": 5236}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "1019", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 67, "nrows": 109, "ulx": 1019, "uly": 5267}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "16", "offset": "1130", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 82, "ulx": 1130, "uly": 5231}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "16", "offset": "1203", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 74, "ulx": 1203, "uly": 5216}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "1310", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 43, "nrows": 95, "ulx": 1310, "uly": 5185}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "16", "offset": "1391", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 243, "ulx": 1391, "uly": 5148}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "16", "offset": "1445", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 114, "ulx": 1445, "uly": 5266}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "1572", "strt_pos": "9", "note": "f", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 92, "ulx": 1572, "uly": 5257}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "16", "offset": "1694", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 125, "ulx": 1694, "uly": 5268}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2017", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 72, "ulx": 2017, "uly": 5182}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2074", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 72, "ulx": 2074, "uly": 5183}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2143", "strt_pos": "6", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 64, "ulx": 2143, "uly": 5217}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2204", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 68, "ulx": 2204, "uly": 5184}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2256", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 72, "ulx": 2256, "uly": 5248}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2315", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 71, "ulx": 2315, "uly": 5282}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2699", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 153, "ulx": 2699, "uly": 5194}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2794", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 159, "ulx": 2794, "uly": 5193}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2921", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 40, "ulx": 2921, "uly": 5201}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3003", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 42, "ulx": 3003, "uly": 5195}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3049", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 125, "ulx": 3049, "uly": 5198}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "3097", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 22, "nrows": 22, "ulx": 3097, "uly": 5214}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3121", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 42, "ulx": 3121, "uly": 5243}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3155", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 23, "nrows": 58, "ulx": 3155, "uly": 5282}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "16", "offset": "3200", "strt_pos": "8", "note": "g", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 86, "ulx": 3200, "uly": 5228}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "16", "offset": "3265", "strt_pos": "5", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 42, "ulx": 3265, "uly": 5199}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3302", "strt_pos": "7", "note": "a", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 38, "ulx": 3302, "uly": 5274}, "state": "AUTOMATIC", "name": "neume.punctum"}}]} \ No newline at end of file +{"page": {"resolution": 0.0, "bounding_box": {"ncols": 4872, "nrows": 6496, "ulx": 0, "uly": 0}}, "staves": [{"staff_no": 1, "bounding_box": {"ncols": 2091, "nrows": 209, "ulx": 461, "uly": 448}, "num_lines": 4, "line_positions": [[[461, 320], [462, 320], [463, 320], [464, 320], [696, 324], [928, 329], [1160, 335], [1392, 338], [1624, 340], [1856, 341], [2088, 342], [2320, 342], [2549, 342], [2550, 343], [2551, 343], [2552, 344]], [[461, 384], [462, 384], [463, 384], [464, 384], [696, 388], [928, 393], [1160, 399], [1392, 402], [1624, 404], [1856, 405], [2088, 406], [2320, 406], [2549, 406], [2550, 407], [2551, 407], [2552, 408]], [[461, 448], [462, 448], [463, 448], [464, 448], [696, 452], [928, 457], [1160, 463], [1392, 466], [1624, 468], [1856, 469], [2088, 470], [2320, 470], [2549, 470], [2550, 471], [2551, 471], [2552, 472]], [[461, 513], [462, 513], [463, 513], [464, 515], [696, 518], [928, 522], [1160, 528], [1392, 532], [1624, 533], [1856, 534], [2088, 536], [2320, 537], [2549, 538], [2550, 540], [2551, 542], [2552, 542]], [[461, 573], [462, 573], [463, 574], [464, 576], [696, 578], [928, 585], [1160, 590], [1392, 594], [1624, 597], [1856, 598], [2088, 598], [2320, 598], [2549, 601], [2550, 604], [2551, 604], [2552, 604]], [[461, 629], [462, 630], [463, 630], [464, 630], [696, 634], [928, 641], [1160, 647], [1392, 650], [1624, 653], [1856, 655], [2088, 657], [2320, 656], [2549, 655], [2550, 655], [2551, 655], [2552, 655]], [[461, 685], [462, 686], [463, 686], [464, 686], [696, 690], [928, 697], [1160, 703], [1392, 706], [1624, 709], [1856, 711], [2088, 713], [2320, 712], [2549, 711], [2550, 711], [2551, 711], [2552, 711]], [[461, 741], [462, 742], [463, 742], [464, 742], [696, 746], [928, 753], [1160, 759], [1392, 762], [1624, 765], [1856, 767], [2088, 769], [2320, 768], [2549, 767], [2550, 767], [2551, 767], [2552, 767]]]}, {"staff_no": 2, "bounding_box": {"ncols": 439, "nrows": 189, "ulx": 3249, "uly": 497}, "num_lines": 4, "line_positions": [[[3249, 369], [3250, 369], [3251, 369], [3480, 372], [3685, 373], [3686, 374], [3687, 375], [3688, 376]], [[3249, 433], [3250, 433], [3251, 433], [3480, 436], [3685, 437], [3686, 438], [3687, 439], [3688, 440]], [[3249, 497], [3250, 497], [3251, 497], [3480, 500], [3685, 501], [3686, 502], [3687, 503], [3688, 504]], [[3249, 562], [3250, 562], [3251, 562], [3480, 564], [3685, 565], [3686, 566], [3687, 568], [3688, 568]], [[3249, 624], [3250, 624], [3251, 625], [3480, 626], [3685, 627], [3686, 629], [3687, 629], [3688, 629]], [[3249, 681], [3250, 683], [3251, 683], [3480, 683], [3685, 686], [3686, 686], [3687, 686], [3688, 686]], [[3249, 737], [3250, 739], [3251, 739], [3480, 739], [3685, 742], [3686, 742], [3687, 742], [3688, 742]], [[3249, 793], [3250, 795], [3251, 795], [3480, 795], [3685, 798], [3686, 798], [3687, 798], [3688, 798]]]}, {"staff_no": 3, "bounding_box": {"ncols": 2320, "nrows": 201, "ulx": 496, "uly": 802}, "num_lines": 4, "line_positions": [[[496, 674], [497, 674], [696, 677], [928, 685], [1160, 688], [1392, 690], [1624, 690], [1856, 690], [2088, 690], [2320, 690], [2552, 689], [2784, 689], [2815, 689], [2816, 690]], [[496, 738], [497, 738], [696, 741], [928, 749], [1160, 752], [1392, 754], [1624, 754], [1856, 754], [2088, 754], [2320, 754], [2552, 753], [2784, 753], [2815, 753], [2816, 754]], [[496, 802], [497, 802], [696, 805], [928, 813], [1160, 816], [1392, 818], [1624, 818], [1856, 818], [2088, 818], [2320, 818], [2552, 817], [2784, 817], [2815, 817], [2816, 818]], [[496, 867], [497, 867], [696, 869], [928, 877], [1160, 881], [1392, 882], [1624, 883], [1856, 884], [2088, 884], [2320, 883], [2552, 883], [2784, 882], [2815, 882], [2816, 882]], [[496, 928], [497, 928], [696, 930], [928, 938], [1160, 943], [1392, 944], [1624, 945], [1856, 946], [2088, 946], [2320, 946], [2552, 945], [2784, 946], [2815, 945], [2816, 945]], [[496, 985], [497, 987], [696, 987], [928, 995], [1160, 1000], [1392, 1001], [1624, 1002], [1856, 1002], [2088, 1003], [2320, 1003], [2552, 1003], [2784, 1002], [2815, 1001], [2816, 1001]], [[496, 1041], [497, 1043], [696, 1043], [928, 1051], [1160, 1056], [1392, 1057], [1624, 1058], [1856, 1058], [2088, 1059], [2320, 1059], [2552, 1059], [2784, 1058], [2815, 1057], [2816, 1057]], [[496, 1097], [497, 1099], [696, 1099], [928, 1107], [1160, 1112], [1392, 1113], [1624, 1114], [1856, 1114], [2088, 1115], [2320, 1115], [2552, 1115], [2784, 1114], [2815, 1113], [2816, 1113]]]}, {"staff_no": 4, "bounding_box": {"ncols": 2902, "nrows": 224, "ulx": 635, "uly": 1128}, "num_lines": 4, "line_positions": [[[635, 1008], [636, 1008], [637, 1008], [696, 1011], [928, 1014], [1160, 1021], [1392, 1024], [1624, 1027], [1856, 1030], [2088, 1032], [2320, 1033], [2552, 1034], [2784, 1035], [3016, 1037], [3248, 1041], [3480, 1043], [3535, 1043], [3536, 1043], [3537, 1043]], [[635, 1068], [636, 1068], [637, 1068], [696, 1071], [928, 1074], [1160, 1081], [1392, 1084], [1624, 1087], [1856, 1090], [2088, 1092], [2320, 1093], [2552, 1094], [2784, 1095], [3016, 1097], [3248, 1101], [3480, 1103], [3535, 1103], [3536, 1103], [3537, 1103]], [[635, 1128], [636, 1128], [637, 1128], [696, 1131], [928, 1134], [1160, 1141], [1392, 1144], [1624, 1147], [1856, 1150], [2088, 1152], [2320, 1153], [2552, 1154], [2784, 1155], [3016, 1157], [3248, 1161], [3480, 1163], [3535, 1163], [3536, 1163], [3537, 1163]], [[635, 1189], [636, 1189], [637, 1189], [696, 1189], [928, 1198], [1160, 1205], [1392, 1208], [1624, 1211], [1856, 1213], [2088, 1215], [2320, 1217], [2552, 1218], [2784, 1220], [3016, 1222], [3248, 1225], [3480, 1227], [3535, 1227], [3536, 1227], [3537, 1227]], [[635, 1251], [636, 1251], [637, 1251], [696, 1251], [928, 1259], [1160, 1266], [1392, 1270], [1624, 1273], [1856, 1277], [2088, 1279], [2320, 1281], [2552, 1283], [2784, 1285], [3016, 1286], [3248, 1289], [3480, 1293], [3535, 1294], [3536, 1294], [3537, 1294]], [[635, 1311], [636, 1312], [637, 1312], [696, 1312], [928, 1316], [1160, 1322], [1392, 1326], [1624, 1330], [1856, 1333], [2088, 1336], [2320, 1337], [2552, 1339], [2784, 1343], [3016, 1343], [3248, 1345], [3480, 1350], [3535, 1352], [3536, 1352], [3537, 1352]], [[635, 1371], [636, 1372], [637, 1372], [696, 1372], [928, 1376], [1160, 1382], [1392, 1386], [1624, 1390], [1856, 1393], [2088, 1396], [2320, 1397], [2552, 1399], [2784, 1403], [3016, 1403], [3248, 1405], [3480, 1410], [3535, 1412], [3536, 1412], [3537, 1412]], [[635, 1431], [636, 1432], [637, 1432], [696, 1432], [928, 1436], [1160, 1442], [1392, 1446], [1624, 1450], [1856, 1453], [2088, 1456], [2320, 1457], [2552, 1459], [2784, 1463], [3016, 1463], [3248, 1465], [3480, 1470], [3535, 1472], [3536, 1472], [3537, 1472]]]}, {"staff_no": 5, "bounding_box": {"ncols": 3195, "nrows": 234, "ulx": 458, "uly": 1467}, "num_lines": 4, "line_positions": [[[458, 1339], [459, 1339], [460, 1339], [464, 1341], [696, 1344], [928, 1349], [1160, 1356], [1392, 1361], [1624, 1366], [1856, 1368], [2088, 1372], [2320, 1375], [2552, 1377], [2784, 1378], [3016, 1379], [3248, 1381], [3480, 1383], [3651, 1384], [3652, 1385], [3653, 1386]], [[458, 1403], [459, 1403], [460, 1403], [464, 1405], [696, 1408], [928, 1413], [1160, 1420], [1392, 1425], [1624, 1430], [1856, 1432], [2088, 1436], [2320, 1439], [2552, 1441], [2784, 1442], [3016, 1443], [3248, 1445], [3480, 1447], [3651, 1448], [3652, 1449], [3653, 1450]], [[458, 1467], [459, 1467], [460, 1467], [464, 1469], [696, 1472], [928, 1477], [1160, 1484], [1392, 1489], [1624, 1494], [1856, 1496], [2088, 1500], [2320, 1503], [2552, 1505], [2784, 1506], [3016, 1507], [3248, 1509], [3480, 1511], [3651, 1512], [3652, 1513], [3653, 1514]], [[458, 1532], [459, 1532], [460, 1532], [464, 1533], [696, 1537], [928, 1541], [1160, 1547], [1392, 1552], [1624, 1558], [1856, 1564], [2088, 1565], [2320, 1567], [2552, 1570], [2784, 1570], [3016, 1572], [3248, 1574], [3480, 1576], [3651, 1577], [3652, 1578], [3653, 1580]], [[458, 1594], [459, 1594], [460, 1594], [464, 1594], [696, 1597], [928, 1604], [1160, 1612], [1392, 1614], [1624, 1620], [1856, 1624], [2088, 1626], [2320, 1630], [2552, 1631], [2784, 1632], [3016, 1635], [3248, 1637], [3480, 1639], [3651, 1640], [3652, 1642], [3653, 1642]], [[458, 1651], [459, 1651], [460, 1651], [464, 1651], [696, 1654], [928, 1658], [1160, 1662], [1392, 1671], [1624, 1676], [1856, 1681], [2088, 1682], [2320, 1686], [2552, 1687], [2784, 1690], [3016, 1692], [3248, 1693], [3480, 1697], [3651, 1701], [3652, 1701], [3653, 1701]], [[458, 1707], [459, 1707], [460, 1707], [464, 1707], [696, 1710], [928, 1714], [1160, 1718], [1392, 1727], [1624, 1732], [1856, 1737], [2088, 1738], [2320, 1742], [2552, 1743], [2784, 1746], [3016, 1748], [3248, 1749], [3480, 1753], [3651, 1757], [3652, 1757], [3653, 1757]], [[458, 1763], [459, 1763], [460, 1763], [464, 1763], [696, 1766], [928, 1770], [1160, 1774], [1392, 1783], [1624, 1788], [1856, 1793], [2088, 1794], [2320, 1798], [2552, 1799], [2784, 1802], [3016, 1804], [3248, 1805], [3480, 1809], [3651, 1813], [3652, 1813], [3653, 1813]]]}, {"staff_no": 6, "bounding_box": {"ncols": 3091, "nrows": 232, "ulx": 463, "uly": 1804}, "num_lines": 4, "line_positions": [[[463, 1676], [464, 1676], [465, 1676], [467, 1676], [696, 1680], [928, 1685], [1160, 1694], [1392, 1699], [1624, 1705], [1856, 1709], [2088, 1712], [2320, 1717], [2552, 1719], [2784, 1719], [3016, 1722], [3248, 1726], [3480, 1729], [3551, 1729], [3552, 1730], [3553, 1730], [3554, 1731]], [[463, 1740], [464, 1740], [465, 1740], [467, 1740], [696, 1744], [928, 1749], [1160, 1758], [1392, 1763], [1624, 1769], [1856, 1773], [2088, 1776], [2320, 1781], [2552, 1783], [2784, 1783], [3016, 1786], [3248, 1790], [3480, 1793], [3551, 1793], [3552, 1794], [3553, 1794], [3554, 1795]], [[463, 1804], [464, 1804], [465, 1804], [467, 1804], [696, 1808], [928, 1813], [1160, 1822], [1392, 1827], [1624, 1833], [1856, 1837], [2088, 1840], [2320, 1845], [2552, 1847], [2784, 1847], [3016, 1850], [3248, 1854], [3480, 1857], [3551, 1857], [3552, 1858], [3553, 1858], [3554, 1859]], [[463, 1867], [464, 1867], [465, 1867], [467, 1869], [696, 1871], [928, 1875], [1160, 1879], [1392, 1890], [1624, 1896], [1856, 1900], [2088, 1905], [2320, 1907], [2552, 1910], [2784, 1909], [3016, 1913], [3248, 1917], [3480, 1917], [3551, 1918], [3552, 1919], [3553, 1920], [3554, 1920]], [[463, 1928], [464, 1928], [465, 1929], [467, 1931], [696, 1933], [928, 1936], [1160, 1945], [1392, 1951], [1624, 1957], [1856, 1962], [2088, 1965], [2320, 1967], [2552, 1968], [2784, 1969], [3016, 1972], [3248, 1976], [3480, 1979], [3551, 1980], [3552, 1981], [3553, 1981], [3554, 1981]], [[463, 1984], [464, 1989], [465, 1989], [467, 1989], [696, 1989], [928, 1992], [1160, 1996], [1392, 2008], [1624, 2013], [1856, 2017], [2088, 2019], [2320, 2019], [2552, 2021], [2784, 2022], [3016, 2026], [3248, 2029], [3480, 2034], [3551, 2036], [3552, 2036], [3553, 2036], [3554, 2036]], [[463, 2040], [464, 2045], [465, 2045], [467, 2045], [696, 2045], [928, 2048], [1160, 2052], [1392, 2064], [1624, 2069], [1856, 2073], [2088, 2075], [2320, 2075], [2552, 2077], [2784, 2078], [3016, 2082], [3248, 2085], [3480, 2090], [3551, 2092], [3552, 2092], [3553, 2092], [3554, 2092]], [[463, 2096], [464, 2101], [465, 2101], [467, 2101], [696, 2101], [928, 2104], [1160, 2108], [1392, 2120], [1624, 2125], [1856, 2129], [2088, 2131], [2320, 2131], [2552, 2133], [2784, 2134], [3016, 2138], [3248, 2141], [3480, 2146], [3551, 2148], [3552, 2148], [3553, 2148], [3554, 2148]]]}, {"staff_no": 7, "bounding_box": {"ncols": 3204, "nrows": 226, "ulx": 446, "uly": 2135}, "num_lines": 4, "line_positions": [[[446, 2007], [447, 2007], [448, 2007], [449, 2007], [464, 2007], [696, 2011], [928, 2016], [1160, 2027], [1392, 2029], [1624, 2030], [1856, 2033], [2088, 2033], [2320, 2032], [2552, 2034], [2784, 2035], [3016, 2043], [3248, 2046], [3480, 2048], [3647, 2049], [3648, 2050], [3649, 2051], [3650, 2052]], [[446, 2071], [447, 2071], [448, 2071], [449, 2071], [464, 2071], [696, 2075], [928, 2080], [1160, 2091], [1392, 2093], [1624, 2094], [1856, 2097], [2088, 2097], [2320, 2096], [2552, 2098], [2784, 2099], [3016, 2107], [3248, 2110], [3480, 2112], [3647, 2113], [3648, 2114], [3649, 2115], [3650, 2116]], [[446, 2135], [447, 2135], [448, 2135], [449, 2135], [464, 2135], [696, 2139], [928, 2144], [1160, 2155], [1392, 2157], [1624, 2158], [1856, 2161], [2088, 2161], [2320, 2160], [2552, 2162], [2784, 2163], [3016, 2171], [3248, 2174], [3480, 2176], [3647, 2177], [3648, 2178], [3649, 2179], [3650, 2180]], [[446, 2200], [447, 2200], [448, 2200], [449, 2200], [464, 2200], [696, 2202], [928, 2206], [1160, 2214], [1392, 2218], [1624, 2222], [1856, 2224], [2088, 2224], [2320, 2224], [2552, 2226], [2784, 2227], [3016, 2235], [3248, 2239], [3480, 2244], [3647, 2245], [3648, 2246], [3649, 2248], [3650, 2248]], [[446, 2260], [447, 2260], [448, 2260], [449, 2260], [464, 2261], [696, 2264], [928, 2267], [1160, 2274], [1392, 2280], [1624, 2284], [1856, 2286], [2088, 2285], [2320, 2286], [2552, 2291], [2784, 2295], [3016, 2297], [3248, 2299], [3480, 2301], [3647, 2301], [3648, 2302], [3649, 2302], [3650, 2302]], [[446, 2316], [447, 2316], [448, 2316], [449, 2316], [464, 2316], [696, 2320], [928, 2323], [1160, 2331], [1392, 2337], [1624, 2340], [1856, 2342], [2088, 2342], [2320, 2342], [2552, 2346], [2784, 2350], [3016, 2353], [3248, 2357], [3480, 2360], [3647, 2361], [3648, 2361], [3649, 2361], [3650, 2361]], [[446, 2372], [447, 2372], [448, 2372], [449, 2372], [464, 2372], [696, 2376], [928, 2379], [1160, 2387], [1392, 2393], [1624, 2396], [1856, 2398], [2088, 2398], [2320, 2398], [2552, 2402], [2784, 2406], [3016, 2409], [3248, 2413], [3480, 2416], [3647, 2417], [3648, 2417], [3649, 2417], [3650, 2417]], [[446, 2428], [447, 2428], [448, 2428], [449, 2428], [464, 2428], [696, 2432], [928, 2435], [1160, 2443], [1392, 2449], [1624, 2452], [1856, 2454], [2088, 2454], [2320, 2454], [2552, 2458], [2784, 2462], [3016, 2465], [3248, 2469], [3480, 2472], [3647, 2473], [3648, 2473], [3649, 2473], [3650, 2473]]]}, {"staff_no": 8, "bounding_box": {"ncols": 3124, "nrows": 212, "ulx": 460, "uly": 2486}, "num_lines": 4, "line_positions": [[[460, 2358], [461, 2358], [462, 2358], [464, 2358], [696, 2362], [928, 2364], [1160, 2370], [1392, 2374], [1624, 2376], [1856, 2376], [2088, 2375], [2320, 2375], [2552, 2378], [2784, 2379], [3016, 2384], [3248, 2387], [3480, 2390], [3582, 2390], [3583, 2391], [3584, 2392]], [[460, 2422], [461, 2422], [462, 2422], [464, 2422], [696, 2426], [928, 2428], [1160, 2434], [1392, 2438], [1624, 2440], [1856, 2440], [2088, 2439], [2320, 2439], [2552, 2442], [2784, 2443], [3016, 2448], [3248, 2451], [3480, 2454], [3582, 2454], [3583, 2455], [3584, 2456]], [[460, 2486], [461, 2486], [462, 2486], [464, 2486], [696, 2490], [928, 2492], [1160, 2498], [1392, 2502], [1624, 2504], [1856, 2504], [2088, 2503], [2320, 2503], [2552, 2506], [2784, 2507], [3016, 2512], [3248, 2515], [3480, 2518], [3582, 2518], [3583, 2519], [3584, 2520]], [[460, 2550], [461, 2550], [462, 2550], [464, 2550], [696, 2553], [928, 2556], [1160, 2563], [1392, 2566], [1624, 2567], [1856, 2568], [2088, 2567], [2320, 2567], [2552, 2569], [2784, 2572], [3016, 2574], [3248, 2579], [3480, 2580], [3582, 2580], [3583, 2581], [3584, 2581]], [[460, 2611], [461, 2616], [462, 2616], [464, 2616], [696, 2616], [928, 2618], [1160, 2623], [1392, 2627], [1624, 2629], [1856, 2630], [2088, 2629], [2320, 2630], [2552, 2632], [2784, 2633], [3016, 2636], [3248, 2640], [3480, 2640], [3582, 2641], [3583, 2641], [3584, 2641]], [[460, 2667], [461, 2667], [462, 2667], [464, 2667], [696, 2672], [928, 2674], [1160, 2680], [1392, 2684], [1624, 2685], [1856, 2686], [2088, 2685], [2320, 2686], [2552, 2689], [2784, 2690], [3016, 2692], [3248, 2695], [3480, 2696], [3582, 2698], [3583, 2698], [3584, 2698]], [[460, 2723], [461, 2723], [462, 2723], [464, 2723], [696, 2728], [928, 2730], [1160, 2736], [1392, 2740], [1624, 2741], [1856, 2742], [2088, 2741], [2320, 2742], [2552, 2745], [2784, 2746], [3016, 2748], [3248, 2751], [3480, 2752], [3582, 2754], [3583, 2754], [3584, 2754]], [[460, 2779], [461, 2779], [462, 2779], [464, 2779], [696, 2784], [928, 2786], [1160, 2792], [1392, 2796], [1624, 2797], [1856, 2798], [2088, 2797], [2320, 2798], [2552, 2801], [2784, 2802], [3016, 2804], [3248, 2807], [3480, 2808], [3582, 2810], [3583, 2810], [3584, 2810]]]}, {"staff_no": 9, "bounding_box": {"ncols": 2889, "nrows": 210, "ulx": 625, "uly": 2828}, "num_lines": 4, "line_positions": [[[625, 2704], [626, 2704], [627, 2704], [696, 2704], [928, 2709], [1160, 2714], [1392, 2717], [1624, 2718], [1856, 2719], [2088, 2721], [2320, 2722], [2552, 2723], [2784, 2725], [3016, 2726], [3248, 2729], [3480, 2729], [3512, 2729], [3513, 2729], [3514, 2729]], [[625, 2766], [626, 2766], [627, 2766], [696, 2766], [928, 2771], [1160, 2776], [1392, 2779], [1624, 2780], [1856, 2781], [2088, 2783], [2320, 2784], [2552, 2785], [2784, 2787], [3016, 2788], [3248, 2791], [3480, 2791], [3512, 2791], [3513, 2791], [3514, 2791]], [[625, 2828], [626, 2828], [627, 2828], [696, 2828], [928, 2833], [1160, 2838], [1392, 2841], [1624, 2842], [1856, 2843], [2088, 2845], [2320, 2846], [2552, 2847], [2784, 2849], [3016, 2850], [3248, 2853], [3480, 2853], [3512, 2853], [3513, 2853], [3514, 2853]], [[625, 2890], [626, 2890], [627, 2890], [696, 2891], [928, 2896], [1160, 2901], [1392, 2904], [1624, 2905], [1856, 2906], [2088, 2908], [2320, 2909], [2552, 2911], [2784, 2913], [3016, 2915], [3248, 2916], [3480, 2917], [3512, 2917], [3513, 2918], [3514, 2918]], [[625, 2954], [626, 2959], [627, 2959], [696, 2959], [928, 2959], [1160, 2962], [1392, 2965], [1624, 2967], [1856, 2968], [2088, 2971], [2320, 2972], [2552, 2974], [2784, 2976], [3016, 2977], [3248, 2977], [3480, 2979], [3512, 2980], [3513, 2980], [3514, 2980]], [[625, 3009], [626, 3010], [627, 3010], [696, 3010], [928, 3015], [1160, 3019], [1392, 3022], [1624, 3023], [1856, 3025], [2088, 3027], [2320, 3029], [2552, 3031], [2784, 3033], [3016, 3034], [3248, 3034], [3480, 3037], [3512, 3038], [3513, 3038], [3514, 3038]], [[625, 3065], [626, 3066], [627, 3066], [696, 3066], [928, 3071], [1160, 3075], [1392, 3078], [1624, 3079], [1856, 3081], [2088, 3083], [2320, 3085], [2552, 3087], [2784, 3089], [3016, 3090], [3248, 3090], [3480, 3093], [3512, 3094], [3513, 3094], [3514, 3094]], [[625, 3121], [626, 3122], [627, 3122], [696, 3122], [928, 3127], [1160, 3131], [1392, 3134], [1624, 3135], [1856, 3137], [2088, 3139], [2320, 3141], [2552, 3143], [2784, 3145], [3016, 3146], [3248, 3146], [3480, 3149], [3512, 3150], [3513, 3150], [3514, 3150]]]}, {"staff_no": 10, "bounding_box": {"ncols": 3190, "nrows": 227, "ulx": 430, "uly": 3154}, "num_lines": 4, "line_positions": [[[430, 3026], [431, 3026], [432, 3026], [433, 3026], [464, 3026], [696, 3034], [928, 3041], [1160, 3046], [1392, 3048], [1624, 3050], [1856, 3053], [2088, 3056], [2320, 3058], [2552, 3060], [2784, 3062], [3016, 3065], [3248, 3067], [3480, 3069], [3617, 3070], [3618, 3071], [3619, 3072], [3620, 3073]], [[430, 3090], [431, 3090], [432, 3090], [433, 3090], [464, 3090], [696, 3098], [928, 3105], [1160, 3110], [1392, 3112], [1624, 3114], [1856, 3117], [2088, 3120], [2320, 3122], [2552, 3124], [2784, 3126], [3016, 3129], [3248, 3131], [3480, 3133], [3617, 3134], [3618, 3135], [3619, 3136], [3620, 3137]], [[430, 3154], [431, 3154], [432, 3154], [433, 3154], [464, 3154], [696, 3162], [928, 3169], [1160, 3174], [1392, 3176], [1624, 3178], [1856, 3181], [2088, 3184], [2320, 3186], [2552, 3188], [2784, 3190], [3016, 3193], [3248, 3195], [3480, 3197], [3617, 3198], [3618, 3199], [3619, 3200], [3620, 3201]], [[430, 3218], [431, 3218], [432, 3218], [433, 3218], [464, 3219], [696, 3224], [928, 3231], [1160, 3235], [1392, 3239], [1624, 3241], [1856, 3244], [2088, 3247], [2320, 3250], [2552, 3251], [2784, 3254], [3016, 3255], [3248, 3257], [3480, 3259], [3617, 3260], [3618, 3261], [3619, 3262], [3620, 3262]], [[430, 3281], [431, 3281], [432, 3281], [433, 3281], [464, 3281], [696, 3287], [928, 3293], [1160, 3297], [1392, 3300], [1624, 3303], [1856, 3306], [2088, 3308], [2320, 3313], [2552, 3314], [2784, 3316], [3016, 3319], [3248, 3318], [3480, 3321], [3617, 3321], [3618, 3322], [3619, 3322], [3620, 3322]], [[430, 3338], [431, 3338], [432, 3338], [433, 3338], [464, 3338], [696, 3343], [928, 3350], [1160, 3353], [1392, 3357], [1624, 3359], [1856, 3362], [2088, 3364], [2320, 3367], [2552, 3369], [2784, 3372], [3016, 3376], [3248, 3375], [3480, 3378], [3617, 3381], [3618, 3381], [3619, 3381], [3620, 3381]], [[430, 3394], [431, 3394], [432, 3394], [433, 3394], [464, 3394], [696, 3399], [928, 3406], [1160, 3409], [1392, 3413], [1624, 3415], [1856, 3418], [2088, 3420], [2320, 3423], [2552, 3425], [2784, 3428], [3016, 3432], [3248, 3431], [3480, 3434], [3617, 3437], [3618, 3437], [3619, 3437], [3620, 3437]], [[430, 3450], [431, 3450], [432, 3450], [433, 3450], [464, 3450], [696, 3455], [928, 3462], [1160, 3465], [1392, 3469], [1624, 3471], [1856, 3474], [2088, 3476], [2320, 3479], [2552, 3481], [2784, 3484], [3016, 3488], [3248, 3487], [3480, 3490], [3617, 3493], [3618, 3493], [3619, 3493], [3620, 3493]]]}, {"staff_no": 11, "bounding_box": {"ncols": 3133, "nrows": 209, "ulx": 442, "uly": 3499}, "num_lines": 4, "line_positions": [[[442, 3363], [443, 3363], [444, 3363], [464, 3363], [696, 3369], [928, 3372], [1160, 3373], [1392, 3374], [1624, 3375], [1856, 3378], [2088, 3381], [2320, 3381], [2552, 3382], [2784, 3383], [3016, 3383], [3248, 3386], [3480, 3388], [3573, 3388], [3574, 3389], [3575, 3390]], [[442, 3431], [443, 3431], [444, 3431], [464, 3431], [696, 3437], [928, 3440], [1160, 3441], [1392, 3442], [1624, 3443], [1856, 3446], [2088, 3449], [2320, 3449], [2552, 3450], [2784, 3451], [3016, 3451], [3248, 3454], [3480, 3456], [3573, 3456], [3574, 3457], [3575, 3458]], [[442, 3499], [443, 3499], [444, 3499], [464, 3499], [696, 3505], [928, 3508], [1160, 3509], [1392, 3510], [1624, 3511], [1856, 3514], [2088, 3517], [2320, 3517], [2552, 3518], [2784, 3519], [3016, 3519], [3248, 3522], [3480, 3524], [3573, 3524], [3574, 3525], [3575, 3526]], [[442, 3566], [443, 3566], [444, 3566], [464, 3567], [696, 3568], [928, 3572], [1160, 3573], [1392, 3574], [1624, 3575], [1856, 3577], [2088, 3582], [2320, 3581], [2552, 3582], [2784, 3582], [3016, 3584], [3248, 3588], [3480, 3588], [3573, 3589], [3574, 3590], [3575, 3590]], [[442, 3623], [443, 3624], [444, 3624], [464, 3624], [696, 3630], [928, 3635], [1160, 3636], [1392, 3635], [1624, 3636], [1856, 3639], [2088, 3642], [2320, 3642], [2552, 3643], [2784, 3644], [3016, 3646], [3248, 3648], [3480, 3650], [3573, 3651], [3574, 3651], [3575, 3651]], [[442, 3680], [443, 3681], [444, 3681], [464, 3681], [696, 3686], [928, 3691], [1160, 3693], [1392, 3691], [1624, 3694], [1856, 3694], [2088, 3698], [2320, 3699], [2552, 3701], [2784, 3701], [3016, 3703], [3248, 3705], [3480, 3707], [3573, 3708], [3574, 3708], [3575, 3708]], [[442, 3736], [443, 3737], [444, 3737], [464, 3737], [696, 3742], [928, 3747], [1160, 3749], [1392, 3747], [1624, 3750], [1856, 3750], [2088, 3754], [2320, 3755], [2552, 3757], [2784, 3757], [3016, 3759], [3248, 3761], [3480, 3763], [3573, 3764], [3574, 3764], [3575, 3764]], [[442, 3792], [443, 3793], [444, 3793], [464, 3793], [696, 3798], [928, 3803], [1160, 3805], [1392, 3803], [1624, 3806], [1856, 3806], [2088, 3810], [2320, 3811], [2552, 3813], [2784, 3813], [3016, 3815], [3248, 3817], [3480, 3819], [3573, 3820], [3574, 3820], [3575, 3820]]]}, {"staff_no": 12, "bounding_box": {"ncols": 3187, "nrows": 212, "ulx": 416, "uly": 3850}, "num_lines": 4, "line_positions": [[[416, 3722], [417, 3722], [464, 3722], [696, 3727], [928, 3730], [1160, 3731], [1392, 3730], [1624, 3732], [1856, 3733], [2088, 3735], [2320, 3738], [2552, 3740], [2784, 3741], [3016, 3742], [3248, 3745], [3480, 3749], [3601, 3749], [3602, 3750], [3603, 3751]], [[416, 3786], [417, 3786], [464, 3786], [696, 3791], [928, 3794], [1160, 3795], [1392, 3794], [1624, 3796], [1856, 3797], [2088, 3799], [2320, 3802], [2552, 3804], [2784, 3805], [3016, 3806], [3248, 3809], [3480, 3813], [3601, 3813], [3602, 3814], [3603, 3815]], [[416, 3850], [417, 3850], [464, 3850], [696, 3855], [928, 3858], [1160, 3859], [1392, 3858], [1624, 3860], [1856, 3861], [2088, 3863], [2320, 3866], [2552, 3868], [2784, 3869], [3016, 3870], [3248, 3873], [3480, 3877], [3601, 3877], [3602, 3878], [3603, 3879]], [[416, 3914], [417, 3914], [464, 3915], [696, 3919], [928, 3921], [1160, 3922], [1392, 3921], [1624, 3923], [1856, 3925], [2088, 3927], [2320, 3929], [2552, 3931], [2784, 3933], [3016, 3935], [3248, 3938], [3480, 3939], [3601, 3941], [3602, 3943], [3603, 3943]], [[416, 3975], [417, 3976], [464, 3976], [696, 3981], [928, 3984], [1160, 3981], [1392, 3983], [1624, 3984], [1856, 3986], [2088, 3988], [2320, 3992], [2552, 3994], [2784, 3995], [3016, 3998], [3248, 4001], [3480, 4003], [3601, 4003], [3602, 4003], [3603, 4003]], [[416, 4033], [417, 4033], [464, 4033], [696, 4038], [928, 4041], [1160, 4045], [1392, 4040], [1624, 4041], [1856, 4042], [2088, 4045], [2320, 4049], [2552, 4051], [2784, 4053], [3016, 4054], [3248, 4058], [3480, 4060], [3601, 4062], [3602, 4062], [3603, 4062]], [[416, 4091], [417, 4091], [464, 4091], [696, 4096], [928, 4099], [1160, 4103], [1392, 4098], [1624, 4099], [1856, 4100], [2088, 4103], [2320, 4107], [2552, 4109], [2784, 4111], [3016, 4112], [3248, 4116], [3480, 4118], [3601, 4120], [3602, 4120], [3603, 4120]], [[416, 4149], [417, 4149], [464, 4149], [696, 4154], [928, 4157], [1160, 4161], [1392, 4156], [1624, 4157], [1856, 4158], [2088, 4161], [2320, 4165], [2552, 4167], [2784, 4169], [3016, 4170], [3248, 4174], [3480, 4176], [3601, 4178], [3602, 4178], [3603, 4178]]]}, {"staff_no": 13, "bounding_box": {"ncols": 3187, "nrows": 213, "ulx": 448, "uly": 4183}, "num_lines": 4, "line_positions": [[[448, 4063], [449, 4063], [450, 4063], [464, 4063], [696, 4067], [928, 4071], [1160, 4072], [1392, 4075], [1624, 4072], [1856, 4074], [2088, 4078], [2320, 4081], [2552, 4084], [2784, 4084], [3016, 4086], [3248, 4086], [3480, 4090], [3633, 4091], [3634, 4092], [3635, 4094]], [[448, 4123], [449, 4123], [450, 4123], [464, 4123], [696, 4127], [928, 4131], [1160, 4132], [1392, 4135], [1624, 4132], [1856, 4134], [2088, 4138], [2320, 4141], [2552, 4144], [2784, 4144], [3016, 4146], [3248, 4146], [3480, 4150], [3633, 4151], [3634, 4152], [3635, 4154]], [[448, 4183], [449, 4183], [450, 4183], [464, 4183], [696, 4187], [928, 4191], [1160, 4192], [1392, 4195], [1624, 4192], [1856, 4194], [2088, 4198], [2320, 4201], [2552, 4204], [2784, 4204], [3016, 4206], [3248, 4206], [3480, 4210], [3633, 4211], [3634, 4212], [3635, 4214]], [[448, 4244], [449, 4244], [450, 4244], [464, 4244], [696, 4249], [928, 4253], [1160, 4257], [1392, 4260], [1624, 4255], [1856, 4257], [2088, 4260], [2320, 4263], [2552, 4265], [2784, 4268], [3016, 4270], [3248, 4270], [3480, 4275], [3633, 4276], [3634, 4277], [3635, 4277]], [[448, 4304], [449, 4304], [450, 4304], [464, 4304], [696, 4310], [928, 4314], [1160, 4314], [1392, 4315], [1624, 4318], [1856, 4320], [2088, 4322], [2320, 4326], [2552, 4330], [2784, 4331], [3016, 4331], [3248, 4336], [3480, 4338], [3633, 4339], [3634, 4339], [3635, 4339]], [[448, 4362], [449, 4362], [450, 4362], [464, 4362], [696, 4366], [928, 4368], [1160, 4369], [1392, 4372], [1624, 4375], [1856, 4376], [2088, 4379], [2320, 4382], [2552, 4385], [2784, 4387], [3016, 4388], [3248, 4389], [3480, 4394], [3633, 4396], [3634, 4396], [3635, 4396]], [[448, 4420], [449, 4420], [450, 4420], [464, 4420], [696, 4424], [928, 4426], [1160, 4427], [1392, 4430], [1624, 4433], [1856, 4434], [2088, 4437], [2320, 4440], [2552, 4443], [2784, 4445], [3016, 4446], [3248, 4447], [3480, 4452], [3633, 4454], [3634, 4454], [3635, 4454]], [[448, 4478], [449, 4478], [450, 4478], [464, 4478], [696, 4482], [928, 4484], [1160, 4485], [1392, 4488], [1624, 4491], [1856, 4492], [2088, 4495], [2320, 4498], [2552, 4501], [2784, 4503], [3016, 4504], [3248, 4505], [3480, 4510], [3633, 4512], [3634, 4512], [3635, 4512]]]}, {"staff_no": 14, "bounding_box": {"ncols": 3192, "nrows": 222, "ulx": 405, "uly": 4509}, "num_lines": 4, "line_positions": [[[405, 4381], [406, 4381], [407, 4381], [464, 4382], [696, 4391], [928, 4394], [1160, 4397], [1392, 4398], [1624, 4399], [1856, 4402], [2088, 4406], [2320, 4409], [2552, 4412], [2784, 4413], [3016, 4414], [3248, 4416], [3480, 4419], [3594, 4419], [3595, 4420], [3596, 4420], [3597, 4421]], [[405, 4445], [406, 4445], [407, 4445], [464, 4446], [696, 4455], [928, 4458], [1160, 4461], [1392, 4462], [1624, 4463], [1856, 4466], [2088, 4470], [2320, 4473], [2552, 4476], [2784, 4477], [3016, 4478], [3248, 4480], [3480, 4483], [3594, 4483], [3595, 4484], [3596, 4484], [3597, 4485]], [[405, 4509], [406, 4509], [407, 4509], [464, 4510], [696, 4519], [928, 4522], [1160, 4525], [1392, 4526], [1624, 4527], [1856, 4530], [2088, 4534], [2320, 4537], [2552, 4540], [2784, 4541], [3016, 4542], [3248, 4544], [3480, 4547], [3594, 4547], [3595, 4548], [3596, 4548], [3597, 4549]], [[405, 4572], [406, 4572], [407, 4573], [464, 4574], [696, 4582], [928, 4584], [1160, 4587], [1392, 4590], [1624, 4592], [1856, 4594], [2088, 4596], [2320, 4599], [2552, 4602], [2784, 4603], [3016, 4605], [3248, 4607], [3480, 4609], [3594, 4609], [3595, 4610], [3596, 4611], [3597, 4611]], [[405, 4636], [406, 4636], [407, 4636], [464, 4636], [696, 4644], [928, 4647], [1160, 4651], [1392, 4654], [1624, 4652], [1856, 4654], [2088, 4657], [2320, 4659], [2552, 4663], [2784, 4666], [3016, 4667], [3248, 4670], [3480, 4673], [3594, 4674], [3595, 4675], [3596, 4675], [3597, 4675]], [[405, 4692], [406, 4692], [407, 4692], [464, 4692], [696, 4700], [928, 4704], [1160, 4706], [1392, 4709], [1624, 4710], [1856, 4711], [2088, 4714], [2320, 4715], [2552, 4720], [2784, 4723], [3016, 4725], [3248, 4728], [3480, 4730], [3594, 4731], [3595, 4731], [3596, 4731], [3597, 4731]], [[405, 4748], [406, 4748], [407, 4748], [464, 4748], [696, 4756], [928, 4760], [1160, 4762], [1392, 4765], [1624, 4766], [1856, 4767], [2088, 4770], [2320, 4771], [2552, 4776], [2784, 4779], [3016, 4781], [3248, 4784], [3480, 4786], [3594, 4787], [3595, 4787], [3596, 4787], [3597, 4787]], [[405, 4804], [406, 4804], [407, 4804], [464, 4804], [696, 4812], [928, 4816], [1160, 4818], [1392, 4821], [1624, 4822], [1856, 4823], [2088, 4826], [2320, 4827], [2552, 4832], [2784, 4835], [3016, 4837], [3248, 4840], [3480, 4842], [3594, 4843], [3595, 4843], [3596, 4843], [3597, 4843]]]}, {"staff_no": 15, "bounding_box": {"ncols": 3199, "nrows": 220, "ulx": 430, "uly": 4844}, "num_lines": 4, "line_positions": [[[430, 4716], [431, 4716], [432, 4716], [433, 4716], [464, 4716], [696, 4725], [928, 4727], [1160, 4729], [1392, 4732], [1624, 4733], [1856, 4735], [2088, 4739], [2320, 4738], [2552, 4744], [2784, 4745], [3016, 4747], [3248, 4749], [3480, 4753], [3626, 4754], [3627, 4755], [3628, 4756], [3629, 4757]], [[430, 4780], [431, 4780], [432, 4780], [433, 4780], [464, 4780], [696, 4789], [928, 4791], [1160, 4793], [1392, 4796], [1624, 4797], [1856, 4799], [2088, 4803], [2320, 4802], [2552, 4808], [2784, 4809], [3016, 4811], [3248, 4813], [3480, 4817], [3626, 4818], [3627, 4819], [3628, 4820], [3629, 4821]], [[430, 4844], [431, 4844], [432, 4844], [433, 4844], [464, 4844], [696, 4853], [928, 4855], [1160, 4857], [1392, 4860], [1624, 4861], [1856, 4863], [2088, 4867], [2320, 4866], [2552, 4872], [2784, 4873], [3016, 4875], [3248, 4877], [3480, 4881], [3626, 4882], [3627, 4883], [3628, 4884], [3629, 4885]], [[430, 4907], [431, 4907], [432, 4907], [433, 4907], [464, 4907], [696, 4915], [928, 4918], [1160, 4917], [1392, 4919], [1624, 4921], [1856, 4923], [2088, 4925], [2320, 4928], [2552, 4933], [2784, 4937], [3016, 4939], [3248, 4941], [3480, 4944], [3626, 4944], [3627, 4944], [3628, 4945], [3629, 4945]], [[430, 4972], [431, 4972], [432, 4973], [433, 4974], [464, 4975], [696, 4977], [928, 4980], [1160, 4984], [1392, 4979], [1624, 4979], [1856, 4986], [2088, 4991], [2320, 4990], [2552, 4994], [2784, 4999], [3016, 5001], [3248, 5003], [3480, 5005], [3626, 5006], [3627, 5008], [3628, 5008], [3629, 5008]], [[430, 5029], [431, 5033], [432, 5033], [433, 5033], [464, 5033], [696, 5033], [928, 5035], [1160, 5039], [1392, 5037], [1624, 5035], [1856, 5042], [2088, 5047], [2320, 5046], [2552, 5051], [2784, 5056], [3016, 5057], [3248, 5060], [3480, 5062], [3626, 5064], [3627, 5064], [3628, 5064], [3629, 5064]], [[430, 5085], [431, 5089], [432, 5089], [433, 5089], [464, 5089], [696, 5089], [928, 5091], [1160, 5095], [1392, 5093], [1624, 5091], [1856, 5098], [2088, 5103], [2320, 5102], [2552, 5107], [2784, 5112], [3016, 5113], [3248, 5116], [3480, 5118], [3626, 5120], [3627, 5120], [3628, 5120], [3629, 5120]], [[430, 5141], [431, 5145], [432, 5145], [433, 5145], [464, 5145], [696, 5145], [928, 5147], [1160, 5151], [1392, 5149], [1624, 5147], [1856, 5154], [2088, 5159], [2320, 5158], [2552, 5163], [2784, 5168], [3016, 5169], [3248, 5172], [3480, 5174], [3626, 5176], [3627, 5176], [3628, 5176], [3629, 5176]]]}, {"staff_no": 16, "bounding_box": {"ncols": 3242, "nrows": 211, "ulx": 410, "uly": 5192}, "num_lines": 4, "line_positions": [[[410, 5076], [411, 5076], [412, 5076], [464, 5076], [696, 5079], [928, 5078], [1160, 5081], [1392, 5081], [1624, 5079], [1856, 5084], [2088, 5086], [2320, 5092], [2552, 5095], [2784, 5099], [3016, 5101], [3248, 5103], [3480, 5104], [3651, 5105], [3652, 5107]], [[410, 5134], [411, 5134], [412, 5134], [464, 5134], [696, 5137], [928, 5136], [1160, 5139], [1392, 5139], [1624, 5137], [1856, 5142], [2088, 5144], [2320, 5150], [2552, 5153], [2784, 5157], [3016, 5159], [3248, 5161], [3480, 5162], [3651, 5163], [3652, 5165]], [[410, 5192], [411, 5192], [412, 5192], [464, 5192], [696, 5195], [928, 5194], [1160, 5197], [1392, 5197], [1624, 5195], [1856, 5200], [2088, 5202], [2320, 5208], [2552, 5211], [2784, 5215], [3016, 5217], [3248, 5219], [3480, 5220], [3651, 5221], [3652, 5223]], [[410, 5250], [411, 5250], [412, 5251], [464, 5253], [696, 5254], [928, 5256], [1160, 5260], [1392, 5256], [1624, 5258], [1856, 5262], [2088, 5269], [2320, 5271], [2552, 5274], [2784, 5278], [3016, 5279], [3248, 5281], [3480, 5282], [3651, 5283], [3652, 5285]], [[410, 5312], [411, 5319], [412, 5319], [464, 5319], [696, 5319], [928, 5319], [1160, 5319], [1392, 5322], [1624, 5320], [1856, 5324], [2088, 5331], [2320, 5333], [2552, 5336], [2784, 5340], [3016, 5341], [3248, 5344], [3480, 5343], [3651, 5347], [3652, 5347]], [[410, 5366], [411, 5370], [412, 5370], [464, 5370], [696, 5370], [928, 5374], [1160, 5378], [1392, 5381], [1624, 5383], [1856, 5385], [2088, 5387], [2320, 5390], [2552, 5392], [2784, 5397], [3016, 5398], [3248, 5400], [3480, 5399], [3651, 5403], [3652, 5403]], [[410, 5420], [411, 5424], [412, 5424], [464, 5424], [696, 5424], [928, 5428], [1160, 5432], [1392, 5435], [1624, 5437], [1856, 5439], [2088, 5441], [2320, 5444], [2552, 5446], [2784, 5451], [3016, 5452], [3248, 5454], [3480, 5453], [3651, 5457], [3652, 5457]], [[410, 5474], [411, 5478], [412, 5478], [464, 5478], [696, 5478], [928, 5482], [1160, 5486], [1392, 5489], [1624, 5491], [1856, 5493], [2088, 5495], [2320, 5498], [2552, 5500], [2784, 5505], [3016, 5506], [3248, 5508], [3480, 5507], [3651, 5511], [3652, 5511]]]}], "glyphs": [{"pitch": {"staff": "1", "offset": "57", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 46, "ulx": 57, "uly": 589}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "1", "offset": "73", "strt_pos": "11", "note": "f", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 49, "ulx": 73, "uly": 594}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "76", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 42, "ulx": 76, "uly": 492}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "1", "offset": "474", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 105, "ulx": 474, "uly": 397}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "1", "offset": "563", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 103, "ulx": 563, "uly": 525}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "679", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 96, "ulx": 679, "uly": 524}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "740", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 113, "ulx": 740, "uly": 556}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "860", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 95, "ulx": 860, "uly": 591}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "955", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 39, "ulx": 955, "uly": 623}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1019", "strt_pos": "5", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 235, "ulx": 1019, "uly": 460}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "1", "offset": "1094", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 125, "ulx": 1094, "uly": 568}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "1264", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 115, "ulx": 1264, "uly": 572}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "1348", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 231, "ulx": 1348, "uly": 462}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "1", "offset": "1452", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 117, "ulx": 1452, "uly": 512}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "1575", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 39, "ulx": 1575, "uly": 516}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1608", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 26, "ulx": 1608, "uly": 477}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1629", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 46, "nrows": 42, "ulx": 1629, "uly": 519}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1682", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 209, "ulx": 1682, "uly": 451}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "1", "offset": "1715", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 38, "ulx": 1715, "uly": 545}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1799", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 39, "ulx": 1799, "uly": 546}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "1", "offset": "1867", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 238, "ulx": 1867, "uly": 448}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "1", "offset": "2026", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 42, "nrows": 71, "ulx": 2026, "uly": 441}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2094", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 60, "ulx": 2094, "uly": 452}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2177", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 60, "ulx": 2177, "uly": 490}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2231", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 48, "nrows": 114, "ulx": 2231, "uly": 459}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2311", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 51, "nrows": 112, "ulx": 2311, "uly": 518}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2390", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 45, "nrows": 102, "ulx": 2390, "uly": 555}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2635", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 122, "ulx": 2635, "uly": 455}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2732", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 97, "ulx": 2732, "uly": 456}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2824", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 102, "ulx": 2824, "uly": 457}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "1", "offset": "2880", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 234, "ulx": 2880, "uly": 429}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "2", "offset": "2960", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 120, "ulx": 2960, "uly": 464}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "2", "offset": "3077", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 39, "ulx": 3077, "uly": 469}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "2", "offset": "3114", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 38, "ulx": 3114, "uly": 467}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "2", "offset": "3171", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 55, "ulx": 3171, "uly": 522}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "2", "offset": "3199", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 57, "ulx": 3199, "uly": 554}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "2", "offset": "3242", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 209, "ulx": 3242, "uly": 471}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "3", "offset": "1580", "strt_pos": "12", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 17, "ulx": 1580, "uly": 1024}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "27", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 31, "ulx": 27, "uly": 1162}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "4", "offset": "31", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 36, "ulx": 31, "uly": 1112}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "71", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 152, "ulx": 71, "uly": 1097}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "623", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 62, "ulx": 623, "uly": 1120}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "630", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 21, "ulx": 630, "uly": 1098}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "666", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 74, "ulx": 666, "uly": 1286}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "781", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 39, "ulx": 781, "uly": 1232}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "871", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 61, "nrows": 73, "ulx": 871, "uly": 1292}, "state": "AUTOMATIC", "name": "neume.oblique2"}}, {"pitch": {"staff": "4", "offset": "957", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 198, "ulx": 957, "uly": 1163}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "4", "offset": "1146", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 82, "ulx": 1146, "uly": 1177}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "4", "offset": "1254", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 91, "ulx": 1254, "uly": 1188}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "1327", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 234, "ulx": 1327, "uly": 1127}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "1468", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 116, "ulx": 1468, "uly": 1186}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "1639", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 39, "ulx": 1639, "uly": 1223}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "1695", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 222, "ulx": 1695, "uly": 1122}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "1841", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 132, "ulx": 1841, "uly": 1191}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "1987", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 38, "ulx": 1987, "uly": 1261}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "2044", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 218, "ulx": 2044, "uly": 1129}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "2103", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 90, "ulx": 2103, "uly": 1182}, "state": "AUTOMATIC", "name": "neume.liquescent.up"}}, {"pitch": {"staff": "4", "offset": "2193", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 145, "ulx": 2193, "uly": 1200}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "2266", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 223, "ulx": 2266, "uly": 1118}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "2424", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 112, "ulx": 2424, "uly": 1199}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "2564", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 120, "ulx": 2564, "uly": 1133}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "2649", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 85, "ulx": 2649, "uly": 1124}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "4", "offset": "2721", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 183, "ulx": 2721, "uly": 1121}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "2821", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 121, "ulx": 2821, "uly": 1203}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "2970", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 39, "ulx": 2970, "uly": 1233}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "4", "offset": "3029", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 179, "ulx": 3029, "uly": 1173}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "4", "offset": "3127", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 127, "ulx": 3127, "uly": 1205}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "3241", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 128, "ulx": 3241, "uly": 1236}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "3304", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 269, "ulx": 3304, "uly": 1132}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "4", "offset": "3376", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 113, "ulx": 3376, "uly": 1270}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "4", "offset": "3534", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 106, "ulx": 3534, "uly": 1267}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "4", "offset": "3691", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 78, "ulx": 3691, "uly": 1166}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "0", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 42, "ulx": 0, "uly": 1458}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "11", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 45, "ulx": 11, "uly": 1418}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "5", "offset": "45", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 70, "ulx": 45, "uly": 1536}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "49", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 23, "nrows": 35, "ulx": 49, "uly": 1496}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "81", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 20, "nrows": 29, "ulx": 81, "uly": 1562}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "89", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 37, "ulx": 89, "uly": 1500}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "99", "strt_pos": "12", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 23, "nrows": 58, "ulx": 99, "uly": 1645}, "state": "HEURISTIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "5", "offset": "462", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 114, "ulx": 462, "uly": 1409}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "5", "offset": "515", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 110, "ulx": 515, "uly": 1539}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "618", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 40, "ulx": 618, "uly": 1550}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "628", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 25, "nrows": 21, "ulx": 628, "uly": 1506}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "760", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 47, "ulx": 760, "uly": 1577}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "790", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 39, "ulx": 790, "uly": 1550}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "820", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 33, "ulx": 820, "uly": 1586}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "862", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 8, "nrows": 39, "ulx": 862, "uly": 1614}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "933", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 73, "ulx": 933, "uly": 1580}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "990", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 240, "ulx": 990, "uly": 1479}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "1038", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 124, "ulx": 1038, "uly": 1524}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1138", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 126, "ulx": 1138, "uly": 1557}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1209", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 241, "ulx": 1209, "uly": 1445}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "1251", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 137, "ulx": 1251, "uly": 1535}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1337", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 114, "ulx": 1337, "uly": 1560}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1415", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 117, "ulx": 1415, "uly": 1596}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1488", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 226, "ulx": 1488, "uly": 1472}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "1565", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 120, "ulx": 1565, "uly": 1561}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1683", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 128, "ulx": 1683, "uly": 1540}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "1785", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 82, "ulx": 1785, "uly": 1536}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "5", "offset": "1844", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 20, "nrows": 255, "ulx": 1844, "uly": 1460}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "1923", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 102, "ulx": 1923, "uly": 1607}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "2045", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 100, "ulx": 2045, "uly": 1570}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "5", "offset": "2125", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 180, "ulx": 2125, "uly": 1510}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "2178", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 44, "nrows": 48, "ulx": 2178, "uly": 1610}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "2239", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 61, "nrows": 93, "ulx": 2239, "uly": 1575}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "5", "offset": "2341", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 118, "ulx": 2341, "uly": 1606}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "2416", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 19, "nrows": 240, "ulx": 2416, "uly": 1468}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "2443", "strt_pos": "6", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 121, "ulx": 2443, "uly": 1450}, "state": "AUTOMATIC", "name": "accidental.flat"}}, {"pitch": {"staff": "5", "offset": "2497", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 73, "nrows": 55, "ulx": 2497, "uly": 1537}, "state": "AUTOMATIC", "name": "neume.pescephalicus2"}}, {"pitch": {"staff": "5", "offset": "2547", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 39, "ulx": 2547, "uly": 1476}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "5", "offset": "2609", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 55, "ulx": 2609, "uly": 1537}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "5", "offset": "2638", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 57, "ulx": 2638, "uly": 1564}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "5", "offset": "2820", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 107, "ulx": 2820, "uly": 1614}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "2929", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 70, "nrows": 116, "ulx": 2929, "uly": 1606}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "5", "offset": "3026", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 22, "nrows": 255, "ulx": 3026, "uly": 1495}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "5", "offset": "3135", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 75, "ulx": 3135, "uly": 1676}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "3393", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 81, "ulx": 3393, "uly": 1668}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "5", "offset": "3527", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 43, "nrows": 93, "ulx": 3527, "uly": 1579}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "5", "offset": "3675", "strt_pos": "6", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 97, "ulx": 3675, "uly": 1560}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "6", "offset": "15", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 20, "nrows": 60, "ulx": 15, "uly": 1904}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "6", "offset": "57", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 73, "ulx": 57, "uly": 1893}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "61", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 38, "ulx": 61, "uly": 1850}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "106", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 48, "ulx": 106, "uly": 1869}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "6", "offset": "109", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 9, "nrows": 42, "ulx": 109, "uly": 1818}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "453", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 108, "ulx": 453, "uly": 1758}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "6", "offset": "533", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 107, "ulx": 533, "uly": 1935}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "616", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 228, "ulx": 616, "uly": 1809}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "6", "offset": "661", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 83, "ulx": 661, "uly": 1914}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "740", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 38, "ulx": 740, "uly": 1971}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "845", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 39, "ulx": 845, "uly": 1969}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "929", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 236, "ulx": 929, "uly": 1792}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "6", "offset": "1161", "strt_pos": "13", "note": "b", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 33, "ulx": 1161, "uly": 2027}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "6", "offset": "1291", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 57, "ulx": 1291, "uly": 1866}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "1356", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 37, "ulx": 1356, "uly": 1864}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "1439", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 60, "ulx": 1439, "uly": 1901}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "1497", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 42, "nrows": 55, "ulx": 1497, "uly": 1928}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "1576", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 93, "ulx": 1576, "uly": 1865}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "6", "offset": "1692", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 78, "ulx": 1692, "uly": 1910}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "2116", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 103, "ulx": 2116, "uly": 1852}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "6", "offset": "2153", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 72, "nrows": 126, "ulx": 2153, "uly": 1885}, "state": "HEURISTIC", "name": "neume.scandicus23"}}, {"pitch": {"staff": "6", "offset": "2305", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 111, "ulx": 2305, "uly": 1889}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "2396", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 121, "ulx": 2396, "uly": 1890}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "2597", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 82, "nrows": 94, "ulx": 2597, "uly": 1884}, "state": "AUTOMATIC", "name": "neume.torculus32"}}, {"pitch": {"staff": "6", "offset": "2812", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 27, "nrows": 134, "ulx": 2812, "uly": 1890}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "2979", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 106, "ulx": 2979, "uly": 1857}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "3063", "strt_pos": "5", "note": "e", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 126, "ulx": 3063, "uly": 1833}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "3191", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 127, "ulx": 3191, "uly": 1867}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "3247", "strt_pos": "1", "note": "b", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 40, "ulx": 3247, "uly": 1708}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "6", "offset": "3343", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 138, "ulx": 3343, "uly": 1897}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "6", "offset": "3457", "strt_pos": "8", "note": "b", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 68, "nrows": 127, "ulx": 3457, "uly": 1897}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "6", "offset": "3655", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 36, "ulx": 3655, "uly": 1980}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "7", "offset": "2", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 37, "ulx": 2, "uly": 2189}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "4", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 47, "ulx": 4, "uly": 2229}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "453", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 110, "ulx": 453, "uly": 2086}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "7", "offset": "527", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 138, "ulx": 527, "uly": 2183}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "626", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 126, "ulx": 626, "uly": 2211}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "705", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 95, "ulx": 705, "uly": 2182}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "828", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 40, "ulx": 828, "uly": 2216}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "923", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 116, "ulx": 923, "uly": 2188}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1008", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 278, "ulx": 1008, "uly": 2109}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "1071", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 109, "ulx": 1071, "uly": 2131}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1136", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 115, "ulx": 1136, "uly": 2134}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1232", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 131, "ulx": 1232, "uly": 2137}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1319", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 11, "nrows": 157, "ulx": 1319, "uly": 2209}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "1444", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 86, "ulx": 1444, "uly": 2126}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "7", "offset": "1585", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 94, "ulx": 1585, "uly": 2122}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1692", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 122, "ulx": 1692, "uly": 2170}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1757", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 230, "ulx": 1757, "uly": 2128}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "1810", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 63, "nrows": 120, "ulx": 1810, "uly": 2133}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "7", "offset": "1913", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 107, "ulx": 1913, "uly": 2205}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "1998", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 38, "ulx": 1998, "uly": 2237}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "2090", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 106, "ulx": 2090, "uly": 2143}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "7", "offset": "2163", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 25, "nrows": 36, "ulx": 2163, "uly": 2201}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "2251", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 272, "ulx": 2251, "uly": 2119}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "2368", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 65, "nrows": 104, "ulx": 2368, "uly": 2234}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "7", "offset": "2524", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 43, "ulx": 2524, "uly": 2304}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "2544", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 19, "ulx": 2544, "uly": 2140}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "2628", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 89, "ulx": 2628, "uly": 2230}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "7", "offset": "2691", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 62, "nrows": 100, "ulx": 2691, "uly": 2230}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "7", "offset": "2775", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 281, "ulx": 2775, "uly": 2123}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "2896", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 112, "ulx": 2896, "uly": 2244}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "3042", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 86, "ulx": 3042, "uly": 2203}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "7", "offset": "3054", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 20, "ulx": 3054, "uly": 2202}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "3119", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 263, "ulx": 3119, "uly": 2134}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "3255", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 43, "ulx": 3255, "uly": 2304}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "3342", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 39, "ulx": 3342, "uly": 2309}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "7", "offset": "3412", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 215, "ulx": 3412, "uly": 2162}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "7", "offset": "3504", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 112, "ulx": 3504, "uly": 2306}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "7", "offset": "3645", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 95, "ulx": 3645, "uly": 2205}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "8", "offset": "75", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 29, "ulx": 75, "uly": 2483}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "453", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 106, "ulx": 453, "uly": 2436}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "8", "offset": "506", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 117, "ulx": 506, "uly": 2592}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "632", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 27, "nrows": 39, "ulx": 632, "uly": 2564}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "718", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 128, "ulx": 718, "uly": 2562}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "800", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 66, "nrows": 134, "ulx": 800, "uly": 2588}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "8", "offset": "939", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 40, "ulx": 939, "uly": 2653}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "1172", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 106, "ulx": 1172, "uly": 2599}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "8", "offset": "1324", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 112, "ulx": 1324, "uly": 2603}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "1430", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 98, "ulx": 1430, "uly": 2609}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "1550", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 43, "nrows": 101, "ulx": 1550, "uly": 2485}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "8", "offset": "1657", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 115, "ulx": 1657, "uly": 2577}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "1758", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 40, "ulx": 1758, "uly": 2638}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "1817", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 238, "ulx": 1817, "uly": 2470}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "8", "offset": "1881", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 89, "ulx": 1881, "uly": 2568}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "8", "offset": "1984", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 141, "ulx": 1984, "uly": 2574}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2041", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 11, "nrows": 210, "ulx": 2041, "uly": 2463}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "8", "offset": "2095", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 129, "ulx": 2095, "uly": 2542}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "8", "offset": "2237", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 100, "ulx": 2237, "uly": 2638}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2320", "strt_pos": "12", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 90, "ulx": 2320, "uly": 2630}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "8", "offset": "2405", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 98, "ulx": 2405, "uly": 2635}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2473", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 273, "ulx": 2473, "uly": 2480}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "8", "offset": "2712", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 62, "ulx": 2712, "uly": 2487}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2769", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 65, "ulx": 2769, "uly": 2485}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2829", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 52, "ulx": 2829, "uly": 2483}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2908", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 58, "ulx": 2908, "uly": 2560}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "2965", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 71, "ulx": 2965, "uly": 2489}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "8", "offset": "3020", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 49, "ulx": 3020, "uly": 2511}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "3046", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 38, "ulx": 3046, "uly": 2562}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "8", "offset": "3646", "strt_pos": "17", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 153, "ulx": 3646, "uly": 2752}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "9", "offset": "33", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 27, "nrows": 123, "ulx": 33, "uly": 2900}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "84", "strt_pos": "5", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 149, "ulx": 84, "uly": 2823}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "638", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 107, "ulx": 638, "uly": 2840}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "9", "offset": "691", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 19, "ulx": 691, "uly": 2951}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "9", "offset": "691", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 89, "ulx": 691, "uly": 2975}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "755", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 116, "ulx": 755, "uly": 2871}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "819", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 111, "ulx": 819, "uly": 2935}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "882", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 270, "ulx": 882, "uly": 2801}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "1019", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 62, "nrows": 78, "ulx": 1019, "uly": 2966}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "9", "offset": "1125", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 154, "ulx": 1125, "uly": 2910}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "1197", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 83, "ulx": 1197, "uly": 2971}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1288", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 116, "ulx": 1288, "uly": 2946}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1380", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 123, "ulx": 1380, "uly": 2884}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1478", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 44, "nrows": 106, "ulx": 1478, "uly": 2883}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "9", "offset": "1556", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 223, "ulx": 1556, "uly": 2801}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "1613", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 97, "ulx": 1613, "uly": 2975}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1731", "strt_pos": "12", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 89, "ulx": 1731, "uly": 2967}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "9", "offset": "1845", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 102, "ulx": 1845, "uly": 2970}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "1920", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 298, "ulx": 1920, "uly": 2795}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "2016", "strt_pos": "8", "note": "b", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 129, "ulx": 2016, "uly": 2920}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "2134", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 113, "ulx": 2134, "uly": 2890}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "2240", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 130, "ulx": 2240, "uly": 2855}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "2279", "strt_pos": "12", "note": "e", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 22, "nrows": 18, "ulx": 2279, "uly": 3054}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "9", "offset": "2391", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 90, "ulx": 2391, "uly": 2845}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "9", "offset": "2459", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 21, "nrows": 243, "ulx": 2459, "uly": 2802}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "2558", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 88, "ulx": 2558, "uly": 2945}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "9", "offset": "2744", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 50, "ulx": 2744, "uly": 2879}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "9", "offset": "2841", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 86, "ulx": 2841, "uly": 2822}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "9", "offset": "2904", "strt_pos": "5", "note": "e", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 81, "ulx": 2904, "uly": 2828}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "2970", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 209, "ulx": 2970, "uly": 2805}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "3057", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 122, "ulx": 3057, "uly": 2864}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3138", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 126, "ulx": 3138, "uly": 2864}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3195", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 188, "ulx": 3195, "uly": 2875}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "9", "offset": "3288", "strt_pos": "8", "note": "b", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 133, "ulx": 3288, "uly": 2925}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3403", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 152, "ulx": 3403, "uly": 2865}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3514", "strt_pos": "5", "note": "e", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 141, "ulx": 3514, "uly": 2831}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "9", "offset": "3569", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 200, "ulx": 3569, "uly": 2817}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "96", "strt_pos": "14", "note": "c", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 50, "ulx": 96, "uly": 3391}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "10", "offset": "445", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 114, "ulx": 445, "uly": 3156}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "10", "offset": "527", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 124, "ulx": 527, "uly": 3169}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "672", "strt_pos": "8", "note": "b", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 71, "nrows": 129, "ulx": 672, "uly": 3205}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "10", "offset": "830", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 85, "ulx": 830, "uly": 3258}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "10", "offset": "898", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 240, "ulx": 898, "uly": 3148}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "1069", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 66, "ulx": 1069, "uly": 3205}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "1083", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 42, "nrows": 42, "ulx": 1083, "uly": 3274}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "1208", "strt_pos": "8", "note": "b", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 77, "ulx": 1208, "uly": 3252}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "1392", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 120, "ulx": 1392, "uly": 3274}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "10", "offset": "1485", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 248, "ulx": 1485, "uly": 3145}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "1648", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 40, "ulx": 1648, "uly": 3311}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "1755", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 39, "ulx": 1755, "uly": 3313}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "1829", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 270, "ulx": 1829, "uly": 3143}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "2178", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 74, "ulx": 2178, "uly": 3228}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2236", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 76, "ulx": 2236, "uly": 3226}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2294", "strt_pos": "8", "note": "b", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 74, "ulx": 2294, "uly": 3252}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "10", "offset": "2343", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 66, "ulx": 2343, "uly": 3226}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2406", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 65, "ulx": 2406, "uly": 3285}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2485", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 106, "ulx": 2485, "uly": 3311}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "2897", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 111, "ulx": 2897, "uly": 3235}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "3006", "strt_pos": "8", "note": "b", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 64, "nrows": 128, "ulx": 3006, "uly": 3229}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "10", "offset": "3134", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 125, "ulx": 3134, "uly": 3288}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "10", "offset": "3160", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 42, "ulx": 3160, "uly": 3328}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "3233", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 19, "nrows": 330, "ulx": 3233, "uly": 3126}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "3268", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 119, "ulx": 3268, "uly": 3295}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "10", "offset": "3379", "strt_pos": "10", "note": "g", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 38, "ulx": 3379, "uly": 3328}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "3447", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 210, "ulx": 3447, "uly": 3180}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "10", "offset": "3523", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 59, "ulx": 3523, "uly": 3269}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "10", "offset": "3665", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 25, "nrows": 113, "ulx": 3665, "uly": 3157}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "11", "offset": "63", "strt_pos": "9", "note": "a", "octave": "3", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 50, "ulx": 63, "uly": 3603}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "436", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 81, "ulx": 436, "uly": 3503}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "11", "offset": "488", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 28, "ulx": 488, "uly": 3551}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "540", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 56, "nrows": 62, "ulx": 540, "uly": 3533}, "state": "AUTOMATIC", "name": "neume.oblique2"}}, {"pitch": {"staff": "11", "offset": "549", "strt_pos": "5", "note": "e", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 22, "nrows": 15, "ulx": 549, "uly": 3507}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "639", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 135, "ulx": 639, "uly": 3544}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "819", "strt_pos": "5", "note": "e", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 99, "ulx": 819, "uly": 3485}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "882", "strt_pos": "5", "note": "e", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 102, "ulx": 882, "uly": 3488}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "963", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 121, "ulx": 963, "uly": 3521}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "1033", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 181, "ulx": 1033, "uly": 3478}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "1114", "strt_pos": "4", "note": "f", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 145, "ulx": 1114, "uly": 3458}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "1270", "strt_pos": "5", "note": "e", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 124, "ulx": 1270, "uly": 3492}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "1338", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 205, "ulx": 1338, "uly": 3467}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "1574", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 119, "ulx": 1574, "uly": 3522}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "1923", "strt_pos": "6", "note": "d", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 47, "ulx": 1923, "uly": 3525}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "2123", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 133, "ulx": 2123, "uly": 3561}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2254", "strt_pos": "7", "note": "c", "octave": "4", "clef_pos": "7", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 129, "ulx": 2254, "uly": 3559}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2341", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 238, "ulx": 2341, "uly": 3487}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "2364", "strt_pos": "2", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 117, "ulx": 2364, "uly": 3585}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "11", "offset": "2488", "strt_pos": "7", "note": "e", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 134, "ulx": 2488, "uly": 3560}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2708", "strt_pos": "6", "note": "f", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 115, "ulx": 2708, "uly": 3528}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2841", "strt_pos": "5", "note": "g", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 117, "ulx": 2841, "uly": 3494}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "2962", "strt_pos": "6", "note": "f", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 143, "ulx": 2962, "uly": 3519}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "3044", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 260, "ulx": 3044, "uly": 3481}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "3170", "strt_pos": "5", "note": "g", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 134, "ulx": 3170, "uly": 3501}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "3291", "strt_pos": "7", "note": "e", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 102, "ulx": 3291, "uly": 3563}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "11", "offset": "3359", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 277, "ulx": 3359, "uly": 3489}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "3422", "strt_pos": "6", "note": "f", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 103, "ulx": 3422, "uly": 3531}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "11", "offset": "3446", "strt_pos": "7", "note": "e", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 32, "ulx": 3446, "uly": 3584}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "3516", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 40, "ulx": 3516, "uly": 3599}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "11", "offset": "3574", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 234, "ulx": 3574, "uly": 3484}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "11", "offset": "3670", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 134, "ulx": 3670, "uly": 3532}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "12", "offset": "42", "strt_pos": "11", "note": "a", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 28, "ulx": 42, "uly": 4030}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "423", "strt_pos": "2", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 106, "ulx": 423, "uly": 3924}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "12", "offset": "521", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 134, "ulx": 521, "uly": 3956}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "684", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 139, "ulx": 684, "uly": 3929}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "841", "strt_pos": "6", "note": "f", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 123, "ulx": 841, "uly": 3864}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "978", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 116, "ulx": 978, "uly": 3963}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "1063", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 262, "ulx": 1063, "uly": 3806}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "1147", "strt_pos": "10", "note": "b", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 69, "nrows": 108, "ulx": 1147, "uly": 3957}, "state": "AUTOMATIC", "name": "neume.clivis3"}}, {"pitch": {"staff": "12", "offset": "1235", "strt_pos": "10", "note": "b", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 75, "ulx": 1235, "uly": 3970}, "state": "AUTOMATIC", "name": "neume.liquescent.up"}}, {"pitch": {"staff": "12", "offset": "1297", "strt_pos": "10", "note": "b", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 104, "ulx": 1297, "uly": 3992}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "1426", "strt_pos": "11", "note": "a", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 67, "ulx": 1426, "uly": 4020}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "1529", "strt_pos": "12", "note": "g", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 19, "ulx": 1529, "uly": 4047}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "1606", "strt_pos": "12", "note": "g", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 36, "ulx": 1606, "uly": 4050}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "1667", "strt_pos": "10", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 266, "ulx": 1667, "uly": 3868}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "1762", "strt_pos": "12", "note": "g", "octave": "3", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 74, "ulx": 1762, "uly": 4006}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "12", "offset": "1912", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 123, "ulx": 1912, "uly": 3962}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2001", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 125, "ulx": 2001, "uly": 3935}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2082", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 108, "ulx": 2082, "uly": 3970}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2163", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 194, "ulx": 2163, "uly": 3860}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "2208", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 124, "ulx": 2208, "uly": 3971}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2305", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 141, "ulx": 2305, "uly": 3940}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2389", "strt_pos": "7", "note": "e", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 41, "ulx": 2389, "uly": 3905}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "2407", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 49, "ulx": 2407, "uly": 3947}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "2472", "strt_pos": "7", "note": "e", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 125, "ulx": 2472, "uly": 3911}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2546", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 208, "ulx": 2546, "uly": 3855}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "2643", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 59, "ulx": 2643, "uly": 3939}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "2780", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 121, "ulx": 2780, "uly": 3975}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "2915", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 119, "ulx": 2915, "uly": 3941}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "12", "offset": "3115", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 40, "ulx": 3115, "uly": 3981}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "3173", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 260, "ulx": 3173, "uly": 3836}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "12", "offset": "3386", "strt_pos": "7", "note": "e", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 64, "ulx": 3386, "uly": 3919}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "3444", "strt_pos": "7", "note": "e", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 60, "ulx": 3444, "uly": 3917}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "12", "offset": "3494", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 44, "nrows": 43, "ulx": 3494, "uly": 3982}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "3536", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 45, "ulx": 3536, "uly": 3950}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "12", "offset": "3543", "strt_pos": "7", "note": "e", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 37, "ulx": 3543, "uly": 3910}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "13", "offset": "430", "strt_pos": "2", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 106, "ulx": 430, "uly": 4246}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "13", "offset": "498", "strt_pos": "8", "note": "d", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 50, "ulx": 498, "uly": 4254}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "13", "offset": "589", "strt_pos": "9", "note": "c", "octave": "4", "clef_pos": "9", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 83, "ulx": 589, "uly": 4278}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1025", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 86, "ulx": 1025, "uly": 4159}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "13", "offset": "1116", "strt_pos": "12", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 26, "ulx": 1116, "uly": 4378}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "13", "offset": "1241", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 77, "ulx": 1241, "uly": 4352}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1324", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 85, "nrows": 241, "ulx": 1324, "uly": 4169}, "state": "AUTOMATIC", "name": "neume.scandicus33"}}, {"pitch": {"staff": "13", "offset": "1441", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 112, "ulx": 1441, "uly": 4234}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1526", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 95, "ulx": 1526, "uly": 4236}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1602", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 262, "ulx": 1602, "uly": 4150}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "13", "offset": "1676", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 129, "ulx": 1676, "uly": 4235}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1825", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 139, "ulx": 1825, "uly": 4269}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "1953", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 148, "ulx": 1953, "uly": 4240}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2048", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 9, "nrows": 240, "ulx": 2048, "uly": 4172}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "13", "offset": "2173", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 133, "ulx": 2173, "uly": 4241}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2302", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 103, "ulx": 2302, "uly": 4273}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2427", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 117, "ulx": 2427, "uly": 4307}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2570", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 88, "ulx": 2570, "uly": 4246}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2609", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 11, "nrows": 229, "ulx": 2609, "uly": 4169}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "13", "offset": "2661", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 113, "ulx": 2661, "uly": 4179}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "13", "offset": "2768", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 118, "ulx": 2768, "uly": 4248}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "2919", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 87, "ulx": 2919, "uly": 4237}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "13", "offset": "3040", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 59, "nrows": 96, "ulx": 3040, "uly": 4246}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "13", "offset": "3175", "strt_pos": "5", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 229, "ulx": 3175, "uly": 4203}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "13", "offset": "3215", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 87, "ulx": 3215, "uly": 4274}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "13", "offset": "3375", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 138, "ulx": 3375, "uly": 4249}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "3487", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 58, "nrows": 108, "ulx": 3487, "uly": 4287}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "13", "offset": "3553", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 122, "ulx": 3553, "uly": 4288}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "13", "offset": "3653", "strt_pos": "17", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 25, "nrows": 113, "ulx": 3653, "uly": 4445}, "state": "AUTOMATIC", "name": "custos"}}, {"pitch": {"staff": "14", "offset": "27", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 43, "ulx": 27, "uly": 4445}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "14", "offset": "40", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 39, "ulx": 40, "uly": 4529}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "423", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 88, "ulx": 423, "uly": 4472}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "14", "offset": "499", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 66, "nrows": 116, "ulx": 499, "uly": 4608}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "14", "offset": "604", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 91, "ulx": 604, "uly": 4676}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "749", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 121, "nrows": 130, "ulx": 749, "uly": 4591}, "state": "AUTOMATIC", "name": "neume.torculus34"}}, {"pitch": {"staff": "14", "offset": "931", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 65, "ulx": 931, "uly": 4687}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "1012", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 69, "ulx": 1012, "uly": 4685}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "1090", "strt_pos": "12", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 39, "ulx": 1090, "uly": 4718}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "1150", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 156, "ulx": 1150, "uly": 4581}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "14", "offset": "1239", "strt_pos": "12", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 27, "ulx": 1239, "uly": 4716}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "1376", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 65, "ulx": 1376, "uly": 4682}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "1432", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 83, "ulx": 1432, "uly": 4595}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "14", "offset": "1547", "strt_pos": "10", "note": "e", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 82, "ulx": 1547, "uly": 4616}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "14", "offset": "1616", "strt_pos": "9", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 229, "ulx": 1616, "uly": 4539}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "14", "offset": "1701", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 39, "ulx": 1701, "uly": 4691}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "1775", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 41, "ulx": 1775, "uly": 4689}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "1845", "strt_pos": "10", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 170, "ulx": 1845, "uly": 4581}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "14", "offset": "2164", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 66, "ulx": 2164, "uly": 4581}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "2226", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 44, "ulx": 2226, "uly": 4576}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2306", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 51, "ulx": 2306, "uly": 4612}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2391", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 54, "ulx": 2391, "uly": 4641}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2495", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 41, "ulx": 2495, "uly": 4617}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2503", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 39, "ulx": 2503, "uly": 4569}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2560", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 25, "ulx": 2560, "uly": 4641}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2602", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 20, "ulx": 2602, "uly": 4656}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2609", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 27, "ulx": 2609, "uly": 4633}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2664", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 27, "nrows": 25, "ulx": 2664, "uly": 4705}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2916", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 21, "ulx": 2916, "uly": 4718}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "2971", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 112, "ulx": 2971, "uly": 4616}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3074", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 96, "ulx": 3074, "uly": 4614}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3144", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 92, "ulx": 3144, "uly": 4516}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3233", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 118, "ulx": 3233, "uly": 4586}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3306", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 40, "ulx": 3306, "uly": 4619}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "3367", "strt_pos": "6", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 138, "ulx": 3367, "uly": 4577}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "14", "offset": "3419", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 137, "ulx": 3419, "uly": 4588}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3483", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 28, "nrows": 38, "ulx": 3483, "uly": 4625}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "14", "offset": "3533", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 126, "ulx": 3533, "uly": 4592}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "14", "offset": "3596", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 229, "ulx": 3596, "uly": 4509}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "40", "strt_pos": "11", "note": "d", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 12, "nrows": 30, "ulx": 40, "uly": 5034}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "420", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 106, "ulx": 420, "uly": 4797}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "15", "offset": "506", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 39, "ulx": 506, "uly": 4823}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "662", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 150, "ulx": 662, "uly": 4895}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "834", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 111, "ulx": 834, "uly": 4917}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "15", "offset": "971", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 83, "ulx": 971, "uly": 4889}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "15", "offset": "1068", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 127, "ulx": 1068, "uly": 4896}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "1157", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 227, "ulx": 1157, "uly": 4819}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "1273", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 40, "ulx": 1273, "uly": 4931}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "1365", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 39, "ulx": 1365, "uly": 4929}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "1438", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 242, "ulx": 1438, "uly": 4813}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "1519", "strt_pos": "12", "note": "c", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 17, "nrows": 18, "ulx": 1519, "uly": 5058}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "1562", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 39, "ulx": 1562, "uly": 4935}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "1683", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 47, "nrows": 98, "ulx": 1683, "uly": 4840}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "15", "offset": "1787", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 137, "ulx": 1787, "uly": 4841}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "1870", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 131, "ulx": 1870, "uly": 4843}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "1936", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 124, "ulx": 1936, "uly": 4844}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2004", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 16, "nrows": 285, "ulx": 2004, "uly": 4793}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "2073", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 71, "nrows": 121, "ulx": 2073, "uly": 4899}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "15", "offset": "2224", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 134, "ulx": 2224, "uly": 4909}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2352", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 112, "ulx": 2352, "uly": 4845}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2421", "strt_pos": "3", "note": "e", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 11, "nrows": 91, "ulx": 2421, "uly": 4810}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2446", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 41, "nrows": 109, "ulx": 2446, "uly": 4863}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "2457", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 20, "ulx": 2457, "uly": 4838}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2538", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 18, "nrows": 21, "ulx": 2538, "uly": 4843}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2626", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 15, "nrows": 246, "ulx": 2626, "uly": 4815}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "2715", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 42, "ulx": 2715, "uly": 4888}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2723", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 28, "ulx": 2723, "uly": 4836}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2877", "strt_pos": "4", "note": "d", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 41, "ulx": 2877, "uly": 4820}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "15", "offset": "2981", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 113, "ulx": 2981, "uly": 4857}, "state": "AUTOMATIC", "name": "neume.liquescent.down"}}, {"pitch": {"staff": "15", "offset": "3089", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 42, "nrows": 93, "ulx": 3089, "uly": 4839}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "15", "offset": "3161", "strt_pos": "6", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 9, "nrows": 96, "ulx": 3161, "uly": 4902}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "15", "offset": "3255", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 130, "ulx": 3255, "uly": 4921}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "3385", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 131, "ulx": 3385, "uly": 4956}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "15", "offset": "3525", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 26, "nrows": 112, "ulx": 3525, "uly": 4917}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "32", "strt_pos": "17", "note": "e", "octave": "2", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 14, "nrows": 48, "ulx": 32, "uly": 5459}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "16", "offset": "412", "strt_pos": "4", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 108, "ulx": 412, "uly": 5140}, "state": "AUTOMATIC", "name": "clef.c"}}, {"pitch": {"staff": "16", "offset": "474", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 127, "ulx": 474, "uly": 5170}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "531", "strt_pos": "7", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 19, "nrows": 237, "ulx": 531, "uly": 5140}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "16", "offset": "634", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 88, "ulx": 634, "uly": 5226}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "16", "offset": "719", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 133, "ulx": 719, "uly": 5237}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "792", "strt_pos": "8", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 13, "nrows": 253, "ulx": 792, "uly": 5152}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "16", "offset": "886", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 130, "ulx": 886, "uly": 5236}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "1019", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 67, "nrows": 109, "ulx": 1019, "uly": 5267}, "state": "AUTOMATIC", "name": "neume.clivis2"}}, {"pitch": {"staff": "16", "offset": "1130", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 82, "ulx": 1130, "uly": 5231}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "16", "offset": "1203", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 40, "nrows": 74, "ulx": 1203, "uly": 5216}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "1310", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 43, "nrows": 95, "ulx": 1310, "uly": 5185}, "state": "AUTOMATIC", "name": "neume.podatus3"}}, {"pitch": {"staff": "16", "offset": "1391", "strt_pos": "3", "note": "None", "octave": "None", "clef_pos": "None", "clef": "None"}, "glyph": {"bounding_box": {"ncols": 10, "nrows": 243, "ulx": 1391, "uly": 5148}, "state": "AUTOMATIC", "name": "divisio.maxima"}}, {"pitch": {"staff": "16", "offset": "1445", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 33, "nrows": 114, "ulx": 1445, "uly": 5266}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "1572", "strt_pos": "9", "note": "f", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 92, "ulx": 1572, "uly": 5257}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "16", "offset": "1694", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 125, "ulx": 1694, "uly": 5268}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2017", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 31, "nrows": 72, "ulx": 2017, "uly": 5182}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2074", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 32, "nrows": 72, "ulx": 2074, "uly": 5183}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2143", "strt_pos": "6", "note": "b", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 35, "nrows": 64, "ulx": 2143, "uly": 5217}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2204", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 68, "ulx": 2204, "uly": 5184}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2256", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 72, "ulx": 2256, "uly": 5248}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2315", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 37, "nrows": 71, "ulx": 2315, "uly": 5282}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2699", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 153, "ulx": 2699, "uly": 5194}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2794", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 38, "nrows": 159, "ulx": 2794, "uly": 5193}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "2921", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 40, "ulx": 2921, "uly": 5201}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3003", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 36, "nrows": 42, "ulx": 3003, "uly": 5195}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3049", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 34, "nrows": 125, "ulx": 3049, "uly": 5198}, "state": "AUTOMATIC", "name": "neume.virga"}}, {"pitch": {"staff": "16", "offset": "3097", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 22, "nrows": 22, "ulx": 3097, "uly": 5214}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3121", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 29, "nrows": 42, "ulx": 3121, "uly": 5243}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3155", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 23, "nrows": 58, "ulx": 3155, "uly": 5282}, "state": "AUTOMATIC", "name": "neume.inclinatum"}}, {"pitch": {"staff": "16", "offset": "3200", "strt_pos": "8", "note": "g", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 39, "nrows": 86, "ulx": 3200, "uly": 5228}, "state": "AUTOMATIC", "name": "neume.podatus2b"}}, {"pitch": {"staff": "16", "offset": "3265", "strt_pos": "5", "note": "c", "octave": "4", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 30, "nrows": 42, "ulx": 3265, "uly": 5199}, "state": "AUTOMATIC", "name": "neume.punctum"}}, {"pitch": {"staff": "16", "offset": "3302", "strt_pos": "7", "note": "a", "octave": "3", "clef_pos": "5", "clef": "clef.c"}, "glyph": {"bounding_box": {"ncols": 24, "nrows": 38, "ulx": 3302, "uly": 5274}, "state": "AUTOMATIC", "name": "neume.punctum"}}]} \ No newline at end of file