/usr/share/denemo/actions/Classic.commands is in denemo-data 2.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 | <?xml version="1.0" encoding="UTF-8"?>
<Denemo>
<merge>
<title>A Denemo Command Set</title>
<author>AT, JRR, RTS</author>
<map>
<cursors>
<cursor-binding>
<state>104</state>
<cursor>116</cursor>
</cursor-binding>
<cursor-binding>
<state>102</state>
<cursor>146</cursor>
</cursor-binding>
</cursors>
<row type="builtin">
<action>CursorLeft</action>
<menupath>MainMenu/EditMenu/Select/ExtendSelect</menupath>
<_label>Selection Cursor Left</_label>
<_tooltip>Moves the cursor one object left, altering the selection if any</_tooltip>
</row>
<row type="builtin">
<action>MoveCursorLeft</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move Cursor Left</_label>
<_tooltip>Moves the cursor one object left, without altering the selection</_tooltip>
</row>
<row type="builtin">
<action>CursorDown</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Cursor Down</_label>
<_tooltip>Moves the cursor one scale step down</_tooltip>
</row>
<row type="builtin">
<action>CursorUp</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Cursor Up</_label>
<_tooltip>Moves the cursor one scale step up</_tooltip>
</row>
<row type="builtin">
<action>CursorRight</action>
<menupath>MainMenu/EditMenu/Select/ExtendSelect</menupath>
<_label>Selection Cursor Right</_label>
<_tooltip>Moves the cursor one object right, altering the selection if any</_tooltip>
</row>
<row type="builtin">
<action>MoveCursorRight</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move Cursor Right</_label>
<_tooltip>Moves the cursor one object right, without altering the selection</_tooltip>
</row>
<row type="builtin">
<action>GoToMark</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>To Mark</_label>
<_tooltip>Moves the cursor to the Mark without altering the selection</_tooltip>
</row>
<row type="builtin">
<action>SwapPointAndMark</action>
<menupath>MainMenu/EditMenu/Select</menupath>
<_label>Swap Ends of Selection</_label>
<_tooltip>Swaps the active end of the selection</_tooltip>
</row>
<row type="builtin">
<action>GoToSelectionStart</action>
<_label>To Selection Start</_label>
<_tooltip>Moves the cursor to the first object in the selection without altering the selection. returns #f if no selection</_tooltip>
</row>
<row type="builtin">
<action>PushPosition</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Push Position</_label>
<_tooltip>Pushes the current cursor position onto a stack</_tooltip>
</row>
<row type="builtin">
<action>PopPosition</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Pop Position</_label>
<_tooltip>Pops a position from the stack of cursor positions, moving the cursor there</_tooltip>
</row>
<row type="builtin">
<action>PopPushPosition</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Pop and Push Position</_label>
<_tooltip>Pops a position from the stack of cursor positions, pushes the current position, then moves the cursor to the popped position</_tooltip>
</row>
<row type="builtin">
<action>ToggleReduceToDrawingArea</action>
<menupath>MainMenu/ViewMenu</menupath>
<_label>Hide/Show Menus</_label>
<_tooltip>Hides/Shows menus, panes etc. The ones shown are those checked in the view menu.</_tooltip>
</row>
<row type="builtin">
<action>StaffUp</action>
<menupath>MainMenu/EditMenu/Select/ExtendSelect</menupath>
<_label>Selection Staff Up</_label>
<_tooltip>Moves the cursor to the staff above, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>StaffDown</action>
<menupath>MainMenu/EditMenu/Select/ExtendSelect</menupath>
<_label>Selection Staff Down</_label>
<_tooltip>Moves the cursor to the staff below, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>MoveToStaffUp</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move to Staff Up</_label>
<_tooltip>Moves the cursor to the staff above without altering selection. On the top staff it adds space above the staffs.</_tooltip>
</row>
<row type="builtin">
<action>MoveToStaffDown</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move to Staff Down</_label>
<_tooltip>Moves the cursor to the staff below without altering selection</_tooltip>
</row>
<row type="builtin">
<action>MeasureLeft</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Selection Measure Left</_label>
<_tooltip>Moves the cursor to the first object in the next measure, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>MeasureRight</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Selection Measure Right</_label>
<_tooltip>Moves the cursor to the first object in the previous measure, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>MoveToMeasureLeft</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Move to Measure Left</_label>
<_tooltip>Moves the cursor to the first object in the next measure leaving selection, if any, unchanged</_tooltip>
</row>
<row type="builtin">
<action>MoveToMeasureRight</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Move to Measure Right</_label>
<_tooltip>Moves the cursor to the first object in the previous measure leaving selection, if any, unchanged</_tooltip>
</row>
<row type="builtin">
<action>A</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change/Append A</_label>
<_tooltip>Changes the note the cursor is on to the note A.
If the cursor is in the appending position, appends a note using the prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>B</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change/Append B</_label>
<_tooltip>Changes the note the cursor is on to the note B.
If the cursor is in the appending position, appends a note using the prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>C</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change/Append C</_label>
<_tooltip>Changes the note the cursor is on to the note C.
If the cursor is in the appending position, appends a note using the prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>D</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change/Append D</_label>
<_tooltip>Changes the note the cursor is on to the note D.
If the cursor is in the appending position, appends a note using the prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>E</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change/Append E</_label>
<_tooltip>Changes the note the cursor is on to the note E.
If the cursor is in the appending position, appends a note using the prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>F</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change/Append F</_label>
<_tooltip>Changes the note the cursor is on to the note F.
If the cursor is in the appending position, appends a note using the prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>G</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change/Append G</_label>
<_tooltip>Changes the note the cursor is on to the note G.
If the cursor is in the appending position, appends a note using the prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>OctaveUp</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Octave Up</_label>
<_tooltip>Changes the note at the cursor to an octave higher</_tooltip>
</row>
<row type="builtin">
<action>OctaveDown</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Octave Down</_label>
<_tooltip>Changes the note at the cursor to an octave lower</_tooltip>
</row>
<row type="builtin">
<action>WholeNote</action>
<_label>WholeNote</_label>
<_tooltip>Insert 𝅝</_tooltip>
</row>
<row type="builtin">
<action>HalfNote</action>
<_label>HalfNote</_label>
<_tooltip>Insert 𝅗𝅥</_tooltip>
</row>
<row type="builtin">
<action>QuarterNote</action>
<_label>QuarterNote</_label>
<_tooltip>Insert 𝅘𝅥</_tooltip>
</row>
<row type="builtin">
<action>EighthNote</action>
<_label>EighthNote</_label>
<_tooltip>Insert 𝅘𝅥𝅮</_tooltip>
</row>
<row type="builtin">
<action>SixteenthNote</action>
<_label>SixteenthNote</_label>
<_tooltip>Insert 𝅘𝅥𝅯</_tooltip>
</row>
<row type="builtin">
<action>ThirtysecondNote</action>
<_label>ThirtysecondNote</_label>
<_tooltip>Insert 𝅘𝅥𝅰</_tooltip>
</row>
<row type="builtin">
<action>SixtyfourthNote</action>
<_label>SixtyfourthNote</_label>
<_tooltip>Insert 𝅘𝅥𝅱</_tooltip>
</row>
<row type="builtin">
<action>OneHundredTwentyEighthNote</action>
<_label>OneHundredTwentyEighthNote</_label>
<_tooltip>Insert 𝅘𝅥𝅲</_tooltip>
</row>
<row type="builtin">
<action>TwoHundredFiftySixthNote</action>
<_label>TwoHundredFiftySixthNote</_label>
<_tooltip>Insert 𝅥</_tooltip>
</row>
<row type="builtin">
<action>InsertWholeRest</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄻</_label>
<_tooltip>Insert 𝄻 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertHalfRest</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄼</_label>
<_tooltip>Insert 𝄼 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertQuarterRest</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄽</_label>
<_tooltip>Insert 𝄽 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertEighthRest</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄾</_label>
<_tooltip>Insert 𝄾 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertSixteenthRest</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄿</_label>
<_tooltip>Insert 𝄿 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertThirtysecondRest</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝅀</_label>
<_tooltip>Insert 𝅀 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertSixtyfourthRest</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝅁</_label>
<_tooltip>Insert 𝅁 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankWholeNote</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄻 Spacer</_label>
<_tooltip>Insert a non-printing 𝄻 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankHalfNote</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄼 Spacer</_label>
<_tooltip>Insert a non-printing 𝄼 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankQuarterNote</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄽 Spacer</_label>
<_tooltip>Insert a non-printing 𝄽 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankEighthNote</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄾 Spacer</_label>
<_tooltip>Insert a non-printing 𝄾 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankSixteenthNote</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝄿 Spacer</_label>
<_tooltip>Insert a non-printing 𝄿 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankThirtysecondNote</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝅀 Spacer</_label>
<_tooltip>Insert a non-printing 𝅀 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankSixtyfourthNote</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝅁 Spacer</_label>
<_tooltip>Insert a non-printing 𝅁 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankOneHundredTwentyEighthNote</action>
<menupath>ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert a 𝅂 Spacer</_label>
<_tooltip>Insert a non-printing 𝅂 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertBlankTwoHundredFiftySixthNote</action>
<_label>Insert a 𝅃 Spacer</_label>
<_tooltip>Insert a non-printing 𝅃 rest</_tooltip>
</row>
<row type="builtin">
<action>ToggleRestMode</action>
<_label>Toggle Rest Mode</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>ToggleBlankMode</action>
<_label>Toggle Blank Mode</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertDuplet</action>
<menupath>ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Insert Duplet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertTriplet</action>
<menupath>ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Insert Triplet</_label>
<_tooltip>Inserts a Start Triplet object and an End Tuplet object and places the cursor between these two</_tooltip>
</row>
<row type="builtin">
<action>StartTriplet</action>
<menupath>ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Start Triplet</_label>
<_tooltip>Inserts an Start Triplet object, which makes the notes following take 2/3 of their written duration. Later in this measure there should be an End Tuplet object.</_tooltip>
</row>
<row type="builtin">
<action>EndTuplet</action>
<menupath>ObjectMenu/NotesRests/Tuplets</menupath>
<_label>End Tuplet</_label>
<_tooltip>Inserts an End Tuplet object, which terminates a tuplet started earlier in this measure.</_tooltip>
</row>
<row type="builtin">
<action>InsertQuadtuplet</action>
<menupath>ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Insert Quadruplet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertQuintuplet</action>
<menupath>ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Insert Quintuplet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertSextuplet</action>
<menupath>ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Insert Sextuplet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertSeptuplet</action>
<menupath>ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Insert Septuplet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>AddNoteToChord</action>
<menupath>ObjectMenu/ChordMenu</menupath>
<_label>Add note</_label>
<_tooltip>Add a note to the current chord
The cursor position determines which note to add</_tooltip>
</row>
<row type="builtin">
<action>RemoveNoteFromChord</action>
<menupath>ObjectMenu/ChordMenu</menupath>
<_label>Remove note</_label>
<_tooltip>Remove a note from the current chord, based on the cursor position</_tooltip>
</row>
<row type="builtin">
<action>Sharpen</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Sharpen</_label>
<_tooltip>Sharpen the note at the cursor</_tooltip>
</row>
<row type="builtin">
<action>Flatten</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Flatten</_label>
<_tooltip>Flatten the note at the cursor</_tooltip>
</row>
<row type="builtin">
<action>PendingSharpen</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Sharpen Next Note</_label>
<_tooltip>Increases the sharpness of the next entered note. The status bar shows the current state.</_tooltip>
</row>
<row type="builtin">
<action>PendingFlatten</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Flatten Next Note</_label>
<_tooltip>Increases the flatness of the next entered note. The status bar shows the current state.</_tooltip>
</row>
<row type="builtin">
<action>StemUp</action>
<_label>StemUp</_label>
<_tooltip>Alters a StemNeutral object to stem up.</_tooltip>
</row>
<row type="builtin">
<action>StemDown</action>
<_label>StemDown</_label>
<_tooltip>Alters a StemNeutral object to stem down.</_tooltip>
</row>
<row type="builtin">
<action>AddDot</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Add Dot</_label>
<_tooltip>Lengthen the chord, note or rest at the cursor by dotting it.</_tooltip>
</row>
<row type="builtin">
<action>RemoveDot</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Remove Dot</_label>
<_tooltip>Reduce the dotting of the chord note or rest at the cursor.</_tooltip>
</row>
<row type="builtin">
<action>InsertTiedNote</action>
<menupath>ObjectMenu/NotesRests/EditNote</menupath>
<_label>Tied note</_label>
<_tooltip>Inserts a duplicate of the current note, tied</_tooltip>
</row>
<row type="builtin">
<action>ToggleTie</action>
<menupath>ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Tie (Off/On)</_label>
<_tooltip>Ties/unties the note at the cursor. The following note should be the same pitch.</_tooltip>
</row>
<row type="builtin">
<action>DeleteObject</action>
<menupath>MainMenu/EditMenu/Delete</menupath>
<_label>Delete Object</_label>
<_tooltip>Delete the object at the cursor</_tooltip>
</row>
<row type="builtin">
<action>DeletePreviousObject</action>
<menupath>MainMenu/EditMenu/Delete</menupath>
<_label>Delete Previous Object</_label>
<_tooltip>Delete to the left of the cursor.</_tooltip>
</row>
<row type="builtin">
<action>InsertMeasure</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Insert Measure Before</_label>
<_tooltip>Insert a blank measure before the current one (in all staffs)</_tooltip>
</row>
<row type="builtin">
<action>AddMeasure</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Insert Measure After</_label>
<_tooltip>Insert a blank measure after the current one (in all staffs)</_tooltip>
</row>
<row type="builtin">
<action>InsertMeasureBefore</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Staff Insert Measure Before</_label>
<_tooltip>Insert a blank measure before the current one (in current staff)</_tooltip>
</row>
<row type="builtin">
<action>InsertMeasureAfter</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Staff Insert Measure After</_label>
<_tooltip>Insert a blank measure in current staff after the current measure</_tooltip>
</row>
<row type="builtin">
<action>AppendMeasure</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Staff Append Measure</_label>
<_tooltip>Append an empty measure at the end of the current staff</_tooltip>
</row>
<row type="builtin">
<action>DeleteMeasure</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Staff Delete Measure</_label>
<_tooltip>Delete the current measure in this staff, leaving the staff short</_tooltip>
</row>
<row type="builtin">
<action>DeleteMeasureAllStaffs</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Delete Measure All Staffs</_label>
<_tooltip>Delete the current measure in all staffs</_tooltip>
</row>
<row type="builtin">
<action>ShrinkMeasures</action>
<menupath>ObjectMenu/MeasureMenu/DisplayEffects</menupath>
<_label>Shrink Measure</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>WidenMeasures</action>
<menupath>ObjectMenu/MeasureMenu/DisplayEffects</menupath>
<_label>Widen Measures</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>ShorterStaffs</action>
<menupath>ObjectMenu/StaffMenu/DisplayEffects</menupath>
<_label>Shorter Staffs</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>TallerStaffs</action>
<menupath>ObjectMenu/StaffMenu/DisplayEffects</menupath>
<_label>Taller Staffs</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertTrebleClef</action>
<_label>New Treble Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertBassClef</action>
<_label>New Bass Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insertg8clef</action>
<_label>New G8 Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertAltoClef</action>
<_label>New Alto Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertTenorClef</action>
<_label>New Tenor Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertSopranoClef</action>
<_label>New Soprano Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialTrebleClef</action>
<_label>Set Treble Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialBassClef</action>
<_label>Set Bass Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialg8clef</action>
<_label>Set G8 Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialAltoClef</action>
<_label>Set Alto Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialTenorClef</action>
<_label>Set Tenor Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialSopranoClef</action>
<_label>Set Soprano Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert22Time</action>
<_label>Insert 2/2 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert32Time</action>
<_label>Insert 3/2 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert42Time</action>
<_label>Insert 4/2 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert44Time</action>
<_label>Insert 4/4 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert34Time</action>
<_label>Insert 3/4 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert24Time</action>
<_label>Insert 2/4 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert64Time</action>
<_label>Insert 6/4 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert38Time</action>
<_label>Insert 3/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert68Time</action>
<_label>Insert 6/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert128Time</action>
<_label>Insert 12/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Insert98Time</action>
<_label>Insert 9/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set22Time</action>
<_label>Set 2/2 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set32Time</action>
<_label>Set 3/2 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set42Time</action>
<_label>Set 4/2 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set44Time</action>
<_label>Set 4/4 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set34Time</action>
<_label>Set 3/4 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set24Time</action>
<_label>Set 2/4 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set64Time</action>
<_label>Set 6/4 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set38Time</action>
<_label>Set 3/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set68Time</action>
<_label>Set 6/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set128Time</action>
<_label>Set 12/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>Set98Time</action>
<_label>Set 9/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertCmaj</action>
<_label>Insert Cmaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertGmaj</action>
<_label>Insert Gmaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertDmaj</action>
<_label>Insert Dmaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertAmaj</action>
<_label>Insert Amaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertEmaj</action>
<_label>Insert Emaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertBmaj</action>
<_label>Insert Bmaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertFSharpmaj</action>
<_label>Insert F# Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertCSharpmaj</action>
<_label>Insert C# Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertFmaj</action>
<_label>Insert F Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertBflatmaj</action>
<_label>Insert Bb Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertEflatmaj</action>
<_label>Insert Eb Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertAflatmaj</action>
<_label>Insert Ab Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertDflatmaj</action>
<_label>Insert Db Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertGflatmaj</action>
<_label>Insert Gb Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertCflatmaj</action>
<_label>Insert Cb Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertAmin</action>
<_label>Insert A Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertEmin</action>
<_label>Insert E Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertBmin</action>
<_label>Insert B Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertFSharpmin</action>
<_label>Insert F# Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertCSharpmin</action>
<_label>Insert C# Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertGSharpmin</action>
<_label>Insert G# Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertDSharpmin</action>
<_label>Insert D# Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertASharpmin</action>
<_label>Insert A# Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertDmin</action>
<_label>Insert D Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertGmin</action>
<_label>Insert G Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertCmin</action>
<_label>Insert C Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertFmin</action>
<_label>Insert F Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertBflatmin</action>
<_label>Insert Bb Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertEflatmin</action>
<_label>Insert Eb Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertAflatmin</action>
<_label>Insert Ab Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialCmaj</action>
<_label>Set Initial Keysig to C Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialGmaj</action>
<_label>Set Initial Keysig to G Major</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialDmaj</action>
<_label>Set D Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialAmaj</action>
<_label>Set A Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialEmaj</action>
<_label>Set E Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialBmaj</action>
<_label>Set B Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialFSharpmaj</action>
<_label>Set F# Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialCSharpmaj</action>
<_label>Set C# Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialFmaj</action>
<_label>Set F Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialBflatmaj</action>
<_label>Set Bb Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialEflatmaj</action>
<_label>Set Eb Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialAflatmaj</action>
<_label>Set Ab Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialDflatmaj</action>
<_label>Set Db Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialGflatmaj</action>
<_label>Set Gb Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialCflatmaj</action>
<_label>Set Cb Major as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialAmin</action>
<_label>Set A Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialEmin</action>
<_label>Set E Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialBmin</action>
<_label>Set B Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialFSharpmin</action>
<_label>Set F# Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialCSharpmin</action>
<_label>Set C# Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialGSharpmin</action>
<_label>Set G# Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialDSharpmin</action>
<_label>Set D# Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialASharpmin</action>
<_label>Set A# Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialDmin</action>
<_label>Set D Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialGmin</action>
<_label>Set G Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialCmin</action>
<_label>Set C Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialFmin</action>
<_label>Set F Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialBflatmin</action>
<_label>Set Bb Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialEflatmin</action>
<_label>Set Eb Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetInitialAflatmin</action>
<_label>Set Ab Minor as Initial Keysig</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>SetMark</action>
<menupath>MainMenu/EditMenu/Select</menupath>
<_label>Set Mark</_label>
<_tooltip>Sets the start point for a selection,
the end point of the selection is unaltered</_tooltip>
</row>
<row type="builtin">
<action>UnsetMark</action>
<menupath>MainMenu/EditMenu/Select</menupath>
<_label>Unset Mark</_label>
<_tooltip>Gets rid of the selection.</_tooltip>
</row>
<row type="builtin">
<action>SetPoint</action>
<menupath>MainMenu/EditMenu/Select</menupath>
<_label>Set Point</_label>
<_tooltip>Extends the selection to the current cursor position</_tooltip>
</row>
<row type="builtin">
<action>ToggleBeginSlur</action>
<menupath>ObjectMenu/NotesRests/Slurs</menupath>
<_label>Begin Slur (Off/On)</_label>
<_tooltip>Insert/delete begin slur on this note</_tooltip>
</row>
<row type="builtin">
<action>ToggleEndSlur</action>
<menupath>ObjectMenu/NotesRests/Slurs</menupath>
<_label>End Slur (Off/On)</_label>
<_tooltip>Insert/delete end slur on this note</_tooltip>
</row>
<row type="builtin">
<action>ToggleStartCrescendo</action>
<menupath>ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>Start Crescendo (Off/On)</_label>
<_tooltip>Marks/Unmarks the chord or note at the cursor as the start of a crescendo.</_tooltip>
</row>
<row type="builtin">
<action>ToggleEndCrescendo</action>
<menupath>ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>End Crescendo (Off/On)</_label>
<_tooltip>Marks/Unmarks the chord or note at the cursor as the end of a crescendo.</_tooltip>
</row>
<row type="builtin">
<action>ToggleStartDiminuendo</action>
<menupath>ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>Start Diminuendo (Off/On)</_label>
<_tooltip>Marks/Unmarks the chord or note at the cursor as the start of a diminuendo.</_tooltip>
</row>
<row type="builtin">
<action>ToggleEndDiminuendo</action>
<menupath>ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>End Diminuendo (Off/On)</_label>
<_tooltip>Marks/Unmarks the chord or note at the cursor as the end of a diminuendo.</_tooltip>
</row>
<row type="builtin">
<action>ToggleGrace</action>
<menupath>ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Grace Note Off/On</_label>
<_tooltip>Makes the note at the cursor an appogiatura grace note, if it is one, makes it normal</_tooltip>
</row>
<row type="builtin">
<action>ToggleAcciaccatura</action>
<menupath>ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Acciaccatura Off/On</_label>
<_tooltip>Makes the note at the cursor an acciaccatura grace note, if it is one, makes it normal</_tooltip>
</row>
<row type="builtin">
<action>ForceCaution</action>
<_label>Force Cautionary Accidental</_label>
<_tooltip>Give a cautionary accidental to the note at the cursor</_tooltip>
</row>
<row type="builtin">
<action>ChangePitch</action>
<_label>Change Pitch</_label>
<_tooltip>Changes the pitch of the note at the cursor to the cursor height</_tooltip>
</row>
<row type="builtin">
<action>InsertRhythm</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert Snippet</_label>
<_tooltip>Inserts the current music snippet, or if none is selected prompts for a number 1,2... for the snippet to insert.</_tooltip>
</row>
<row type="builtin">
<action>NextRhythm</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Next Snippet</_label>
<_tooltip>Make next snippet
the current snippet.
Notes entered will follow the rhythmic pattern of this snippet</_tooltip>
</row>
<row type="builtin">
<action>AppendMeasureAllStaffs</action>
<menupath>ObjectMenu/MeasureMenu</menupath>
<_label>Append Measure All Staffs</_label>
<_tooltip>Appends a blank measure to every staff in this movement</_tooltip>
</row>
<row type="builtin">
<action>ExecuteScheme</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Execute Scheme</_label>
<_tooltip>Execute the scheme code from the scripting window</_tooltip>
</row>
<row type="builtin">
<action>SharpenEnharmonicSet</action>
<menupath>MainMenu/InputMenu/MIDI</menupath>
<_label>Shift Accidentals Sharpwise</_label>
<_tooltip>Shifts the set of accidentals one step sharper</_tooltip>
</row>
<row type="builtin">
<action>FlattenEnharmonicSet</action>
<menupath>MainMenu/InputMenu/MIDI</menupath>
<_label>Shift Accidentals Flatwise</_label>
<_tooltip>Shifts the set of accidentals one step flatter</_tooltip>
</row>
<row type="builtin">
<action>New</action>
<_label>Empty Score</_label>
<_tooltip>Start a new musical score</_tooltip>
</row>
<row type="builtin">
<action>NewScore</action>
<menupath>MainMenu/FileMenu</menupath>
<_label>New</_label>
<_tooltip>Start a new musical score for a named instrument/voice.</_tooltip>
</row>
<row type="builtin">
<action>Open</action>
<menupath>MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open</_label>
<_tooltip>Open a file containing a music score for editing</_tooltip>
</row>
<row type="builtin">
<action>ImportLilypond</action>
<_label>Import Lilypond (Limited)</_label>
<_tooltip>Import a Lilypond file</_tooltip>
</row>
<row type="builtin">
<action>ImportMidi</action>
<_label>Import Midi (Limited)</_label>
<_tooltip>Try to Import a Midi file</_tooltip>
</row>
<row type="builtin">
<action>ImportMusicXml</action>
<_label>Import MusicXml</_label>
<_tooltip>Import a MusicXml file</_tooltip>
</row>
<row type="builtin">
<action>AddStaffs</action>
<menupath>MainMenu/FileMenu/OpenMenu</menupath>
<_label>Add Staffs</_label>
<_tooltip>Add staffs from a Denemo file</_tooltip>
</row>
<row type="builtin">
<action>AddMovements</action>
<menupath>MainMenu/FileMenu/OpenMenu</menupath>
<_label>Add Movement</_label>
<_tooltip>Add movements from a Denemo file</_tooltip>
</row>
<row type="builtin">
<action>MovementProps</action>
<_label>Change Properties</_label>
<_tooltip>Change properties of this movement</_tooltip>
</row>
<row type="builtin">
<action>OpenNewWindow</action>
<menupath>MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open In New</_label>
<_tooltip>Open a file containing a music score for editing in a separate working area (tab)</_tooltip>
</row>
<row type="builtin">
<action>Save</action>
<menupath>MainMenu/FileMenu/SaveMenu</menupath>
<_label>Save</_label>
<_tooltip>Save the score. The score is saved to disk in XML format.</_tooltip>
</row>
<row type="builtin">
<action>SaveAs</action>
<menupath>MainMenu/FileMenu/SaveMenu</menupath>
<_label>Save As</_label>
<_tooltip>Save the score under a new name</_tooltip>
</row>
<row type="builtin">
<action>SaveCopy</action>
<menupath>MainMenu/FileMenu/SaveMenu</menupath>
<_label>Create Copy</_label>
<_tooltip>Save a copy of the score</_tooltip>
</row>
<row type="builtin">
<action>OpenTemplate</action>
<menupath>MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open Template</_label>
<_tooltip>Start a new score from a built-in template file</_tooltip>
</row>
<row type="builtin">
<action>OpenExample</action>
<menupath>MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open Example</_label>
<_tooltip>Start a new score from a built-in example</_tooltip>
</row>
<row type="builtin">
<action>OpenMyTemplate</action>
<menupath>MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open Custom Template</_label>
<_tooltip>Start a new score from one of your own template files</_tooltip>
</row>
<row type="builtin">
<action>SaveTemplate</action>
<menupath>MainMenu/FileMenu/SaveMenu</menupath>
<_label>Save Template</_label>
<_tooltip>Save the score as a template for re-use as a starting point for new scores</_tooltip>
</row>
<row type="builtin">
<action>NewWindow</action>
<menupath>MainMenu/FileMenu</menupath>
<_label>New Tab</_label>
<_tooltip>Create working area (tab with an empty score in it)</_tooltip>
</row>
<row type="builtin">
<action>InsertMovementBefore</action>
<menupath>ObjectMenu/MovementMenu/InsertMovement</menupath>
<_label>Insert Movement Before</_label>
<_tooltip>Insert a new movement before the current one</_tooltip>
</row>
<row type="builtin">
<action>InsertMovementAfter</action>
<menupath>ObjectMenu/MovementMenu/InsertMovement</menupath>
<_label>Insert Movement After</_label>
<_tooltip>Insert a new movement after the current one</_tooltip>
</row>
<row type="builtin">
<action>NewMovement</action>
<menupath>ObjectMenu/MovementMenu/InsertMovement</menupath>
<_label>New Movement</_label>
<_tooltip>Create a new movement, using any default template</_tooltip>
</row>
<row type="builtin">
<action>SaveParts</action>
<menupath>MainMenu/FileMenu/SaveMenu</menupath>
<_label>Save Parts</_label>
<_tooltip>Save Parts: each staff becomes a file in lilypond format</_tooltip>
</row>
<row type="builtin">
<action>ExportMUDELA</action>
<menupath>MainMenu/FileMenu/Export</menupath>
<_label>Export Lilypond</_label>
<_tooltip>Export the score as a lilypond file</_tooltip>
</row>
<row type="builtin">
<action>ExportPDF</action>
<menupath>MainMenu/FileMenu/Export</menupath>
<_label>Export PDF</_label>
<_tooltip>Export the score as a PDF document file</_tooltip>
</row>
<row type="builtin">
<action>ExportPNG</action>
<menupath>MainMenu/FileMenu/Export</menupath>
<_label>Export Score as PNG</_label>
<_tooltip>Export the score as a PNG image file</_tooltip>
</row>
<row type="builtin">
<action>ExportMIDI</action>
<menupath>MainMenu/FileMenu/Export</menupath>
<_label>Export MIDI</_label>
<_tooltip>Export the score as a MIDI file</_tooltip>
</row>
<row type="builtin">
<action>PrintView</action>
<menupath>MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Preview</_label>
<_tooltip>Typesets the score
If you have a score layout selected it will use that
otherwise all movements staffs and lyrics are typeset by default.
Be patient! It takes time to create a beautifully laid out score.
Once complete you can view and then send to your printer or to a file as a .pdf document.</_tooltip>
</row>
<row type="builtin">
<action>PrintSelection</action>
<menupath>MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Selection</_label>
<_tooltip>Displays selected music from score in your pdf viewer</_tooltip>
</row>
<row type="builtin">
<action>PrintExcerptPreview</action>
<menupath>MainMenu/FileMenu/Export</menupath>
<_label>Export Selection as PNG</_label>
<_tooltip>Displays a musical excerpt in your image viewer</_tooltip>
</row>
<row type="builtin">
<action>PrintMovement</action>
<menupath>MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Movement</_label>
<_tooltip>Typesets the current movement and opens a print dialog</_tooltip>
</row>
<row type="builtin">
<action>Print</action>
<menupath>MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print</_label>
<_tooltip>Typesets the score using LilyPond and opens a print dialog</_tooltip>
</row>
<row type="builtin">
<action>PrintPart</action>
<menupath>MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Part</_label>
<_tooltip>Typesets the current part (the one containing the cursor).</_tooltip>
</row>
<row type="builtin">
<action>Close</action>
<menupath>MainMenu/FileMenu</menupath>
<_label>Close Score</_label>
<_tooltip>Close the current score. Other scores (tabs) will stay open</_tooltip>
</row>
<row type="builtin">
<action>Quit</action>
<menupath>MainMenu/FileMenu</menupath>
<_label>Quit</_label>
<_tooltip>Quit the Denemo program - closes tabs one at a time.</_tooltip>
</row>
<row type="builtin">
<action>Undo</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Undo</_label>
<_tooltip>Undoes one (more) step of your edits to the current score.</_tooltip>
</row>
<row type="builtin">
<action>Redo</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Redo</_label>
<_tooltip>Redoes the next of the steps you have Undone</_tooltip>
</row>
<row type="builtin">
<action>Copy</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Copy</_label>
<_tooltip>Copy the music selected to the Denemo clipboard</_tooltip>
</row>
<row type="builtin">
<action>Cut</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Cut</_label>
<_tooltip>Cut the music selected to the Denemo clipboard</_tooltip>
</row>
<row type="builtin">
<action>Paste</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Paste</_label>
<_tooltip>Paste the Denemo clipboard into the score where the cursor is positioned</_tooltip>
</row>
<row type="builtin">
<action>PasteClipboard</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Paste LilyPond notes</_label>
<_tooltip>Paste LilyPond notes from the text clipboard
This will import music written as LilyPond syntax
You open the LilyPond file in a texteditor, copy the stretch of notes (control-c command in your texteditor usually) and then use this command.</_tooltip>
</row>
<row type="builtin">
<action>PasteComment</action>
<after>PasteClipboard</after>
<menupath>MainMenu/EditMenu</menupath>
<_label>Paste a Comment</_label>
<_tooltip>Paste the text clipboard as a comment inserted at the cursor.</_tooltip>
</row>
<row type="builtin">
<action>ScoreProperties</action>
<_label>Score Properties</_label>
<_tooltip>Change built-in properties of the current score. This will start up a dialog window</_tooltip>
</row>
<row type="builtin">
<action>SaveSelection</action>
<_label>Save Selection</_label>
<_tooltip>Save the selected music. Not sure if this is working</_tooltip>
</row>
<row type="builtin">
<action>Preferences</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Change Preferences</_label>
<_tooltip>Set and save your preferences for how Denemo operates on startup.
Advanced users can edit .denemo-XXXX/denemorc for missing ones</_tooltip>
</row>
<row type="builtin">
<action>SaveAccels</action>
<_label>Save Command Set</_label>
<_tooltip>Save the current commands and keyboard shortcuts as the default</_tooltip>
</row>
<row type="builtin">
<action>CommandManagement</action>
<_label>Manage Command Set</_label>
<_tooltip>View help, change and save keyboard shortcuts</_tooltip>
</row>
<row type="builtin">
<action>SwapStaffs</action>
<menupath>ObjectMenu/StaffMenu</menupath>
<_label>Swap Staffs</_label>
<_tooltip>Swap this staff with the one higher up.
Be aware that if you have inserted directives to move a voice to another staff
these may need re-making.</_tooltip>
</row>
<row type="builtin">
<action>SplitVoices</action>
<menupath>ObjectMenu/StaffMenu/Voices</menupath>
<_label>Split Voices</_label>
<_tooltip>Split off the next voice as a separate staff</_tooltip>
</row>
<row type="builtin">
<action>JoinVoices</action>
<menupath>ObjectMenu/StaffMenu/Voices</menupath>
<_label>Join Voices</_label>
<_tooltip>Merge this staff as a voice on the previous staff</_tooltip>
</row>
<row type="builtin">
<action>SwapMovements</action>
<menupath>ObjectMenu/MovementMenu</menupath>
<_label>Swap Movements</_label>
<_tooltip>Swap this movement with the one before</_tooltip>
</row>
<row type="builtin">
<action>VoiceUp</action>
<menupath>MainMenu/EditMenu/Select/ExtendSelect</menupath>
<_label>Selection Voice Up</_label>
<_tooltip>Go to the higher numbered voice on staff, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>VoiceDown</action>
<menupath>MainMenu/EditMenu/Select/ExtendSelect</menupath>
<_label>Selection Voice Down</_label>
<_tooltip>Go to the lower numbered voice on this staff, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>MoveToVoiceUp</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move to Voice Up</_label>
<_tooltip>Go to the higher numbered voice on staff without altering selection</_tooltip>
</row>
<row type="builtin">
<action>MoveToVoiceDown</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move to Voice Down</_label>
<_tooltip>Go to the lower numbered voice on this staff without altering selection</_tooltip>
</row>
<row type="builtin">
<action>AddBefore</action>
<menupath>ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add Staff Before</_label>
<_tooltip>Inserts a new staff before the current staff</_tooltip>
</row>
<row type="builtin">
<action>AddAfter</action>
<menupath>ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add Staff After</_label>
<_tooltip>Inserts/Adds a new staff after the current staff</_tooltip>
</row>
<row type="builtin">
<action>AddInitial</action>
<menupath>ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add Initial Staff</_label>
<_tooltip>Inserts a new staff at the top of the score</_tooltip>
</row>
<row type="builtin">
<action>AddLast</action>
<menupath>ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add Last Staff</_label>
<_tooltip>Inserts a new staff at the end of the score</_tooltip>
</row>
<row type="builtin">
<action>DeleteBefore</action>
<_label>Delete Staff Before</_label>
<_tooltip>Deletes the staff before the current staff</_tooltip>
</row>
<row type="builtin">
<action>DeleteStaff</action>
<menupath>ObjectMenu/StaffMenu</menupath>
<_label>Delete Current Staff</_label>
<_tooltip>Deletes the current staff</_tooltip>
</row>
<row type="builtin">
<action>DeleteAfter</action>
<_label>Delete Staff After</_label>
<_tooltip>Deletes the staff after the current staff</_tooltip>
</row>
<row type="builtin">
<action>AddVoice</action>
<_label>Add Voice</_label>
<_tooltip>Adds a new voice (part), to the current staff. It is tricky to switch between the voices. Suggest to use merge staffs</_tooltip>
</row>
<row type="builtin">
<action>StaffProperties</action>
<menupath>ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Built-in Staff Properties</_label>
<_tooltip>Change the built-in properties of the current staff</_tooltip>
</row>
<row type="builtin">
<action>InitialClef</action>
<menupath>ObjectMenu/ClefMenu</menupath>
<_label>Initial Clef</_label>
<_tooltip>Change the initial clef of the current staff</_tooltip>
</row>
<row type="builtin">
<action>InsertClef</action>
<menupath>ObjectMenu/ClefMenu</menupath>
<_label>Clef Change</_label>
<_tooltip>Insert/Edit a change of clef at the cursor</_tooltip>
</row>
<row type="builtin">
<action>InitialKey</action>
<menupath>ObjectMenu/Key</menupath>
<_label>Initial Key</_label>
<_tooltip>Set the initial key signature of the current staff</_tooltip>
</row>
<row type="builtin">
<action>InsertKey</action>
<menupath>ObjectMenu/Key</menupath>
<_label>Key Signature Change</_label>
<_tooltip>Insert/Edit a key change at the cursor position</_tooltip>
</row>
<row type="builtin">
<action>InitialTimeSig</action>
<menupath>ObjectMenu/TimeSig</menupath>
<_label>Inital Time Signature</_label>
<_tooltip>Set the initial time signature of the current staff</_tooltip>
</row>
<row type="builtin">
<action>InsertTimeSig</action>
<menupath>ObjectMenu/TimeSig</menupath>
<_label>Time Signature Change</_label>
<_tooltip>Edit/Insert a time signature change for the current measure</_tooltip>
</row>
<row type="builtin">
<action>ChangeNotehead</action>
<menupath>ObjectMenu/NotesRests/NoteheadControl</menupath>
<_label>Set Notehead</_label>
<_tooltip>Change the type of notehead for the current note</_tooltip>
</row>
<row type="builtin">
<action>InsertStem</action>
<menupath>ObjectMenu/NotesRests/StemControl</menupath>
<_label>Auto Stemming</_label>
<_tooltip>Inserts a stem neutral object. After this automatic stem directions are active. You can click on this tag and use Sharpen/StemUp etc commands to change stem direction</_tooltip>
</row>
<row type="builtin">
<action>AddVerse</action>
<menupath>ObjectMenu/Lyrics</menupath>
<_label>Add Lyric Verse</_label>
<_tooltip>Add a verse of lyrics</_tooltip>
</row>
<row type="builtin">
<action>DeleteVerse</action>
<menupath>ObjectMenu/Lyrics</menupath>
<_label>Delete Verse</_label>
<_tooltip>Deletes current verse of lyrics from current voice</_tooltip>
</row>
<row type="builtin">
<action>EditFiguredBass</action>
<menupath>ObjectMenu/NotesRests/Markings/FiguredBass</menupath>
<_label>Insert/Edit Figured Bass</_label>
<_tooltip>Add a bass figure to the current note. Use | sign to split the duration of a note so as to have multiple figures on one note. See Lilypond docs for other notation</_tooltip>
</row>
<row type="builtin">
<action>DeleteFiguredBass</action>
<menupath>ObjectMenu/NotesRests/Markings/FiguredBass</menupath>
<_label>Delete Figures</_label>
<_tooltip>Delete the figured bass on the current staff</_tooltip>
</row>
<row type="builtin">
<action>DeleteChordSymbols</action>
<menupath>ObjectMenu/NotesRests/Markings/ChordSymbols</menupath>
<_label>Delete Chord Symbols</_label>
<_tooltip>Delete the chord symbols on the current staff</_tooltip>
</row>
<row type="builtin">
<action>HideFiguredBass</action>
<menupath>ObjectMenu/NotesRests/Markings/FiguredBass</menupath>
<_label>Hide Figures (Print)</_label>
<_tooltip>Hide the figured bass on the current staff on printing</_tooltip>
</row>
<row type="builtin">
<action>ShowFiguredBass</action>
<menupath>ObjectMenu/NotesRests/Markings/FiguredBass</menupath>
<_label>Show Figures (Print)</_label>
<_tooltip>Show the figured bass on the current staff on printing</_tooltip>
</row>
<row type="builtin">
<action>EditChords</action>
<menupath>ObjectMenu/NotesRests/Markings/ChordSymbols</menupath>
<_label>Edit Chord Symbols</_label>
<_tooltip>Allows chord symbols to be added to the current note. E.G.cis:dim7 for c-sharp diminished 7th. See Lilypond docs for notation</_tooltip>
</row>
<row type="builtin">
<action>EditObject</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Edit at Cursor</_label>
<_tooltip>Edit in the context of the object at the cursor.</_tooltip>
</row>
<row type="builtin">
<action>EditCursorObject</action>
<menupath>MainMenu/EditMenu</menupath>
<_label>Run Object Editor</_label>
<_tooltip>Opens a dialog to edit the object at the cursor.</_tooltip>
</row>
<row type="builtin">
<action>EditScoreProperties</action>
<menupath>ObjectMenu/Score</menupath>
<_label>Score Properties Editor</_label>
<_tooltip>Opens a dialog to edit the score properties.</_tooltip>
</row>
<row type="builtin">
<action>EditMovementProperties</action>
<menupath>ObjectMenu/MovementMenu</menupath>
<_label>Movement Properties Editor</_label>
<_tooltip>Opens a dialog to edit the movement properties.</_tooltip>
</row>
<row type="builtin">
<action>EditStaffProperties</action>
<menupath>ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Staff Properties Editor</_label>
<_tooltip>Opens a dialog to edit the current staff properties.</_tooltip>
</row>
<row type="builtin">
<action>EditVoiceProperties</action>
<menupath>ObjectMenu/StaffMenu/Voices</menupath>
<_label>Voice Properties Editor</_label>
<_tooltip>Opens a dialog to edit the voice properties of the current staff.</_tooltip>
</row>
<row type="builtin">
<action>EditDirective</action>
<_label>Edit Directives</_label>
<_tooltip>Edit any directives attached to chord/note at cursor.</_tooltip>
</row>
<row type="builtin">
<action>EditStaffDirective</action>
<menupath>ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Edit Staff Directives</_label>
<_tooltip>Edit any directives attached to staff.</_tooltip>
</row>
<row type="builtin">
<action>EditVoiceDirective</action>
<menupath>ObjectMenu/StaffMenu/Voices</menupath>
<_label>Edit Voice Directives</_label>
<_tooltip>Edit any directives attached to voice.</_tooltip>
</row>
<row type="builtin">
<action>EditScoreDirective</action>
<_label>Edit Score Directives</_label>
<_tooltip>Edit any directives attached to score.</_tooltip>
</row>
<row type="builtin">
<action>EditMovementDirective</action>
<_label>Edit Movement Directives</_label>
<_tooltip>Edit any directives attached to movement.</_tooltip>
</row>
<row type="builtin">
<action>EditClefDirective</action>
<_label>Edit Clef Directives</_label>
<_tooltip>Edit any directives attached to clef.</_tooltip>
</row>
<row type="builtin">
<action>EditTimesigDirective</action>
<_label>Edit Time Signature Directives</_label>
<_tooltip>Edit any directives attached to time signature.</_tooltip>
</row>
<row type="builtin">
<action>EditKeysigDirective</action>
<_label>Edit Key Signature Directives</_label>
<_tooltip>Edit any directives attached to key signature.</_tooltip>
</row>
<row type="builtin">
<action>DeleteDirective</action>
<_label>Delete a Directive</_label>
<_tooltip>Delete a directive attached to chord/note at cursor.</_tooltip>
</row>
<row type="builtin">
<action>GoToMeasure</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Go to Measure</_label>
<_tooltip>Opens a dialog for going to a numbered measure</_tooltip>
</row>
<row type="builtin">
<action>GoToBeginning</action>
<menupath>MainMenu/EditMenu/Select/ExtendSelect</menupath>
<_label>Go to Beginning</_label>
<_tooltip>Cursor to start of staff/voice, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>GoToEnd</action>
<menupath>MainMenu/EditMenu/Select/ExtendSelect</menupath>
<_label>Go to End</_label>
<_tooltip>Cursor to end of staff/voice, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>MoveToBeginning</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move to Staff/Voice Beginning</_label>
<_tooltip>Cursor to start of staff/voice, without extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>MoveToEnd</action>
<menupath>MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move to Staff/Voice End</_label>
<_tooltip>Cursor to end of staff/voice, without extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>NextMovement</action>
<menupath>ObjectMenu/MovementMenu</menupath>
<_label>Next Movement</_label>
<_tooltip>Go to the next movement</_tooltip>
</row>
<row type="builtin">
<action>PreviousMovement</action>
<menupath>ObjectMenu/MovementMenu</menupath>
<_label>Previous Movement</_label>
<_tooltip>Go to the previous movement</_tooltip>
</row>
<row type="builtin">
<action>DeleteMovement</action>
<menupath>ObjectMenu/MovementMenu</menupath>
<_label>Delete Movement</_label>
<_tooltip>Delete the current movement</_tooltip>
</row>
<row type="builtin">
<action>Play</action>
<menupath>MainMenu/PlaybackMenu</menupath>
<_label>Play</_label>
<_tooltip>Playback from start marker to end marker (Set these markers in the playback controls)</_tooltip>
</row>
<row type="builtin">
<action>Stop</action>
<menupath>MainMenu/PlaybackMenu</menupath>
<_label>Stop</_label>
<_tooltip>Stop Playback</_tooltip>
</row>
<row type="builtin">
<action>PlaybackProperties</action>
<_label>Playback Properties</_label>
<_tooltip>Allows you to specify properties used in playing back (midi)</_tooltip>
</row>
<row type="builtin">
<action>Help</action>
<menupath>MainMenu/HelpMenu</menupath>
<_label>Browse Manual</_label>
<_tooltip>Opens a browser on the user manual</_tooltip>
</row>
<row type="builtin">
<action>About</action>
<menupath>MainMenu/HelpMenu</menupath>
<_label>About</_label>
<_tooltip>Gives the version number etc of this program</_tooltip>
</row>
<row type="builtin">
<action>Shortcuts</action>
<menupath>MainMenu/HelpMenu</menupath>
<_label>Shortcuts</_label>
<_tooltip>Gives a list of shortcuts currently available. Explains how to set them too.</_tooltip>
</row>
<row type="builtin">
<action>MoreCommands</action>
<menupath>MainMenu/MoreMenu</menupath>
<_label>More Commands</_label>
<_tooltip>Allows choosing standard extra commands/menu items</_tooltip>
</row>
<row type="builtin">
<action>MyCommands</action>
<menupath>MainMenu/MoreMenu</menupath>
<_label>My Commands</_label>
<_tooltip>Allows choosing extra commands/menu items from your own collection of extras</_tooltip>
</row>
<row type="builtin">
<action>FetchCommands</action>
<_label>Update Commands from Internet</_label>
<_tooltip>Refreshes the set of commands available from Denemo.org.
Use More Commands after this has finished</_tooltip>
</row>
<row type="builtin">
<action>ToggleEdit</action>
<_label>Toggle Edit Mode</_label>
<_tooltip>Toggle between current mode and edit mode</_tooltip>
</row>
<row type="builtin">
<action>ToggleRest</action>
<_label>Toggle Rest Mode</_label>
<_tooltip>Toggle between note entry and rest entry</_tooltip>
</row>
<row type="builtin">
<action>ToggleRhythm</action>
<_label>Toggle Audible Feedback</_label>
<_tooltip>Toggle audible feedback on/off</_tooltip>
</row>
<row type="builtin">
<action>ClearOverlay</action>
<menupath>MainMenu/EditMenu/Delete</menupath>
<_label>Clear Overlay</_label>
<_tooltip>Clear the list of pitches that overlay the notes</_tooltip>
</row>
<row type="builtin">
<action>CreateRhythm</action>
<_label>Create Snippet</_label>
<_tooltip>Copy selection as music snippet or rhythm pattern for notes to follow as they are entered</_tooltip>
</row>
<row type="builtin">
<action>DeleteRhythm</action>
<_label>Delete Snippet</_label>
<_tooltip>Delete the selected music snippet/rhythm pattern</_tooltip>
</row>
<row type="builtin">
<action>InsertA</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Insert A</_label>
<_tooltip>Inserts note A before note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddNoteA</action>
<_label>Insert A After</_label>
<_tooltip>Inserts note A after note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddA</action>
<menupath>ObjectMenu/ChordMenu/ChordNoteMenu</menupath>
<_label>Add A</_label>
<_tooltip>Adds note A to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>ChangeToA</action>
<_label>Change to A</_label>
<_tooltip>Changes note at cursor to nearest note A
Rhythm is unchanged</_tooltip>
</row>
<row type="builtin">
<action>MoveToA</action>
<menupath>MainMenu/NavigationMenu/Cursor/CursorToNote</menupath>
<_label>Move to A</_label>
<_tooltip>Moves cursor to nearest note A</_tooltip>
</row>
<row type="builtin">
<action>InsertB</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Insert B</_label>
<_tooltip>Inserts note B before note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddNoteB</action>
<_label>Insert B After</_label>
<_tooltip>Inserts note B after note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddB</action>
<menupath>ObjectMenu/ChordMenu/ChordNoteMenu</menupath>
<_label>Add B</_label>
<_tooltip>Adds note B to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>ChangeToB</action>
<_label>Change to B</_label>
<_tooltip>Changes note at cursor to nearest note B
Rhythm is unchanged</_tooltip>
</row>
<row type="builtin">
<action>MoveToB</action>
<menupath>MainMenu/NavigationMenu/Cursor/CursorToNote</menupath>
<_label>Move to B</_label>
<_tooltip>Moves cursor to nearest note B</_tooltip>
</row>
<row type="builtin">
<action>InsertC</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Insert C</_label>
<_tooltip>Inserts note C before note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddNoteC</action>
<_label>Insert C After</_label>
<_tooltip>Inserts note C after note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddC</action>
<menupath>ObjectMenu/ChordMenu/ChordNoteMenu</menupath>
<_label>Add C</_label>
<_tooltip>Adds note C to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>ChangeToC</action>
<_label>Change to C</_label>
<_tooltip>Changes note at cursor to nearest note C
Rhythm is unchanged</_tooltip>
</row>
<row type="builtin">
<action>MoveToC</action>
<menupath>MainMenu/NavigationMenu/Cursor/CursorToNote</menupath>
<_label>Move to C</_label>
<_tooltip>Moves cursor to nearest note C</_tooltip>
</row>
<row type="builtin">
<action>InsertD</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Insert D</_label>
<_tooltip>Inserts note D before note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddNoteD</action>
<_label>Insert D After</_label>
<_tooltip>Inserts note D after note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddD</action>
<menupath>ObjectMenu/ChordMenu/ChordNoteMenu</menupath>
<_label>Add D</_label>
<_tooltip>Adds note D to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>ChangeToD</action>
<_label>Change to D</_label>
<_tooltip>Changes note at cursor to nearest note D
Rhythm is unchanged</_tooltip>
</row>
<row type="builtin">
<action>MoveToD</action>
<menupath>MainMenu/NavigationMenu/Cursor/CursorToNote</menupath>
<_label>Move to D</_label>
<_tooltip>Moves cursor to nearest note D</_tooltip>
</row>
<row type="builtin">
<action>InsertE</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Insert E</_label>
<_tooltip>Inserts note E before note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddNoteE</action>
<_label>Insert E After</_label>
<_tooltip>Inserts note E after note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddE</action>
<menupath>ObjectMenu/ChordMenu/ChordNoteMenu</menupath>
<_label>Add E</_label>
<_tooltip>Adds note E to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>ChangeToE</action>
<_label>Change to E</_label>
<_tooltip>Changes note at cursor to nearest note E
Rhythm is unchanged</_tooltip>
</row>
<row type="builtin">
<action>MoveToE</action>
<menupath>MainMenu/NavigationMenu/Cursor/CursorToNote</menupath>
<_label>Move to E</_label>
<_tooltip>Moves cursor to nearest note E</_tooltip>
</row>
<row type="builtin">
<action>InsertF</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Insert F</_label>
<_tooltip>Inserts note F before note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddNoteF</action>
<_label>Insert F After</_label>
<_tooltip>Inserts note F after note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddF</action>
<menupath>ObjectMenu/ChordMenu/ChordNoteMenu</menupath>
<_label>Add F</_label>
<_tooltip>Adds note F to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>ChangeToF</action>
<_label>Change to F</_label>
<_tooltip>Changes note at cursor to nearest note F
Rhythm is unchanged</_tooltip>
</row>
<row type="builtin">
<action>MoveToF</action>
<menupath>MainMenu/NavigationMenu/Cursor/CursorToNote</menupath>
<_label>Move to F</_label>
<_tooltip>Moves cursor to nearest note F</_tooltip>
</row>
<row type="builtin">
<action>InsertG</action>
<menupath>ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Insert G</_label>
<_tooltip>Inserts note G before note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddNoteG</action>
<_label>Insert G After</_label>
<_tooltip>Inserts note G after note at cursor
Cursor determines which octave
Note is inserted in the prevailing rhythm</_tooltip>
</row>
<row type="builtin">
<action>AddG</action>
<menupath>ObjectMenu/ChordMenu/ChordNoteMenu</menupath>
<_label>Add G</_label>
<_tooltip>Adds note G to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>ChangeToG</action>
<_label>Change to G</_label>
<_tooltip>Changes note at cursor to nearest note G
Rhythm is unchanged</_tooltip>
</row>
<row type="builtin">
<action>MoveToG</action>
<menupath>MainMenu/NavigationMenu/Cursor/CursorToNote</menupath>
<_label>Move to G</_label>
<_tooltip>Moves cursor to nearest note G</_tooltip>
</row>
<row type="builtin">
<action>0</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert/Append a 𝅝</_label>
<_tooltip>When appending, appends a 𝅝
With the cursor on a note inserts a 𝅝 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change0</action>
<_label>Change to 𝅝</_label>
<_tooltip>Change the current note to a 𝅝</_tooltip>
</row>
<row type="builtin">
<action>Insert0</action>
<menupath>ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>𝅝</_label>
<_tooltip>Insert a 𝅝</_tooltip>
</row>
<row type="builtin">
<action>InsertRest0</action>
<_label>Insert a 𝄻</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅝</_tooltip>
</row>
<row type="builtin">
<action>Set0</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Set Prevailing Duration to 𝅝</_label>
<_tooltip>Set the prevailing duration to 𝅝 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="builtin">
<action>1</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert/Append a 𝅗𝅥</_label>
<_tooltip>When appending, appends a 𝅗𝅥
With the cursor on a note inserts a 𝅗𝅥 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change1</action>
<_label>Change to 𝅗𝅥</_label>
<_tooltip>Change the current note to a 𝅗𝅥</_tooltip>
</row>
<row type="builtin">
<action>Insert1</action>
<menupath>ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>𝅗𝅥</_label>
<_tooltip>Insert a 𝅗𝅥</_tooltip>
</row>
<row type="builtin">
<action>InsertRest1</action>
<_label>Insert a 𝄼</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅗𝅥</_tooltip>
</row>
<row type="builtin">
<action>Set1</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Set Prevailing Duration to 𝅗𝅥</_label>
<_tooltip>Set the prevailing duration to 𝅗𝅥 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="builtin">
<action>2</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert/Append a 𝅘𝅥</_label>
<_tooltip>When appending, appends a 𝅘𝅥
With the cursor on a note inserts a 𝅘𝅥 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change2</action>
<_label>Change to 𝅘𝅥</_label>
<_tooltip>Change the current note to a 𝅘𝅥</_tooltip>
</row>
<row type="builtin">
<action>Insert2</action>
<menupath>ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>𝅘𝅥</_label>
<_tooltip>Insert a 𝅘𝅥</_tooltip>
</row>
<row type="builtin">
<action>InsertRest2</action>
<_label>Insert a 𝄽</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅘𝅥</_tooltip>
</row>
<row type="builtin">
<action>Set2</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Set Prevailing Duration to 𝅘𝅥</_label>
<_tooltip>Set the prevailing duration to 𝅘𝅥 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="builtin">
<action>3</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert/Append a 𝅘𝅥𝅮</_label>
<_tooltip>When appending, appends a 𝅘𝅥𝅮
With the cursor on a note inserts a 𝅘𝅥𝅮 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change3</action>
<_label>Change to 𝅘𝅥𝅮</_label>
<_tooltip>Change the current note to a 𝅘𝅥𝅮</_tooltip>
</row>
<row type="builtin">
<action>Insert3</action>
<menupath>ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>𝅘𝅥𝅮</_label>
<_tooltip>Insert a 𝅘𝅥𝅮</_tooltip>
</row>
<row type="builtin">
<action>InsertRest3</action>
<_label>Insert a 𝄾</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅘𝅥𝅮</_tooltip>
</row>
<row type="builtin">
<action>Set3</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Set Prevailing Duration to 𝅘𝅥𝅮</_label>
<_tooltip>Set the prevailing duration to 𝅘𝅥𝅮 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="builtin">
<action>4</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert/Append a 𝅘𝅥𝅯</_label>
<_tooltip>When appending, appends a 𝅘𝅥𝅯
With the cursor on a note inserts a 𝅘𝅥𝅯 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change4</action>
<_label>Change to 𝅘𝅥𝅯</_label>
<_tooltip>Change the current note to a 𝅘𝅥𝅯</_tooltip>
</row>
<row type="builtin">
<action>Insert4</action>
<menupath>ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>𝅘𝅥𝅯</_label>
<_tooltip>Insert a 𝅘𝅥𝅯</_tooltip>
</row>
<row type="builtin">
<action>InsertRest4</action>
<_label>Insert a 𝄿</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅘𝅥𝅯</_tooltip>
</row>
<row type="builtin">
<action>Set4</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Set Prevailing Duration to 𝅘𝅥𝅯</_label>
<_tooltip>Set the prevailing duration to 𝅘𝅥𝅯 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="builtin">
<action>5</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert/Append a 𝅘𝅥𝅰</_label>
<_tooltip>When appending, appends a 𝅘𝅥𝅰
With the cursor on a note inserts a 𝅘𝅥𝅰 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change5</action>
<_label>Change to 𝅘𝅥𝅰</_label>
<_tooltip>Change the current note to a 𝅘𝅥𝅰</_tooltip>
</row>
<row type="builtin">
<action>Insert5</action>
<menupath>ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>𝅘𝅥𝅰</_label>
<_tooltip>Insert a 𝅘𝅥𝅰</_tooltip>
</row>
<row type="builtin">
<action>InsertRest5</action>
<_label>Insert a 𝅀</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅘𝅥𝅰</_tooltip>
</row>
<row type="builtin">
<action>Set5</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Set Prevailing Duration to 𝅘𝅥𝅰</_label>
<_tooltip>Set the prevailing duration to 𝅘𝅥𝅰 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="builtin">
<action>6</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert/Append a 𝅘𝅥𝅱</_label>
<_tooltip>When appending, appends a 𝅘𝅥𝅱
With the cursor on a note inserts a 𝅘𝅥𝅱 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change6</action>
<_label>Change to 𝅘𝅥𝅱</_label>
<_tooltip>Change the current note to a 𝅘𝅥𝅱</_tooltip>
</row>
<row type="builtin">
<action>Insert6</action>
<menupath>ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>𝅘𝅥𝅱</_label>
<_tooltip>Insert a 𝅘𝅥𝅱</_tooltip>
</row>
<row type="builtin">
<action>InsertRest6</action>
<_label>Insert a 𝅁</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅘𝅥𝅱</_tooltip>
</row>
<row type="builtin">
<action>Set6</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Set Prevailing Duration to 𝅘𝅥𝅱</_label>
<_tooltip>Set the prevailing duration to 𝅘𝅥𝅱 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="builtin">
<action>7</action>
<menupath>ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Insert/Append a 𝅘𝅥𝅲</_label>
<_tooltip>When appending, appends a 𝅘𝅥𝅲
With the cursor on a note inserts a 𝅘𝅥𝅲 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change7</action>
<_label>Change to 𝅘𝅥𝅲</_label>
<_tooltip>Change the current note to a 𝅘𝅥𝅲</_tooltip>
</row>
<row type="builtin">
<action>Insert7</action>
<menupath>ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>𝅘𝅥𝅲</_label>
<_tooltip>Insert a 𝅘𝅥𝅲</_tooltip>
</row>
<row type="builtin">
<action>InsertRest7</action>
<_label>Insert a 𝅂</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅘𝅥𝅲</_tooltip>
</row>
<row type="builtin">
<action>Set7</action>
<menupath>ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Set Prevailing Duration to 𝅘𝅥𝅲</_label>
<_tooltip>Set the prevailing duration to 𝅘𝅥𝅲 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="builtin">
<action>8</action>
<_label>Insert/Append a 𝅥</_label>
<_tooltip>When appending, appends a 𝅥
With the cursor on a note inserts a 𝅥 before the current note
If MIDI-in is active, the note will be pitchless (displays yellow, percussion-sounding)
- the MIDI keyboard will provide the pitch. Changes prevailing duration.</_tooltip>
</row>
<row type="builtin">
<action>Change8</action>
<_label>Change to 𝅥</_label>
<_tooltip>Change the current note to a 𝅥</_tooltip>
</row>
<row type="builtin">
<action>Insert8</action>
<_label>𝅥</_label>
<_tooltip>Insert a 𝅥</_tooltip>
</row>
<row type="builtin">
<action>InsertRest8</action>
<_label>Insert a 𝅃</_label>
<_tooltip>Inserts a rest at cursor position
Sets prevailing rhythm to 𝅥</_tooltip>
</row>
<row type="builtin">
<action>Set8</action>
<_label>Set Prevailing Duration to 𝅥</_label>
<_tooltip>Set the prevailing duration to 𝅥 (subsequent notes entered will have this duration)</_tooltip>
</row>
<row type="scheme">
<action>MovementTitles</action>
<menupath>/ObjectMenu/MovementMenu/Titles/SimpleTitles</menupath>
<_label>Set Titles</_label>
<_tooltip>Set titles for this movement. The names of the various titles are just suggestions, any sort of title can be placed in any field. See the manual for the default positioning of each title.</_tooltip>
</row>
<row type="scheme">
<action>MovementComposer</action>
<menupath>/ObjectMenu/MovementMenu/Titles/SimpleTitles</menupath>
<_label>Composer</_label>
<_tooltip>Prints a composer name for current movement.</_tooltip>
</row>
<row type="scheme">
<action>HideMovement</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter</menupath>
<_label>(Print) Hide/Un-hide Movement</_label>
<_tooltip>Stops the current movement from being typeset. At least one movement must be typeset.</_tooltip>
</row>
<row type="scheme">
<action>HideBarlines</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter</menupath>
<_label>(Print) Hide Barlines</_label>
<_tooltip>Omits barlines when printing.</_tooltip>
</row>
<row type="scheme">
<action>DeleteCurrentStaff</action>
<after>DeleteStaff</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Delete Current Staff</_label>
<_tooltip>Deletes current staff (if the action is confirmed by the user).</_tooltip>
</row>
<row type="scheme">
<action>SlurLonga</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅛</_label>
<_tooltip>Inserts a 𝅛 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>SlurBreve</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅜</_label>
<_tooltip>Inserts a 𝅜 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>Slur0</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅝</_label>
<_tooltip>Inserts a 𝅝 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>Slur1</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅗𝅥</_label>
<_tooltip>Inserts a 𝅗𝅥 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>Slur2</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅘𝅥</_label>
<_tooltip>Inserts a 𝅘𝅥 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>Slur3</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅘𝅥𝅮</_label>
<_tooltip>Inserts a 𝅘𝅥𝅮 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>Slur4</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅘𝅥𝅯</_label>
<_tooltip>Inserts a 𝅘𝅥𝅯 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>Slur5</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅘𝅥𝅰</_label>
<_tooltip>Inserts a 𝅘𝅥𝅰 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>Slur6</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅘𝅥𝅱</_label>
<_tooltip>Inserts a 𝅘𝅥𝅱 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>Slur7</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurred</menupath>
<_label> ⏜ 𝅘𝅥𝅲</_label>
<_tooltip>Inserts a 𝅘𝅥𝅲 and slurs to it, extending previous slur.</_tooltip>
</row>
<row type="scheme">
<action>AutoAccidentals</action>
<after>TypesettingOff</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>(Print) Accidental Printing</_label>
<_tooltip>Prints accidentals according to a chosen style. Affects following notes only.</_tooltip>
</row>
<row type="scheme">
<action>Ambitus</action>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>(Print) Ambitus (On/Off)</_label>
<_tooltip>Toggle the ambitus engraver for this staff on or off</_tooltip>
</row>
<row type="scheme">
<action>CloseLilyBlock</action>
<menupath>/ObjectMenu/Directives/Typesetter/Transposition</menupath>
<_label>(Print) Close } a LilyPond Block</_label>
<_tooltip>Closes a LilyPond Block (there must be a matching open, {, earlier)</_tooltip>
</row>
<row type="scheme">
<action>HideClef</action>
<after>ClefChooser</after>
<menupath>/ObjectMenu/ClefMenu</menupath>
<_label>(Print) Hide</_label>
<_tooltip>On printing, omit the clef change at the cursor, or the initial clef if the cursor is not on a clef change.</_tooltip>
</row>
<row type="scheme">
<action>HideKeysig</action>
<after>InsertKey</after>
<menupath>/ObjectMenu/Key</menupath>
<_label>(Print) Hide</_label>
<_tooltip>On printing, omit the key signature change at the cursor, or the initial key signature if the cursor is not on a key signature change.</_tooltip>
</row>
<row type="scheme">
<action>HideTimesig</action>
<after>ChooseTimeSignature</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>(Print) Hide</_label>
<_tooltip>On printing, omit the time signature change at the cursor, or the initial time signature if the cursor is not on a time signature change.</_tooltip>
</row>
<row type="scheme">
<action>Hide</action>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>(Print) Hide Object</_label>
<_tooltip>Hides the object at cursor position with a lilypond directive. Currently only Notes and the three Signatures. No rests!</_tooltip>
</row>
<row type="scheme">
<action>SwitchMensuralBarlines</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter</menupath>
<_label>(Print) Mensural Barlines (On/Off)</_label>
<_tooltip>Draw the barlines only between the staves but not inside.</_tooltip>
</row>
<row type="scheme">
<action>Ornament</action>
<after>BreathMark</after>
<menupath>/ObjectMenu/Directives/Markings/Ornaments</menupath>
<_label>Insert/Edit Ornament</_label>
<_tooltip>Select an ornament to insert as an object at the cursor (it will be typeset on the following note), or edit the ornament already present. Ornament here includes accidentals to be placed over or under other ornaments, as well as multiple ornaments stacked on one note/chord.</_tooltip>
</row>
<row type="scheme">
<action>NoBarline</action>
<after>ClosingBarline</after>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>(Print) Omit Barline</_label>
<_tooltip>Skips the printing of any automatic barline here - allows line break.</_tooltip>
</row>
<row type="scheme">
<action>OpenOctaveDown</action>
<after>OpenOctaveUp</after>
<menupath>/ObjectMenu/Directives/Typesetter/Transposition</menupath>
<_label>(Print) Open { Octave Down</_label>
<_tooltip>Opens a block printing an octave lower: must be terminated with CloseLilyBlock</_tooltip>
</row>
<row type="scheme">
<action>OpenOctaveUp</action>
<menupath>/ObjectMenu/Directives/Typesetter/Transposition</menupath>
<_label>(Print) Open { Octave Up</_label>
<_tooltip>Opens a block to be transposed up one octave
This must be followed by a CloseBlock "}" to end the transposed section.</_tooltip>
</row>
<row type="scheme">
<action>SetBarNumber</action>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>(Print) Set Bar Number</_label>
<_tooltip>Enter a number to change the lilypond bar number. The printout will continue to count up from there.</_tooltip>
</row>
<row type="scheme">
<action>ShiftNext</action>
<after>Hide</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>(Print) Shift Object</_label>
<_tooltip>Asks for horizontal and vertical offsets and inserts a directive to displace the object at the cursor on printing.</_tooltip>
</row>
<row type="scheme">
<action>SingleDigitTimeSig</action>
<after>HideTimesig</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>(Print) Single Digit (On/Off)</_label>
<_tooltip>Makes the time signature at the cursor single digit; if no time signature at cursor applies to initial timesig of staff. Operates as On/Off toggle.</_tooltip>
</row>
<row type="scheme">
<action>FreeFermata</action>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>(Print) Standalone Fermata (for Barlines)</_label>
<_tooltip>Adds a standalone fermata which has no playback effect. Can be used to place a Fermata on a barline.</_tooltip>
</row>
<row type="scheme">
<action>UnHideNotes</action>
<after>HideNotes</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>(Print) Start Drawing Notes (Again)</_label>
<_tooltip>Reverts the "Stop drawing notes" command</_tooltip>
</row>
<row type="scheme">
<action>StartStaff</action>
<after>StopStaff</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>(Print) Start Drawing Staff (Again)</_label>
<_tooltip>Reverts the "Stop Drawing Staff" command</_tooltip>
</row>
<row type="scheme">
<action>HideNotes</action>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>(Print) Stop Drawing Notes</_label>
<_tooltip>Stops the Lilypond engraving of notes</_tooltip>
</row>
<row type="scheme">
<action>StopStaff</action>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>(Print) Stop Drawing Staff</_label>
<_tooltip>Stop drawing the staff and barlines in Lilypond. Notes are still drawn.</_tooltip>
</row>
<row type="scheme">
<action>TransposeStaffPrint</action>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>(Print) Transpose</_label>
<_tooltip>Prints this staff (only) transposed. This is in addition to any score-wide transposition</_tooltip>
</row>
<row type="scheme">
<action>MarkupSystemSpacingDist</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Markup to System Spacing</_label>
<_tooltip>Sets the basic distance between a (title or top-level) markup and the system that follows it.</_tooltip>
</row>
<row type="scheme">
<action>ScoreMarkupSpacingDist</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Score to Title Spacing</_label>
<_tooltip>Set the distance between the last system of a score and the (title or top-level) markup that follows it.</_tooltip>
</row>
<row type="scheme">
<action>SystemSystemSpacingDist</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>System to System Spacing</_label>
<_tooltip>Set the distance between systems.</_tooltip>
</row>
<row type="scheme">
<action>MarkupMarkupSpacingDist</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Title to Title Spacing</_label>
<_tooltip>Set the distance between two (title or top-level) markups.</_tooltip>
</row>
<row type="scheme">
<action>TopSystemSpacingDist</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Top to System Spacing</_label>
<_tooltip>Set the distance from the top of the printable area (i.e. the bottom of the top margin) to the first system on a page, when there is no (title or top-level) markup between the two.</_tooltip>
</row>
<row type="scheme">
<action>LastBottomSpacingDist</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Last System to Bottom Spacing</_label>
<_tooltip>Set the distance from the last system or top-level markup on a page to the bottom of the printable area (i.e. the top of the bottom margin).</_tooltip>
</row>
<row type="scheme">
<action>ScoreSystemSpacingDist</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Movement to First System Spacing</_label>
<_tooltip>Set the distance between the last system of a movement and the first system of the movement that follows it, when no (title or top-level) markup exists between them.</_tooltip>
</row>
<row type="scheme">
<action>TopMarkupSpacingDist</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Top to Title Spacing</_label>
<_tooltip>Set the distance from the top of the printable area (i.e. the bottom of the top margin) to the first (title or top-level) markup on a page, when there is no system between the two.</_tooltip>
</row>
<row type="scheme">
<action>SetFontSize</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout</menupath>
<_label>(Print)Set Overall Score Size</_label>
<_tooltip>Choose the font size of for the score, and hence how much space it takes up.</_tooltip>
</row>
<row type="scheme">
<action>CriticalCommentary</action>
<menupath>/ObjectMenu/Score/Titles/BookTitles/Epilog</menupath>
<_label>(Re)Create Epilog - Critical Commentary</_label>
<_tooltip>Collects together any critical comments from the score and places them in an epilog at the end of the music. The Title and text of the Epilog are created with the CriticalCommentaryIntro command, and critical comments are added with the CriticalComment command.</_tooltip>
</row>
<row type="scheme">
<action>ChangeModwheel</action>
<after>ChangeVolume</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>1 Modwheel</_label>
<_tooltip>Change the Modwheel value of a channel/staff</_tooltip>
</row>
<row type="scheme">
<action>ChangePan</action>
<after>ChangeBalance</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>10 Pan</_label>
<_tooltip>Where in the stereo field the channel sound will be placed.</_tooltip>
</row>
<row type="scheme">
<action>ChangeExpression</action>
<after>ChangePan</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>11 Expression</_label>
<_tooltip>Aka "Sub Volume" or "Percent Volume". The "real" volume. Use Volume as initial value for each staff/channel and change further cresc/dim with expression. </_tooltip>
</row>
<row type="scheme">
<action>ChangeHoldPedal</action>
<after>ChangeExpression</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>64 Hold Pedal (Right Piano Pedal)</_label>
<_tooltip>Hold Pedal On/Off (Right Piano Pedal). Deactivates Note-Off until set to "Off"</_tooltip>
</row>
<row type="scheme">
<action>ChangePortamento</action>
<after>ChangeHoldPedal</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>65 Portamento (On/Off)</_label>
<_tooltip>Slides between 2 notes. Can be adjusted with 5 - Portamento Time</_tooltip>
</row>
<row type="scheme">
<action>ChangeSustenutoPedal</action>
<after>ChangePortamento</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>66 Sostenuto Pedal (On/Off) (Middle Grand Piano Pedal)</_label>
<_tooltip>Middle Grand Piano Pedal. All Notes currently active (without a note off) will not have a note-off until Sostenuto Off.</_tooltip>
</row>
<row type="scheme">
<action>ChangeSoftPedal</action>
<after>ChangeSustenutoPedal</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>67 Soft Pedal (On/Off) (Left Piano Pedal)</_label>
<_tooltip>Left Piano Pedal. Lowers the volume of any notes played.</_tooltip>
</row>
<row type="scheme">
<action>ChangeLegatoPedal</action>
<after>ChangeSoftPedal</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>68 Legato Pedal (On/Off)</_label>
<_tooltip>Skips the attack portion of the VCA's envelope. For phrasing like wind or brass or guitar hammer-on.</_tooltip>
</row>
<row type="scheme">
<action>ChangeHold2Pedal</action>
<after>ChangeLegatoPedal</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>69 Hold Pedal #2 (On/Off)</_label>
<_tooltip>Longer release time but notes will fade out eventually.</_tooltip>
</row>
<row type="scheme">
<action>ChangeBalance</action>
<after>ChangeModwheel</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>8 Balance</_label>
<_tooltip>Balance. Typically used for a stereo signal tweak without changing the pan itself. Like a CD player. </_tooltip>
</row>
<row type="scheme">
<action>Ab-Pentascale</action>
<menupath>/MainMenu/Educational/AuralTraining/Identify-Scale-Note</menupath>
<_label>Ab Pentascale</_label>
<_tooltip>Identify Scale Notes that are sounded</_tooltip>
</row>
<row type="scheme">
<action>AccentSelectionSwitcher</action>
<after>ToggleAccent</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Accent (Off/On)</_label>
<_tooltip>Adds the > accent</_tooltip>
</row>
<row type="scheme">
<action>ToggleAccent</action>
<after>ToggleMarcato</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Accent (Off/On)</_label>
<_tooltip>Mark/Unmark the current chord accented</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpAugmented4</action>
<after>AddLowestUpPerfect4</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Augmented 4th above base </_label>
<_tooltip>Add a tritone/augmented fourth as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownAugmented4</action>
<after>AddHighestDownPerfect4</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Augmented 4th below top</_label>
<_tooltip>Add a augmented fourth as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpDiminished5</action>
<after>AddLowestUpAugmented4</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Diminished 5th above base</_label>
<_tooltip>Add a diminished fifth as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpAugmented5</action>
<after>AddLowestUpDiminished5</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Augmented 5th above base</_label>
<_tooltip>Add an augmented fifth as a chord note above the lowest note at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownDiminished5</action>
<after>AddHighestDownAugmented4</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Diminished 5th below top</_label>
<_tooltip>Add a tritone/diminished fifth as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddDotSelectionSwitcher</action>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Add Dot</_label>
<_tooltip>Adds an Augmentation Dot to current note/chord/rest.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpMajor2</action>
<after>AddLowestUpPerfect1</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Major 2nd above base</_label>
<_tooltip>Add a major second as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownMajor2</action>
<after>AddHighestDownPerfect1</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Major 2nd below top</_label>
<_tooltip>Add a major second as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpMajor3</action>
<after>AddLowestUpMinor2</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Major 3rd above base</_label>
<_tooltip>Add a major third as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownMajor3</action>
<after>AddHighestDownMinor2</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Major 3rd below top</_label>
<_tooltip>Add a major third as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpMajor6</action>
<after>AddLowestUpPerfect5</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Major 6th above base</_label>
<_tooltip>Add a major sixth as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownMajor6</action>
<after>AddHighestDownPerfect5</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Major 6th below top</_label>
<_tooltip>Add a major sixth as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpMajor7</action>
<after>AddLowestUpMinor6</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Major 7th above base</_label>
<_tooltip>Add a major seventh as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownMajor7</action>
<after>AddHighestDownMinor6</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Major 7th below top</_label>
<_tooltip>Add a major seventh as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpMinor2</action>
<after>AddLowestUpMajor2</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Minor 2nd above base</_label>
<_tooltip>Add a minor second as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownMinor2</action>
<after>AddHighestDownMajor2</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Minor 2nd below top</_label>
<_tooltip>Add a minor second as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpMinor3</action>
<after>AddLowestUpMajor3</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Minor 3rd above base </_label>
<_tooltip>Add a minor third as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownMinor3</action>
<after>AddHighestDownMajor3</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Minor 3rd below top</_label>
<_tooltip>Add a minor third as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpMinor6</action>
<after>AddLowestUpMajor6</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Minor 6th above base</_label>
<_tooltip>Add a minor sixth as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownMinor6</action>
<after>AddHighestDownMajor6</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Minor 6th below top</_label>
<_tooltip>Add a minor sixth as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpMinor7</action>
<after>AddLowestUpMajor7</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Minor 7th above base</_label>
<_tooltip>Add a minor seventh as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownMinor7</action>
<after>AddHighestDownMajor7</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Minor 7th below top</_label>
<_tooltip>Add a minor seventh as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>BookmarkNamed</action>
<menupath>/MainMenu/NavigationMenu/Bookmarks</menupath>
<_label>Add Named Bookmark</_label>
<_tooltip>Adds a Denemo bookmark combined with a custom Lilypond Rehearsal Mark</_tooltip>
</row>
<row type="scheme">
<action>BookmarkNonPrinting</action>
<menupath>/MainMenu/NavigationMenu/Bookmarks</menupath>
<_label>Add Non-Printing Bookmark</_label>
<_tooltip>Adds a custom Denemo bookmark without Lilypond output.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpPerfect1</action>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Perfect 1st above base</_label>
<_tooltip>Add a perfect prime as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownPerfect1</action>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Perfect 1st below top</_label>
<_tooltip>Add a perfect prime as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpPerfect4</action>
<after>AddLowestUpMinor3</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Perfect 4th above base</_label>
<_tooltip>Add a perfect fourth as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownPerfect4</action>
<after>AddHighestDownMinor3</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Perfect 4th below top</_label>
<_tooltip>Add a perfect fourth as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>AddLowestUpPerfect5</action>
<after>AddLowestUpDiminished5</after>
<menupath>/ObjectMenu/ChordMenu/AddAboveBase</menupath>
<_label>Add Perfect 5th above base</_label>
<_tooltip>Add a perfect fifth as chordnote relative to the lowest note upwards.</_tooltip>
</row>
<row type="scheme">
<action>AddHighestDownPerfect5</action>
<after>AddHighestDownDiminished5</after>
<menupath>/ObjectMenu/ChordMenu/AddBelowTop</menupath>
<_label>Add Perfect 5th below top</_label>
<_tooltip>Add a perfect fifth as chordnote relative to the highest note downwards.</_tooltip>
</row>
<row type="scheme">
<action>PianoStaff</action>
<after>NewStaffBefore</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add Piano Staff</_label>
<_tooltip>Adds two staff braced together for keyboard instrument.</_tooltip>
</row>
<row type="scheme">
<action>MarksStaff</action>
<after>PianoStaff</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add Staff for Marks</_label>
<_tooltip> This staff is purely for holding marks that should appear once at the top of the system - avoiding having to put the marks in each part. It must have a blank part name, so that it is typeset with every part. The marks should be spaced using either dummy notes or spacers. WARNING: Do not place clef changes or other non-duration items in this staff - it may trigger the creation of a separate staff on typesetting!</_tooltip>
</row>
<row type="scheme">
<action>RehearsalMark</action>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Add Rehearsal/Bookmark</_label>
<_tooltip>Adds a Denemo bookmark combined with a default Rehearsal Mark</_tooltip>
</row>
<row type="scheme">
<action>NewVoice</action>
<after>EditVoiceDirective</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Add Voice</_label>
<_tooltip>Adds a voice to the current staff, initially displayed on a staff of its own, for readability. It will print on the staff above, and can be displayed there using Join Voices command if desired.</_tooltip>
</row>
<row type="scheme">
<action>DynamicsStaff</action>
<after>MarksStaff</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add a Separate Line for Dynamics</_label>
<_tooltip>"This line (\"staff\") is for holding cresc. dim hairpins and dynamic markings so that they can be positioned (using dummy notes, colored blue) and will align with each other.\nCreate this between the staffs for a piano work or on any staff where alignment of hairpins and dynamic marks is needed.\nWARNING: Do not place clef changes or other non-duration items in this staff - it may trigger the creation of a separate staff on typesetting!\nThis Dynamics \"staff\" must have the same part name as the staff the dynamics should appear on."
</_tooltip>
</row>
<row type="scheme">
<action>ReBar</action>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Adjust the Measure Lengths</_label>
<_tooltip>Removes gaps in duration of measures, redistributes the notes according to the time signature.</_tooltip>
</row>
<row type="scheme">
<action>Allegro</action>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/TempoIndications</menupath>
<_label>Allegro</_label>
<_tooltip>Print Allegro in bold italics above the chord.</_tooltip>
</row>
<row type="scheme">
<action>AllegroAssai</action>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/TempoIndications</menupath>
<_label>Allegro Assai</_label>
<_tooltip>Gives Allegro Assai tempo indication</_tooltip>
</row>
<row type="scheme">
<action>AllowLineBreak</action>
<after>LineBreak</after>
<menupath>/ObjectMenu/Directives/PrintLayout</menupath>
<_label>Allow Line Break</_label>
<_tooltip>Permits the typesetter to break the line at this point.</_tooltip>
</row>
<row type="scheme">
<action>Upbeat</action>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Anacrusis (Upbeat, Pickup)</_label>
<_tooltip>Convert the current measure to a partial measure so that it is complete with just the beats already inserted.</_tooltip>
</row>
<row type="scheme">
<action>Andante</action>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/TempoIndications</menupath>
<_label>Andante</_label>
<_tooltip>Print Andante in bold italics above the chord.</_tooltip>
</row>
<row type="scheme">
<action>AngryDelete</action>
<menupath>/MainMenu/InputMenu/MIDI</menupath>
<_label>Angry Delete</_label>
<_tooltip>MIDI notes struck loudly delete the previous note before taking effect.</_tooltip>
</row>
<row type="scheme">
<action>ApplyToSelection</action>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Apply Shortcut to Objects in Selection</_label>
<_tooltip>Followed by a keyboard shortcut: applies the shortcut with the cursor successively on each object in the selection.</_tooltip>
</row>
<row type="scheme">
<action>ShiftRealDialogDown</action>
<after>ShiftRealDialogUp</after>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Arbitrary transpose down</_label>
<_tooltip>Transpose/shift the cursor note or selection an arbitrary number of tones down. User can specify interval through a dialog.</_tooltip>
</row>
<row type="scheme">
<action>ShiftRealDialogUp</action>
<after>ShiftRealHalfDown</after>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Arbitrary transpose up</_label>
<_tooltip>Transpose/shift the cursor note or selection an arbitrary number of tones up. User can specify interval through a dialog.</_tooltip>
</row>
<row type="scheme">
<action>ArpeggioSelectionSwitcher</action>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Arpeggio (Off/On)</_label>
<_tooltip>Mark/Unmark the selected notes arpeggio</_tooltip>
</row>
<row type="scheme">
<action>BookArranger</action>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Arranger</_label>
<_tooltip>Prints the arranger name on title page</_tooltip>
</row>
<row type="scheme">
<action>ScoreTitles</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Set Titles</_label>
<_tooltip>Set titles for whole score.</_tooltip>
</row>
<row type="scheme">
<action>ScoreArranger</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Arranger</_label>
<_tooltip>Name of the arranger, flush-right below the composer.</_tooltip>
</row>
<row type="scheme">
<action>InsertTiedNoteDuration</action>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Attach Tied Note</_label>
<_tooltip>Attaches a tied note: you must give the duration after invoking this function.</_tooltip>
</row>
<row type="scheme">
<action>Augment</action>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Augment</_label>
<_tooltip>Doubles the duration of the note/chord/rest at the cursor or the selection. E.g. Quarter Note becomes Half Note.</_tooltip>
</row>
<row type="scheme">
<action>ToggleStemSupport</action>
<after>StringNum</after>
<menupath>/ObjectMenu/NotesRests/Markings/Strings</menupath>
<_label>Avoid Collisions with Stems</_label>
<_tooltip>Fingerings and String numbers will be moved to avoid colliding with stems on typesetting.</_tooltip>
</row>
<row type="scheme">
<action>AvoidSlurAccidentalCollision</action>
<after>ToggleBeginDownSlur</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Avoid Slur Collision</_label>
<_tooltip>Avoids slur colliding with accidental (Print)</_tooltip>
</row>
<row type="scheme">
<action>BarNumbers</action>
<menupath>/ObjectMenu/Score/Typesetter/Numbering</menupath>
<_label>Bar Numbers (On/Off)</_label>
<_tooltip>Turns bar numbering on/off in print out.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsBaroque</action>
<after>MovementNoteheadsDefault</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Baroque</_label>
<_tooltip>Baroque note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>BassClefNoteNameSpeedTest</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Bass Clef Note Name Speed Recognition</_label>
<_tooltip>%tests your ability to read the notes of the bass clef staff</_tooltip>
</row>
<row type="scheme">
<action>Bb-Pentascale</action>
<menupath>/MainMenu/Educational/AuralTraining/Identify-Scale-Note</menupath>
<_label>Bb Pentascale</_label>
<_tooltip>Identify Scale Notes that are sounded</_tooltip>
</row>
<row type="scheme">
<action>ToggleBeginPhrasingSlur</action>
<after>ReduceSlur</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Begin Phrasing Slur</_label>
<_tooltip>Begin a phrasing slur on the current note. You can have normal slurs (partially) inside a phrasing slur.</_tooltip>
</row>
<row type="scheme">
<action>ToggleBeginDownSlur</action>
<after>ToggleBeginUpSlur</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Begin Slur Below (Off/On)</_label>
<_tooltip>Starts (or deletes) a slur below the chord at the cursor. If deleting be sure to delete the end slur as well.</_tooltip>
</row>
<row type="scheme">
<action>ToggleBeginUpSlur</action>
<after>ToggleEndPhrasingSlur</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Begin Slur Up (Off/On)</_label>
<_tooltip>Starts (or deletes) a slur above the chord at the cursor. Follow with End Slur on a later chord.</_tooltip>
</row>
<row type="scheme">
<action>BreathMark</action>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Breath Mark</_label>
<_tooltip>Inserts a Breath Mark at the cursor position</_tooltip>
</row>
<row type="scheme">
<action>Breve</action>
<after>InsertRhythm</after>
<menupath>/ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Breve</_label>
<_tooltip>Append/Insert Breve</_tooltip>
</row>
<row type="scheme">
<action>ChangeBreve</action>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Breve</_label>
<_tooltip>Change current note duration to Breve</_tooltip>
</row>
<row type="scheme">
<action>InsertBreve</action>
<menupath>/ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>Breve</_label>
<_tooltip>Insert a Breve</_tooltip>
</row>
<row type="scheme">
<action>SetBreve</action>
<after>Set7</after>
<menupath>/ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Breve</_label>
<_tooltip>Sets Prevailing Duration to Breve</_tooltip>
</row>
<row type="scheme">
<action>InsertBreveRest</action>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Breve Rest</_label>
<_tooltip>Insert a rest with breve duration</_tooltip>
</row>
<row type="scheme">
<action>C-Major</action>
<menupath>/MainMenu/Educational/AuralTraining/Identify-Scale-Note</menupath>
<_label>C Major</_label>
<_tooltip>Identify Scale Notes that are sounded</_tooltip>
</row>
<row type="scheme">
<action>C-Pentascale</action>
<menupath>/MainMenu/Educational/AuralTraining/Identify-Scale-Note</menupath>
<_label>C Pentascale</_label>
<_tooltip>Identify Scale Notes that are sounded</_tooltip>
</row>
<row type="scheme">
<action>CautionaryAccidental</action>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Cautionary Accidental</_label>
<_tooltip>Forces the accidental on the note to be printed.</_tooltip>
</row>
<row type="scheme">
<action>ChangePrintDuration2</action>
<menupath>/ObjectMenu/ChordMenu/ChangePrintDuration</menupath>
<_label>Change Chordmember to Quarter </_label>
<_tooltip>Change one chord member to appear like a quarter-note duration without changing the original logic like measure calculation or the duration of newly added chord members.</_tooltip>
</row>
<row type="scheme">
<action>ChangeEnharmonicUp</action>
<menupath>/ObjectMenu/ChordMenu</menupath>
<_label>Change Enharmonic +</_label>
<_tooltip>Shift through enharmonic variants of the same sounding note in the direction of higher diatonic base notes.</_tooltip>
</row>
<row type="scheme">
<action>ChangeEnharmonicDown</action>
<after>ChangeEnharmonicUp</after>
<menupath>/ObjectMenu/ChordMenu</menupath>
<_label>Change Enharmonic -</_label>
<_tooltip>Switch through enharmonic variants of the same sounding note in the direction of lower diatonic base notes</_tooltip>
</row>
<row type="scheme">
<action>ChangePrintDurationBreve</action>
<after>ChangePrintDuration0</after>
<menupath>/ObjectMenu/ChordMenu/ChangePrintDuration</menupath>
<_label>Change chord-member to breve</_label>
<_tooltip>Change one chord member to appear like a breve duration without changing the original logic like measure calculation or the duration of newly added chord members.</_tooltip>
</row>
<row type="scheme">
<action>ChangePrintDuration1</action>
<after>ChangePrintDuration2</after>
<menupath>/ObjectMenu/ChordMenu/ChangePrintDuration</menupath>
<_label>Change chord-member to half note</_label>
<_tooltip>Change one chord member to appear like a half-note duration without changing the original logic like measure calculation or the duration of newly added chord members.</_tooltip>
</row>
<row type="scheme">
<action>ChangePrintDurationLonga</action>
<after>ChangePrintDurationBreve</after>
<menupath>/ObjectMenu/ChordMenu/ChangePrintDuration</menupath>
<_label>Change chord-member to longa</_label>
<_tooltip>Change one chord member to appear like a longa duration without changing the original logic like measure calculation or the duration of newly added chord members.</_tooltip>
</row>
<row type="scheme">
<action>ChangePrintDuration0</action>
<after>ChangePrintDuration1</after>
<menupath>/ObjectMenu/ChordMenu/ChangePrintDuration</menupath>
<_label>Change chord-member to whole note</_label>
<_tooltip>Change one chord member to appear like a whole-note duration without changing the original logic like measure calculation or the duration of newly added chord members.</_tooltip>
</row>
<row type="scheme">
<action>LoadSelectDurationComposerNumberkeys</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>Change to 'Select Duration' Number Keys in Composer Mode</_label>
<_tooltip>Change the number keys to select the prevailing duration in composer mode.</_tooltip>
</row>
<row type="scheme">
<action>ChangeChannel</action>
<after>MidiTempo</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>Channel</_label>
<_tooltip>Change the Channel of a staff</_tooltip>
</row>
<row type="scheme">
<action>IRC</action>
<after>Shortcuts</after>
<menupath>/MainMenu/HelpMenu</menupath>
<_label>Chat to Other Users</_label>
<_tooltip>Runs your browser on a page giving access to denemo's internet relay chat</_tooltip>
</row>
<row type="scheme">
<action>CheckBeamsInMeasure</action>
<after>CheckTupletsInMeasure</after>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Check Beaming</_label>
<_tooltip>Checks the current measure for beaming errors.</_tooltip>
</row>
<row type="scheme">
<action>ToggleCheckChords</action>
<after>AngryDelete</after>
<menupath>/MainMenu/InputMenu/MIDI</menupath>
<_label>Check Chords (On/Off)</_label>
<_tooltip>Advances through the current movement as you play the notes, stopping for wrong or missing notes in MIDI in.</_tooltip>
</row>
<row type="scheme">
<action>CheckPitches</action>
<menupath>/MainMenu/Educational/MIDI</menupath>
<_label>Check Note Pitches</_label>
<_tooltip>Compares note from MIDI with current note, if equal in pitch, advances to next note, else beeps.</_tooltip>
</row>
<row type="scheme">
<action>CheckScore</action>
<menupath>/ObjectMenu/Score</menupath>
<_label>Check Score</_label>
<_tooltip>Checks score for wrong measure durations, unterminated tuplets, slurs, wrong ties etc.</_tooltip>
</row>
<row type="scheme">
<action>RefreshDynamicDirectives</action>
<menupath>/ObjectMenu/Score</menupath>
<_label>Refresh Dynamic Directives</_label>
<_tooltip>Re-runs any directives that may have become stale.</_tooltip>
</row>
<row type="scheme">
<action>CheckTupletsInMeasure</action>
<after>SplitMeasure</after>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Check Tuplets</_label>
<_tooltip>Checks that start/end tuplets match in the current measure.</_tooltip>
</row>
<row type="scheme">
<action>SearchPattern</action>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Search Rhythmic Pattern</_label>
<_tooltip>With a selection, searches from the cursor for the next occurrence of the rhythmic patterm of the selection. With no selection, continues the previous search. When a match is found it offers to continue, stop or execute the script in the Scheme Window.</_tooltip>
</row>
<row type="scheme">
<action>SearchMusic</action>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Search Note Sequence</_label>
<_tooltip>With a selection, searches from the cursor for the next occurrence of the notes of the selection. With no selection, continues the previous search. When a match (ignoring rests and duration) is found it offers to continue, stop or execute the script in the Scheme Window.</_tooltip>
</row>
<row type="scheme">
<action>CheckForIncompleteMeasures</action>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Check for Irregular Measures</_label>
<_tooltip>Checks each Denemo measure in the current movement for complete number of beats. Unless you explicitly set otherwise, on typesetting the notes will be re-distributed to the correct measures, which can lead to strange effects.</_tooltip>
</row>
<row type="scheme">
<action>ChoirStaffStart</action>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>ChoirStaff Start</_label>
<_tooltip>Start grouping single staves together in order to form multi-stave systems. In a ChoirStaff, the group starts with a bracket, but bar lines are not connected. </_tooltip>
</row>
<row type="scheme">
<action>GrandStaffStart</action>
<after>ChoirStaffStart</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>GrandStaff Start</_label>
<_tooltip>Start grouping single staves together in order to form multi-stave systems. In a GrandStaff, the group begins with a brace, and bar lines are connected between the staves.</_tooltip>
</row>
<row type="scheme">
<action>GroupStaffStart</action>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>GroupStaff Start</_label>
<_tooltip>Start grouping single staves together in order to form multi-stave systems. In the GroupStaff context, the group is started with a bracket and bar lines are drawn through all the staves.</_tooltip>
</row>
<row type="scheme">
<action>PianoStaffStart</action>
<after>GroupStaffStart</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>PianoStaff Start</_label>
<_tooltip>Start grouping single staves together in order to form multi-stave systems. The PianoStaff is identical to a GrandStaff, except that it supports printing the instrument name directly.</_tooltip>
</row>
<row type="scheme">
<action>BraceEnd</action>
<after>PianoStaffStart</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>Brace End</_label>
<_tooltip>Add or remove end of staff group marks, or move them to an adjacent staff.</_tooltip>
</row>
<row type="scheme">
<action>PianoStaffName</action>
<after>PianoStaffEnd</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>Piano Staff Name</_label>
<_tooltip>Prints the name given at the start of the Piano staff which must be where the cursor is. Remove instrument names on the individual staffs by setting them blank.</_tooltip>
</row>
<row type="scheme">
<action>DeleteStaffGroupings</action>
<after>PianoStaffName</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>Delete all staff contexts</_label>
<_tooltip>Clear the staff from all groupings</_tooltip>
</row>
<row type="scheme">
<action>ChooseBarline</action>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Choose Barline</_label>
<_tooltip>Choose a barline </_tooltip>
</row>
<row type="scheme">
<action>ChooseCondition</action>
<after>ForAllLayouts</after>
<menupath>/ObjectMenu/Directives/Conditional-Directives</menupath>
<_label>Choose Condition</_label>
<_tooltip>Gives a menu for choosing whether the directive at the cursor should apply to the current part only or the default score or all layouts,</_tooltip>
</row>
<row type="scheme">
<action>InitialVoice</action>
<after>InitialVoiceAuto</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Choose Initial Voice</_label>
<_tooltip>Choose which voice this staff will initially be set to. To change voice during music see the Directives->Voices menu.</_tooltip>
</row>
<row type="scheme">
<action>ChooseTimeSignature</action>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Choose Typical Time Signature</_label>
<_tooltip>Choose from a set of typical time signatures</_tooltip>
</row>
<row type="scheme">
<action>VoiceSetting</action>
<menupath>/ObjectMenu/Directives/Typesetter/Voices</menupath>
<_label>Choose Voice</_label>
<_tooltip>The Voice 1,2,3,4 commands set up the voices so that first and third voices get stems up, second and fourth voices get stems down, third and fourth voice note heads are horizontally shifted, and rests in the respective voices are automatically moved to avoid collisions. The Automatic Voice command returns all the voice settings to the neutral default directions. The Denemo display shows automatic stem directions, use StemDown and StemUp commands if you wish to affect the display. </_tooltip>
</row>
<row type="scheme">
<action>ChordStaff</action>
<after>TabStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Chord Symbols (Off/On)</_label>
<_tooltip>Typesets the music on this staff as chord symbols (off/on).</_tooltip>
</row>
<row type="scheme">
<action>ChordsForBar</action>
<after>ChordsOverBass</after>
<menupath>/MainMenu/InputMenu/MIDI</menupath>
<_label>Chords for Bar</_label>
<_tooltip>Plays the context of the current bar. Then listens for you to play each note in current bar with added chord(s). As you do this it notates the chords on a staff above. When the bar is finished it re-plays the bar. Allows you to repeat (pitch bend down) or go on to next bar (pitch bend up).</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-RandomWithinClefRangeChromatic</action>
<menupath>/MainMenu/EditMenu/NotationMagick/SingleRandomNote</menupath>
<_label>Chromatic within Clef Range</_label>
<_tooltip>Insert a random note within clef range. Full chromatic spectrum.</_tooltip>
</row>
<row type="scheme">
<action>ClefChooser</action>
<after>InsertClef</after>
<menupath>/ObjectMenu/ClefMenu</menupath>
<_label>Clef Chooser</_label>
<_tooltip>Choose any sort of clef. If the cursor is at the start change initial clef, else insert chosen clef.</_tooltip>
</row>
<row type="scheme">
<action>CloseSourceAudioFile</action>
<after>SynchronizeAudio</after>
<menupath>/MainMenu/PlaybackMenu/Audio</menupath>
<_label>Close Source Audio File</_label>
<_tooltip>Drops the audio track attached to the current movement.</_tooltip>
</row>
<row type="scheme">
<action>CloseRepeat</action>
<after>OpenRepeat</after>
<menupath>/ObjectMenu/MeasureMenu/Repeats</menupath>
<_label>Close a Repeat Section</_label>
<_tooltip>Closes a section that starts with an Open Repeat. Not needed with 1st and 2nd time bars. (Printing)</_tooltip>
</row>
<row type="scheme">
<action>CloseReopenRepeat</action>
<after>CloseRepeat</after>
<menupath>/ObjectMenu/MeasureMenu/Repeats</menupath>
<_label>Close and Reopen Repeat</_label>
<_tooltip>Closes and open repeat block and opens a new one.</_tooltip>
</row>
<row type="scheme">
<action>ClosingBarline</action>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Closing Barline</_label>
<_tooltip>Inserts a closing barline (a double bar with last one thicker).</_tooltip>
</row>
<row type="scheme">
<action>ToggleCoda</action>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>Coda (Off/On)</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="scheme">
<action>ChordComment</action>
<after>ParenthesizeNote</after>
<menupath>/ObjectMenu/NotesRests</menupath>
<_label>Comment</_label>
<_tooltip>Attach a textual comment to the chord at the cursor</_tooltip>
</row>
<row type="scheme">
<action>MvntComment</action>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Comment</_label>
<_tooltip>Stores textual comments for this movement</_tooltip>
</row>
<row type="scheme">
<action>StaffComment</action>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Comment</_label>
<_tooltip>Saves textual comments for this staff</_tooltip>
</row>
<row type="scheme">
<action>BookComposer</action>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Composer</_label>
<_tooltip>Prints a composer name on title page</_tooltip>
</row>
<row type="scheme">
<action>ScoreComposer</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Composer</_label>
<_tooltip>Name of the composer, flush-right below the subsubtitle.</_tooltip>
</row>
<row type="scheme">
<action>Congruentia</action>
<after>ToggleFermata</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>Congruentia</_label>
<_tooltip>Print congruentia / canon symbol</_tooltip>
</row>
<row type="scheme">
<action>ConvertDrum2GmSingleSelection</action>
<after>ReloadDrumHash</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Convert GM-Drum to User-Drum</_label>
<_tooltip>Converts between the midi-drum notation and a user-drum notation. The user can set his/her drummap in a template in ~/.denemo/templates or choose any other copy he made of the template file to have drummaps for different drummers avaible.</_tooltip>
</row>
<row type="scheme">
<action>BookCopyright</action>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Copyright</_label>
<_tooltip>Prints a copyright notice on title page</_tooltip>
</row>
<row type="scheme">
<action>ScoreCopyright</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Copyright</_label>
<_tooltip>Copyright notice, centered at the bottom of the first page. To insert the copyright symbol, see Lilypond Text encoding.</_tooltip>
</row>
<row type="scheme">
<action>ChordsOverBass</action>
<after>CheckPitches</after>
<menupath>/MainMenu/InputMenu/MIDI</menupath>
<_label>Create Chords Over Bass Line</_label>
<_tooltip>Place the cursor on a bass note and invoke this command. It creates a treble staff above and for each note in the bass staff, as you play it, it switches to the treble staff and allows you to enter a chord. Use the Pitch Bend wheel to stop/start the process. Hold a chord while moving to the next bass note to extend the chord over more than one bass note.</_tooltip>
</row>
<row type="scheme">
<action>DottedRhythm</action>
<after>RemoveDot</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Create Dotted Rhythm</_label>
<_tooltip>In appending position, dots the note or rest at the cursor and appends a note of half the duration so as to create a dotted rhythm.</_tooltip>
</row>
<row type="scheme">
<action>CreateIntro</action>
<after>MovementPageBreak</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Create Intro</_label>
<_tooltip>Creates a new staff with a bar for nothing (an intro of the right number of beats)</_tooltip>
</row>
<row type="scheme">
<action>CreateOssiaStaff</action>
<menupath>/ObjectMenu/StaffMenu/Ossia</menupath>
<_label>Create Ossia Staff</_label>
<_tooltip>Creates a small staff above the current staff for inserting cues, ossia passages etc. Use Show Ossia and Hide Ossia to show specific measures.</_tooltip>
</row>
<row type="scheme">
<action>CreateParts</action>
<after>CreateIntro</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Create Parts</_label>
<_tooltip>Create three parts from the current staff.</_tooltip>
</row>
<row type="scheme">
<action>CreatePartsFromTop</action>
<after>CreateParts</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Create Parts (Treble First)</_label>
<_tooltip>Creates a set of parts extracting the highest part first.</_tooltip>
</row>
<row type="scheme">
<action>CreateTripletSlurred</action>
<after>CreateTriplet</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Create Slurred Triplet</_label>
<_tooltip>If a MIDI controller is active duplicates the current note twice making a triplet and slurring all three notes, otherwise same as Toggle Tripleting command.</_tooltip>
</row>
<row type="scheme">
<action>DottedRhythmSlurred</action>
<after>DottedRhythm</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Create Slurred, Dotted Rhythm</_label>
<_tooltip>In appending position, dots the note or rest at the cursor and appends a note of half the duration so as to create a dotted rhythm. Slurs the two notes together.</_tooltip>
</row>
<row type="scheme">
<action>CreateTriplet</action>
<after>ToggleTupletBracketsIfBeamed</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Create Triplet</_label>
<_tooltip>If a MIDI controller is active takes the current note and appends two more making all three a triplet, otherwise same as Toggle Tripleting command.</_tooltip>
</row>
<row type="scheme">
<action>CriticalComment</action>
<after>FreeFermata</after>
<menupath>/ObjectMenu/Directives</menupath>
<_label>Critical Comment</_label>
<_tooltip>Adds a comment which can be printed in a critical commentary at the end of all the movements (see CriticalCommentary command to create this).</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsCross</action>
<after>MovementNoteheadsDiamond</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Cross</_label>
<_tooltip>Cross note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>MuteStaff</action>
<menupath>/ObjectMenu/StaffMenu/Playback</menupath>
<_label>Mute</_label>
<_tooltip>Mutes the current staff. Affects only playback.</_tooltip>
</row>
<row type="scheme">
<action>DeleteFromCursorToEnd</action>
<after>StaffDeleteEmptyMeasures</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Delete Measures From Cursor</_label>
<_tooltip>Deletes all measures from the cursor to the end, either in one or all staffs.</_tooltip>
</row>
<row type="scheme">
<action>DeleteMeasuresBeforeCursor</action>
<after>DeleteFromCursorToEnd</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Delete Measures Before Cursor</_label>
<_tooltip>Deletes all the measures before the measure containing the cursor, either current staff or all staffs as chosen by user.</_tooltip>
</row>
<row type="scheme">
<action>CrossStaffArpeggio</action>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Cross Staff Arpeggio</_label>
<_tooltip>(Print) Allow arpeggio sign to extend across staffs. Piano staffs obey this by default, other staff groups need the Span_arpeggio_engraver including in the Score context for it to work.</_tooltip>
</row>
<row type="scheme">
<action>ChangeStaff</action>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Change Staff</_label>
<_tooltip>(Print) the current voice moves to the staff you name.</_tooltip>
</row>
<row type="scheme">
<action>ToggleCursorHighlight</action>
<menupath>/MainMenu/ViewMenu</menupath>
<_label>Cursor Highlighting (Off/On)</_label>
<_tooltip>Shows up the position of the cursor more clearly (off/on)</_tooltip>
</row>
<row type="scheme">
<action>CursorToHighestNote</action>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Cursor to Highest Note</_label>
<_tooltip>Moves the cursor to the highest note on current horizontal position (in a chord or on a single note)</_tooltip>
</row>
<row type="scheme">
<action>CursorToLowestNote</action>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Cursor to Lowest Note</_label>
<_tooltip>Moves the cursor to the lowest note on current horizontal position (in a chord or on a single note)</_tooltip>
</row>
<row type="scheme">
<action>Custos</action>
<after>MovementPageBreak</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter</menupath>
<_label>Custos (On/Off)</_label>
<_tooltip>Prints a custos at the end of each line for the current movement. Repeat command to turn custos off.</_tooltip>
</row>
<row type="scheme">
<action>DCAlFine</action>
<after>Glissando</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>D. C. al fine</_label>
<_tooltip>Puts Da Capo al fine over the chord at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>DalSegno</action>
<after>D.C.AlFine</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>Dal Segno</_label>
<_tooltip>Prints Dal Segno below the chord at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>BookDate</action>
<after>BookPoet</after>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Date</_label>
<_tooltip>Prints a date on the title page.</_tooltip>
</row>
<row type="scheme">
<action>Db-Pentascale</action>
<menupath>/MainMenu/Educational/AuralTraining/Identify-Scale-Note</menupath>
<_label>Db Pentascale</_label>
<_tooltip>Identify Scale Notes that are sounded</_tooltip>
</row>
<row type="scheme">
<action>ScoreDedication</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Dedication</_label>
<_tooltip>The dedicatee of the music, centered at the top of the first page.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsDefault</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Default</_label>
<_tooltip>Default note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>DeleteDynamic</action>
<after>MezzoForte</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/DynamicMarkings</menupath>
<_label>Delete</_label>
<_tooltip>Deletes a dynamic attached to the chord at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>DeleteBeamingDirective</action>
<after>EndBeam</after>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>Delete Beaming Directive</_label>
<_tooltip>Deletes a ] or [ (end or start beam) directive on the current chord.</_tooltip>
</row>
<row type="scheme">
<action>DeleteEmptyMeasures</action>
<after>DeleteMeasure</after>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Delete Empty Measures</_label>
<_tooltip>Deletes all empty measures from the cursor until the next music.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsDelete</action>
<after>MovementNoteheadsSlash</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Delete Movement Notehead Settings</_label>
<_tooltip>Delete note head style of this movement. Reset to whatever Score or Lilypond has set as default.</_tooltip>
</row>
<row type="scheme">
<action>DeleteSelectionLeaveEmpty</action>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Delete Selected Objects</_label>
<_tooltip>Delete all selected objects and leave empty measures behind</_tooltip>
</row>
<row type="scheme">
<action>StagedDelete</action>
<after>DeletePreviousObject</after>
<menupath>/MainMenu/EditMenu/Delete</menupath>
<_label>Delete in Stages</_label>
<_tooltip>Deletes the object at/before the cursor. For Notes/Chords/Rests it deletes stage by stage.
First it removes notes until just a non-printing rest remains, then deletes that.</_tooltip>
</row>
<row type="scheme">
<action>IntelligentDelete</action>
<after>StagedDelete</after>
<menupath>/MainMenu/EditMenu/Delete</menupath>
<_label>Delete Selection/Object/Empty Measure</_label>
<_tooltip>Deletes a single object at the cursor, an empty measure or the complete selection.</_tooltip>
</row>
<row type="scheme">
<action>RemoveSchemeInit</action>
<menupath>/MainMenu/EditMenu/Delete</menupath>
<_label>Destroy Button Customization</_label>
<_tooltip>Removes the file that creates customized buttons on the title bar (and any other scheme you have added to the startup script).</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsDiamond</action>
<after>MovementNoteheadsHarmonic-mixed</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Diamond</_label>
<_tooltip>Diamond note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>DiatonicInterval</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Diatonic Interval Detection</_label>
<_tooltip>%tests your ability to find the diatonic interval name between two notes</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-RandomWithinClefRangeDiatonic</action>
<menupath>/MainMenu/EditMenu/NotationMagick/SingleRandomNote</menupath>
<_label>Diatonic within Clef Range</_label>
<_tooltip>Insert a random note within clef range, only diatonic notes according to current keysignature.</_tooltip>
</row>
<row type="scheme">
<action>Diminish</action>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Diminish</_label>
<_tooltip>Halves the duration of the note/chord/rest at the cursor or the selection. E.g. Quarter Note becomes Eighth Note. </_tooltip>
</row>
<row type="scheme">
<action>DiminishedOrAugmented</action>
<after>MajorOrMinor</after>
<menupath>/MainMenu/Educational/AuralTraining/Chord-Comparison</menupath>
<_label>DiminishedAugmented</_label>
<_tooltip>Determine if the chord sounded is Diminished or Augmented</_tooltip>
</row>
<row type="scheme">
<action>DiminishedOrMinor</action>
<after>DiminishedOrAugmented</after>
<menupath>/MainMenu/Educational/AuralTraining/Chord-Comparison</menupath>
<_label>DiminishedMinor</_label>
<_tooltip>Determine if the chord sounded is Diminished or Minor</_tooltip>
</row>
<row type="scheme">
<action>DisplaceRestHorizontally</action>
<after>MoveRest</after>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Displace Rest Horizontally</_label>
<_tooltip>Asks for a horizontal shift and moves the rest at the cursor by that much when printing.</_tooltip>
</row>
<row type="scheme">
<action>MoveRest</action>
<after>InsertLongaRest</after>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Displace Rest Vertically</_label>
<_tooltip>Turns the rest at the cursor into a polyphonic rest at the cursor height.</_tooltip>
</row>
<row type="scheme">
<action>SetDisplayClef</action>
<after>HideClef</after>
<menupath>/ObjectMenu/ClefMenu</menupath>
<_label>Display Only Clef</_label>
<_tooltip>Inserts a clef that affects only the display, not the printed form. Use this if, after a Change Staff, the staff the voice will be on is in a different clef (avoiding too many ledger lines in the display, making it hard to read). Also useful to display in a familiar clef music which you want to be printed in a less familiar one (e.g. display in treble or bass clef music to be printed for viola).</_tooltip>
</row>
<row type="scheme">
<action>DotDoubleDotNoDot</action>
<after>Change7</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Dot</_label>
<_tooltip>Adds a dot to the note/rest/chord at the cursor, or removes them if double dotted.</_tooltip>
</row>
<row type="scheme">
<action>Dottify</action>
<after>RemoveDot</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Dottify</_label>
<_tooltip>Turns the note on or before the cursor into a dotted rhythm with the same total duration.</_tooltip>
</row>
<row type="scheme">
<action>DoubleBarline</action>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Double Bar</_label>
<_tooltip>Insert a double barline at cursor position.</_tooltip>
</row>
<row type="scheme">
<action>ToggleTieDown</action>
<after>ToggleTie</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Down Tie (Off/On)</_label>
<_tooltip>Ties to the following note/chord with tie downwards.</_tooltip>
</row>
<row type="scheme">
<action>DownbowSelectionSwitcher</action>
<after>UpBowSelectionSwitcher</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>DownBow (Off/On)</_label>
<_tooltip>Mark/Unmark selection or current object</_tooltip>
</row>
<row type="scheme">
<action>ToggleDownBow</action>
<after>ToggleUpBow</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>DownBow (Off/On)</_label>
<_tooltip>Mark/Unmark chord with a Down Bow</_tooltip>
</row>
<row type="scheme">
<action>DuplicateChord</action>
<menupath>/ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Duplicate Note/Chord</_label>
<_tooltip>Duplicate a note or chord. Not for rests.</_tooltip>
</row>
<row type="scheme">
<action>DynamicText</action>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Dynamics</_label>
<_tooltip>Choose dynamics and midi volume level.</_tooltip>
</row>
<row type="scheme">
<action>Eb-Pentascale</action>
<menupath>/MainMenu/Educational/AuralTraining/Identify-Scale-Note</menupath>
<_label>Eb Pentascale</_label>
<_tooltip>Identify Scale Notes that are sounded</_tooltip>
</row>
<row type="scheme">
<action>EditSimilar</action>
<after>EditObject</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Edit Here (and ...)</_label>
<_tooltip>Seek and edit Denemo Directives starting with the one at the cursor and optionally similar ones following. Position the cursor on a particular notehead to edit directives attached to individual noteheads (such as fingering), otherwise you will edit directives attached at the chord level (such as beaming).</_tooltip>
</row>
<row type="scheme">
<action>EnableAccordion16v</action>
<after>InsertDefinedLilyPond</after>
<menupath>/ObjectMenu/Directives</menupath>
<_label>Enable Accordion 16'</_label>
<_tooltip>Defines the accordions shifts for this score. The command Menu of Objects to Insert will allow them to be inserted.</_tooltip>
</row>
<row type="scheme">
<action>EndBeam</action>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>End Beam</_label>
<_tooltip>Instructs LilyPond engraver to stop previously started manual beaming. Print effect only.</_tooltip>
</row>
<row type="scheme">
<action>FinishCadenza</action>
<after>CadenzaOn</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>End Cadenza</_label>
<_tooltip>Returns to normal barlines etc after a cadenza</_tooltip>
</row>
<row type="scheme">
<action>ToggleEndPhrasingSlur</action>
<after>ToggleBeginPhrasingSlur</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>End Phrasing Slur</_label>
<_tooltip>End a phrasing slur on the current note.</_tooltip>
</row>
<row type="scheme">
<action>EvenOutStaffLengths</action>
<after>ReBar</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Even Up the Staffs</_label>
<_tooltip>Appends empty measures to any staffs that are too short.</_tooltip>
</row>
<row type="scheme">
<action>OnlyForLayout</action>
<after>NotForLayout</after>
<menupath>/ObjectMenu/Directives/Conditional-Directives</menupath>
<_label>Exclusive to Current Layout</_label>
<_tooltip>The Denemo Directive at the cursor will only apply to the current Score Layout (see View->Score Layout)</_tooltip>
</row>
<row type="scheme">
<action>ExportAudio</action>
<after>ExportMIDI</after>
<menupath>/MainMenu/FileMenu/Export</menupath>
<_label>Export Audio</_label>
<_tooltip>Exports recorded audio output.</_tooltip>
</row>
<row type="scheme">
<action>ExtendSlur</action>
<after>SlurTwo</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Extend Slur</_label>
<_tooltip>Extends the slur finishing at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>F-Major</action>
<menupath>/MainMenu/Educational/AuralTraining/Identify-Scale-Note</menupath>
<_label>F Major</_label>
<_tooltip>Identify Scale Notes that are sounded</_tooltip>
</row>
<row type="scheme">
<action>F-Pentascale</action>
<menupath>/MainMenu/Educational/AuralTraining/Identify-Scale-Note</menupath>
<_label>F Pentascale</_label>
<_tooltip>Identify Scale Notes that are sounded</_tooltip>
</row>
<row type="scheme">
<action>FermataSelectionSwitcher</action>
<after>ToggleAccent</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Fermata (Off/On)</_label>
<_tooltip>Mark/Unmark current selection or object with a fermata</_tooltip>
</row>
<row type="scheme">
<action>ToggleFermata</action>
<after>ToggleStaccato</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Fermata (Off/On)</_label>
<_tooltip>Mark/Unmark the chord with a fermata</_tooltip>
</row>
<row type="scheme">
<action>Ficta</action>
<after>SuggestNatural</after>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Ficta Accidental</_label>
<_tooltip>Prints the accidental above rather than before the note.
In European music from before about 1600, singers were expected to
chromatically alter notes at their own initiative according to certain
rules. This is called musica ficta. In modern transcriptions, these
accidentals are usually printed over the note.</_tooltip>
</row>
<row type="scheme">
<action>FiguredBassFilterOn</action>
<menupath>/MainMenu/InputMenu/MIDI</menupath>
<_label>Figured Bass Filter On</_label>
<_tooltip>Start filtering MIDI events, First note is bass, hold this down while entering notes for figures. Pedal changes harmony on same bass.</_tooltip>
</row>
<row type="scheme">
<action>FindEditPoint</action>
<after>NextHigher</after>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Find Edit Point</_label>
<_tooltip>Searches backward for the start of non-printing notes.</_tooltip>
</row>
<row type="scheme">
<action>FindNextSimilar</action>
<after>NextHigher</after>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Find Next Similar</_label>
<_tooltip>Finds the next object similar to the one at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>ToggleFine</action>
<after>DCAlFine</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>Fine (end). (Off/On)</_label>
<_tooltip>Prints the musical instruction "fine", in italics.</_tooltip>
</row>
<row type="scheme">
<action>Fingering</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Set Finger</_label>
<_tooltip>Attaches a fingering to the note at the cursor. Blank deletes the fingering.</_tooltip>
</row>
<row type="scheme">
<action>Finger0</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Finger 0</_label>
<_tooltip>Inserts fingering for open string</_tooltip>
</row>
<row type="scheme">
<action>Finger1</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Finger 1</_label>
<_tooltip>Inserts fingering for finger 1</_tooltip>
</row>
<row type="scheme">
<action>Finger2</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Finger 2</_label>
<_tooltip>Inserts fingering for finger 2</_tooltip>
</row>
<row type="scheme">
<action>Finger3</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Finger 3</_label>
<_tooltip>Inserts fingering for finger 3</_tooltip>
</row>
<row type="scheme">
<action>Finger4</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Finger 4</_label>
<_tooltip>Inserts fingering for finger 4</_tooltip>
</row>
<row type="scheme">
<action>Finger5</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Finger 5</_label>
<_tooltip>Inserts fingering for finger 5</_tooltip>
</row>
<row type="scheme">
<action>FingeringPosition</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings</menupath>
<_label>Fingering Position</_label>
<_tooltip>Allows you to specify the position of the fingering relative to the note at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>FingeringsDoublestroke</action>
<menupath>/ObjectMenu/NotesRests</menupath>
<_label>Fingerings</_label>
<_tooltip>Place a fingering instruction on a note</_tooltip>
</row>
<row type="scheme">
<action>FirstTimeBar</action>
<after>CloseRepeat</after>
<menupath>/ObjectMenu/MeasureMenu/Repeats</menupath>
<_label>First Time Bar</_label>
<_tooltip>Closes a repeated section and starts a first time bar (printing)</_tooltip>
</row>
<row type="scheme">
<action>FixSlursInStaff</action>
<after>SimplifyTies</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Fix Slurs</_label>
<_tooltip>Removes incorrectly placed slur start/end markers on current voice/staff.</_tooltip>
</row>
<row type="scheme">
<action>CheckTiesInStaff</action>
<after>FixSlursInStaff</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Check Ties</_label>
<_tooltip>Checks for wrongly tied notes in the current voice/staff.</_tooltip>
</row>
<row type="scheme">
<action>FlattenNote</action>
<after>Flatten</after>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Flatten or Append Flattened</_label>
<_tooltip>Flatten note at cursor, or if appending flatten next note entered.</_tooltip>
</row>
<row type="scheme">
<action>DenemoLink</action>
<menupath>/MainMenu/NavigationMenu</menupath>
<_label>Follow Link to Source</_label>
<_tooltip>Follows the link at the cursor to a source document.</_tooltip>
</row>
<row type="scheme">
<action>FootPedalConductor</action>
<after>AngryDelete</after>
<menupath>/MainMenu/InputMenu/MIDI</menupath>
<_label>Foot Pedal Conductor</_label>
<_tooltip>Press the foot pedal at the start of each measure. The bar number is displayed and the beats are interpolated following the timesignature set. Two quick presses of the foot pedal stops the conductor.</_tooltip>
</row>
<row type="scheme">
<action>Footnote</action>
<after>D.C.AlFine</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>Footnote</_label>
<_tooltip>Prints a footnote at the bottom of the current page. The mark is placed above the note at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>NoteColumnShift</action>
<after>ShiftOn</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Force Note Shift</_label>
<_tooltip>On printing the current note/chord will be shifted from notes in other voices by the amount you give. Use with Voice Presets to ensure this chord is in a different voice.</_tooltip>
</row>
<row type="scheme">
<action>Forte</action>
<after>Fortissimo</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/DynamicMarkings</menupath>
<_label>Forte</_label>
<_tooltip>Attaches Forte to chord and MIDI volume</_tooltip>
</row>
<row type="scheme">
<action>Fortissimo</action>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/DynamicMarkings</menupath>
<_label>Fortissimo</_label>
<_tooltip>Places a ff sign on the chord at the cursor</_tooltip>
</row>
<row type="scheme">
<action>TabFull</action>
<after>UnHideNotes</after>
<menupath>/ObjectMenu/Directives/Typesetter/Tablature</menupath>
<_label>Full Tab Notation On</_label>
<_tooltip>Typeset beaming etc with Tablature from the cursor position on.</_tooltip>
</row>
<row type="scheme">
<action>ChangeGeneric</action>
<after>ChangeChannel</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>Generic Control Change</_label>
<_tooltip>Generic 0xB Control Change - User can give the midi bytes, too. </_tooltip>
</row>
<row type="scheme">
<action>Glissando</action>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>Glissando</_label>
<_tooltip>Inserts a glissando (portamento, slide), a line joining the notehead of this and the next note.</_tooltip>
</row>
<row type="scheme">
<action>GoToEmptyMeasure</action>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Go To Next Empty Measure</_label>
<_tooltip>Move cursor to the next point in the current staff where the music ends.</_tooltip>
</row>
<row type="scheme">
<action>GraceAfter</action>
<menupath>/ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Grace After</_label>
<_tooltip>Print the grace note(s) at the cursor attached to the previous note. Beware! You must reissue this command if you change the notes in any way, only the pitch and duration when this command was issued will be printed.</_tooltip>
</row>
<row type="scheme">
<action>GraceNoteSwitcher</action>
<menupath>/ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Grace Note (On/Off)</_label>
<_tooltip>Transforms the current selected notes into grace notes.</_tooltip>
</row>
<row type="scheme">
<action>MakeGrace</action>
<after>ToggleGrace</after>
<menupath>/ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Grace/UnGrace</_label>
<_tooltip>Changes the note at the cursor to/from being a grace note. Gives audio feedback.</_tooltip>
</row>
<row type="scheme">
<action>HalfBarline</action>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Half Barline</_label>
<_tooltip>Insert a barline with only half of its original size</_tooltip>
</row>
<row type="scheme">
<action>ShiftRealHalfDown</action>
<after>ShiftRealHalfUp</after>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Half tone down</_label>
<_tooltip>Transpose/shift the cursor note or selection one half tone down</_tooltip>
</row>
<row type="scheme">
<action>ShiftRealHalfUp</action>
<after>ShiftRealWholeDown</after>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Half tone up</_label>
<_tooltip>Transpose/shift the cursor note or selection one half tone up</_tooltip>
</row>
<row type="scheme">
<action>FiguredBassExercises</action>
<menupath>/MainMenu/Educational/MIDI</menupath>
<_label>Handel's Figured Bass Exercises</_label>
<_tooltip>Allows you to play in chords - a continuo realization - to Handel's continuo-practice exercises. Your continuo realization can optionally be marked to show consecutives.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsHarmonic</action>
<after>MovementNoteheadsPetrucci</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Harmonic</_label>
<_tooltip>Harmonic note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>HarmonicSelectionSwitcher</action>
<after>DownbowSelectionSwitcher</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Harmonic (Off/On)</_label>
<_tooltip>Mark/Unmark current selection or object with a harmonic</_tooltip>
</row>
<row type="scheme">
<action>ToggleHarmonic</action>
<after>ToggleDownBow</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Harmonic (Off/On)</_label>
<_tooltip>Mark/Unmark chord with a harmonic</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsHarmonic-black</action>
<after>MovementNoteheadsHarmonic</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Harmonic-black</_label>
<_tooltip>Harmonic-black note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsHarmonic-mixed</action>
<after>MovementNoteheadsHarmonic-black</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Harmonic-mixed</_label>
<_tooltip>Harmonic-mixed note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>Chapter</action>
<menupath>/ObjectMenu/MovementMenu/Titles/BookTitles</menupath>
<_label>Heading</_label>
<_tooltip>Prints a heading in upper case for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>AdjustBassFigureHeight</action>
<after>EditFiguredBass</after>
<menupath>/ObjectMenu/NotesRests/Markings/FiguredBass</menupath>
<_label>Height of Bass Figure</_label>
<_tooltip>Sets the height of the bass figure above the note. The unit is the distance between adjacent lines in the staff.</_tooltip>
</row>
<row type="scheme">
<action>AdjustFiguredBassHeights</action>
<after>AdjustBassFigureHeight</after>
<menupath>/ObjectMenu/NotesRests/Markings/FiguredBass</menupath>
<_label>Heights of Groups</_label>
<_tooltip>Allows several groups of figures to be individually adjusted for height.</_tooltip>
</row>
<row type="scheme">
<action>HelpAllFeatures</action>
<after>IRC</after>
<menupath>/MainMenu/HelpMenu</menupath>
<_label>Browse Feature-Packed Score</_label>
<_tooltip>Opens a score with examples of many things you can create with Denemo with Explanations attached. Click on the explanations in the Print View window. Or copy and paste useful objects to your score.</_tooltip>
</row>
<row type="scheme">
<action>HelpForReturnKey</action>
<after>About</after>
<menupath>/MainMenu/HelpMenu</menupath>
<_label>Help for Return Keypress</_label>
<_tooltip>Does nothing except explain what the Return key is used for in Denemo, and how to make it an ordinary shortcut if you prefer.</_tooltip>
</row>
<row type="scheme">
<action>HideAccidental</action>
<after>Ficta</after>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Hide Accidental</_label>
<_tooltip>Hides the accidental on the note at the cursor on printing. Does not affect the pitch.</_tooltip>
</row>
<row type="scheme">
<action>HideEmptyStaffs</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter</menupath>
<_label>Hide Empty Staffs (Off/On)</_label>
<_tooltip>Controls whether staffs containing only rests are printed in the current movement. All staffs are printed on the first system (line) thereafter any staff that has only rests for a entire system is dropped. Use this in large scores to fit more systems per page.</_tooltip>
</row>
<row type="scheme">
<action>HideOssia</action>
<after>ShowOssia</after>
<menupath>/ObjectMenu/StaffMenu/Ossia</menupath>
<_label>Hide Ossia</_label>
<_tooltip>Place this at the end of the music to be printed from the Ossia staff</_tooltip>
</row>
<row type="scheme">
<action>LineNumber</action>
<after>LineOrSpace</after>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Identify Line Number</_label>
<_tooltip>Identify the line number in which the note is displayed</_tooltip>
</row>
<row type="scheme">
<action>SpaceNumber</action>
<after>LineNumber</after>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Identify Space Number</_label>
<_tooltip>Identify the space number in which the note is display on</_tooltip>
</row>
<row type="scheme">
<action>NotForLayout</action>
<after>PageBreak</after>
<menupath>/ObjectMenu/Directives/Conditional-Directives</menupath>
<_label>Ignore for Current Layout</_label>
<_tooltip>The Denemo Directive at the cursor will be ignored when printing from the current score layout (See View->Score Layout)</_tooltip>
</row>
<row type="scheme">
<action>Import-Lilypond</action>
<after>Import-Midi</after>
<menupath>/MainMenu/FileMenu/Import</menupath>
<_label>Import Lilypond (Limited)</_label>
<_tooltip>Try to Import a Lilypond File</_tooltip>
</row>
<row type="scheme">
<action>Import-Midi</action>
<after>ImportMusicXml</after>
<menupath>/MainMenu/FileMenu/Import</menupath>
<_label>Import Midi (Limited)</_label>
<_tooltip>Try to Imports a Midi File</_tooltip>
</row>
<row type="scheme">
<action>Import-MusicXml</action>
<after>Import-Lilypond</after>
<menupath>/MainMenu/FileMenu/Import</menupath>
<_label>Import MusicXml</_label>
<_tooltip>Import a MusicXml file</_tooltip>
</row>
<row type="scheme">
<action>IncipitFromSelection</action>
<after>BookCopyright</after>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Incipit from Selection</_label>
<_tooltip>Creates an incipit from the selection. This music will be printed on the title page. Only one voice is supported.</_tooltip>
</row>
<row type="scheme">
<action>Indent</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter/PrintLayout</menupath>
<_label>Indent</_label>
<_tooltip>Alter the indent of the opening system for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>ScoreIndent</action>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout</menupath>
<_label>Indent</_label>
<_tooltip>Indent the first system of every movement by the given amount.</_tooltip>
</row>
<row type="scheme">
<action>ToggleNoteDownTie</action>
<after>ToggleNoteTie</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Individual Note Down-Tie (Off/On)</_label>
<_tooltip>Ties the individual note at the cursor the tie going down; repeat to remove.</_tooltip>
</row>
<row type="scheme">
<action>ToggleNoteTie</action>
<after>InsertTiedNoteDuration</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Individual Note Tie (Off/On)</_label>
<_tooltip>Ties the note at the cursor leaving other notes in the current chord unchanged.</_tooltip>
</row>
<row type="scheme">
<action>ToggleNoteUpTie</action>
<after>ToggleNoteTie</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Individual Note Up-Tie (Off/On)</_label>
<_tooltip>Ties the individual note in a chord the tie being above; repeat command to remove.</_tooltip>
</row>
<row type="scheme">
<action>InitialVoiceAuto</action>
<after>InitialVoiceFour</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Initial Automatic Voice</_label>
<_tooltip>Undoes the effect of the VoiceOne, Two ... commands. The voice has variable stem direction, slur placement etc.</_tooltip>
</row>
<row type="scheme">
<action>InitialVoiceFour</action>
<after>InitialVoiceThree</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Initial Voice Four</_label>
<_tooltip>Sets the (initial) voice of the staff to be voice four (this affects stems down, slurs etc on printing)</_tooltip>
</row>
<row type="scheme">
<action>InitialVoiceOne</action>
<after>JoinVoices</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Initial Voice One</_label>
<_tooltip>Sets the (initial) voice of the staff to be voice one (this affects stems up, slurs etc on printing)</_tooltip>
</row>
<row type="scheme">
<action>InitialVoiceThree</action>
<after>InitialVoiceTwo</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Initial Voice Three</_label>
<_tooltip>Sets the (initial) voice of the staff to be voice three (this affects stems up, slurs etc on printing)</_tooltip>
</row>
<row type="scheme">
<action>InitialVoiceTwo</action>
<after>InitialVoiceOne</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Initial Voice Two</_label>
<_tooltip>Sets the (initial) voice of the staff to be voice two (this affects stems down, slurs etc on printing)</_tooltip>
</row>
<row type="scheme">
<action>ForceBarline</action>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Insert Barline</_label>
<_tooltip>Insert barline at cursor, Denemo's measure count is unaffected.</_tooltip>
</row>
<row type="scheme">
<action>AddDuplicateMeasure</action>
<after>AddMeasure</after>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Insert Duplicate Measure After</_label>
<_tooltip>Inserts a copy of the current measure after the present measure.</_tooltip>
</row>
<row type="scheme">
<action>InsertStandaloneDirective</action>
<menupath>/ObjectMenu/Directives</menupath>
<_label>Insert Lilypond</_label>
<_tooltip>Insert or edit a directive in the LilyPond music typesetting language. This can be used for extra spacing, transposing or almost anything. See LilyPond documentation for ideas.</_tooltip>
</row>
<row type="scheme">
<action>InsertOneNote</action>
<menupath>/ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>Insert Note</_label>
<_tooltip>Inserts a note in the prevailing duration.</_tooltip>
</row>
<row type="scheme">
<action>EnterRest</action>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert Rest</_label>
<_tooltip>Inserts a rest in the prevailing duration</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-InsertReversedStringAsBinaryRhythm</action>
<after>NotationMagick-InsertStringAsBinaryRhythm</after>
<menupath>/MainMenu/EditMenu/NotationMagick/GenerateRhythmFromString</menupath>
<_label>Insert Reversed String as Binary Rhythm</_label>
<_tooltip>Give a string to generate a rhythm out of its ascii chars in binary encoding. The string gets reversed before converting.</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-InsertReversedStringAsReversedBinaryRhythm</action>
<after>NotationMagick-InsertStringAsReversedBinaryRhythm</after>
<menupath>/MainMenu/EditMenu/NotationMagick/GenerateRhythmFromString</menupath>
<_label>Insert Reversed String as Reversed Binary Rhythm</_label>
<_tooltip>Give a string to generate a rhythm out of its ascii chars in binary encoding. The string gets reversed before converting. The rhythm for each letter gets reversed before inserting.</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-InsertPoolShuffled</action>
<menupath>/MainMenu/EditMenu/NotationMagick</menupath>
<_label>Insert Shuffled Pool</_label>
<_tooltip>Inserts all notes, shuffled, from a user-specified pool of notes in Lilypond syntax</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-InsertStringAsBinaryRhythm</action>
<menupath>/MainMenu/EditMenu/NotationMagick/GenerateRhythmFromString</menupath>
<_label>Insert String as Binary Rhythm</_label>
<_tooltip>Give a string to generate a rhythm out of its ascii chars in binary encoding</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-InsertStringAsReversedBinaryRhythm</action>
<after>NotationMagick-InsertReversedStringAsBinaryRhythm</after>
<menupath>/MainMenu/EditMenu/NotationMagick/GenerateRhythmFromString</menupath>
<_label>Insert String as Reversed Binary Rhythm</_label>
<_tooltip>Give a string to generate a rhythm out of its ascii chars in binary encoding. The rhythm for each letter gets reversed before inserting.</_tooltip>
</row>
<row type="scheme">
<action>InsertTwoGraceNotesBeamed</action>
<after>ToggleGrace</after>
<menupath>/ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Insert Two</_label>
<_tooltip>Inserts two grace notes at the cursor beaming them together. Follow with a duration key.</_tooltip>
</row>
<row type="scheme">
<action>InsertWholeMeasureRest</action>
<after>WholeMeasureRest</after>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert Whole Measure Rest</_label>
<_tooltip>Inserts/Appends a rest measure; if the current measure is empty, it simply places the whole measure rest in it.</_tooltip>
</row>
<row type="scheme">
<action>InstallGraceNoteHints</action>
<after>UnGraceAfter</after>
<menupath>/ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Install Grace Note Hints</_label>
<_tooltip>Where a grace note occurs at a boundary the LilyPond typesetter requires extra hints about positioning. This command installs them for the whole movement. It is usually run in the Check Score routine.</_tooltip>
</row>
<row type="scheme">
<action>ScoreInstrument</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Instrument</_label>
<_tooltip>Name of the instrument, centered below the subsubtitle. Also centered at the top of pages (other than the first page).</_tooltip>
</row>
<row type="scheme">
<action>InstrumentName</action>
<after>SmallerStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Instrument Name</_label>
<_tooltip>Print Instrument name before staff at start of score,</_tooltip>
</row>
<row type="scheme">
<action>BookInstrumentation</action>
<after>BookComposer</after>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Instrumentation</_label>
<_tooltip>Prints the instrumentation on the title page. This can be edited for layouts that print just one part or section.</_tooltip>
</row>
<row type="scheme">
<action>JoinChords</action>
<after>SplitChord</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Join music objects</_label>
<_tooltip>Joins all notes, chords and rests in the selection and inserts a new, longer note instead. May create tied notes. Uses the cursor position as pitch.</_tooltip>
</row>
<row type="scheme">
<action>JoinChordsToMergedChord</action>
<after>JoinChords</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Join music objects to new chord</_label>
<_tooltip>Joins all notes, chords and rests in the selection and inserts all selected notes as chord. May create tied notes.</_tooltip>
</row>
<row type="scheme">
<action>Largo</action>
<after>Andante</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/TempoIndications</menupath>
<_label>Largo</_label>
<_tooltip>Attaches Largo to chord</_tooltip>
</row>
<row type="scheme">
<action>MarkupAtEnd</action>
<after>MovementPageBreak</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Text after Movement</_label>
<_tooltip>Inserts the given Lilypond syntax after the current movement.</_tooltip>
</row>
<row type="scheme">
<action>LilyPondDefinition</action>
<after>LilyPondInclude</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>LilyPond Definition</_label>
<_tooltip>Create a definition at the head of the LilyPond output. This can then be referenced in the music. See LilyPond documentation.</_tooltip>
</row>
<row type="scheme">
<action>LilyPondInclude</action>
<after>ScoreBlockProlog</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>LilyPond Include File</_label>
<_tooltip>Allows specification of a LilyPond include file from the Denemo provided include files.</_tooltip>
</row>
<row type="scheme">
<action>ScoreBlockProlog</action>
<after>ScoreProlog</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>LilyPond Score Block Prolog</_label>
<_tooltip>Inserts LilyPond at the start of every score block (movement).</_tooltip>
</row>
<row type="scheme">
<action>ScoreProlog</action>
<after>EditScoreDirective</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>LilyPond Score Prolog</_label>
<_tooltip>Inserts LilyPond syntax for include files etc at head of score.</_tooltip>
</row>
<row type="scheme">
<action>LimitInterSystemSpace</action>
<after>ScoreIndent</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Limit Space Between Systems</_label>
<_tooltip>Limits the extent to which the lines are spaced apart to fill the page.</_tooltip>
</row>
<row type="scheme">
<action>LineBreak</action>
<menupath>/ObjectMenu/Directives/PrintLayout</menupath>
<_label>Line Break</_label>
<_tooltip>(Print) Start a new line (i.e. system) at this measure. This will be ignored if it breaks a beam or tuplet. Use Allow Line Break to break mid-measure.</_tooltip>
</row>
<row type="scheme">
<action>LineOrSpace</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Line and Space Recognition</_label>
<_tooltip>%tests your ability to recognize the difference between line and space</_tooltip>
</row>
<row type="scheme">
<action>ChangeLonga</action>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Longa</_label>
<_tooltip>Change current note duration to Longa</_tooltip>
</row>
<row type="scheme">
<action>InsertLonga</action>
<menupath>/ObjectMenu/NotesRests/InsertNote/InsertDuration</menupath>
<_label>Longa</_label>
<_tooltip>Insert a Longa</_tooltip>
</row>
<row type="scheme">
<action>Longa</action>
<after>Breve</after>
<menupath>/ObjectMenu/NotesRests/EditDuration</menupath>
<_label>Longa</_label>
<_tooltip>Append/Insert Longa duration</_tooltip>
</row>
<row type="scheme">
<action>SetLonga</action>
<after>SetBreve</after>
<menupath>/ObjectMenu/NotesRests/SelectDuration</menupath>
<_label>Longa</_label>
<_tooltip>Sets Longa as the prevailing duration, installing it as a musical snippet.</_tooltip>
</row>
<row type="scheme">
<action>InsertLongaRest</action>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Longa Rest</_label>
<_tooltip>Insert a rest with longa duration</_tooltip>
</row>
<row type="scheme">
<action>MidiAdvanceOnEdit</action>
<menupath>/MainMenu/InputMenu/MIDI</menupath>
<_label>MIDI Advance on Edit</_label>
<_tooltip>Advances the cursor on MIDI note entry. Use in Edit mode.</_tooltip>
</row>
<row type="scheme">
<action>MidiFilterOff</action>
<menupath>/MainMenu/InputMenu/MIDI</menupath>
<_label>MIDI Filter Off</_label>
<_tooltip>Turn off any MIDI filter script currently active.</_tooltip>
</row>
<row type="scheme">
<action>SetMovementTempo</action>
<after>SwapMovements</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>MIDI Tempo</_label>
<_tooltip>Sets the (initial) tempo in quarter notes per minute.</_tooltip>
</row>
<row type="scheme">
<action>Major7Minor7OrDominant7</action>
<after>MajorMinorAugmentedOrDiminished</after>
<menupath>/MainMenu/Educational/AuralTraining/Chord-Comparison</menupath>
<_label>Major7Minor7Dominant7</_label>
<_tooltip>Determine which seventh chord is sounded</_tooltip>
</row>
<row type="scheme">
<action>MajorOrAugmented</action>
<after>DiminishedOrMinor</after>
<menupath>/MainMenu/Educational/AuralTraining/Chord-Comparison</menupath>
<_label>MajorAugmented</_label>
<_tooltip>Determine if chord sounded is Major or Augmented</_tooltip>
</row>
<row type="scheme">
<action>MajorOrMinor</action>
<menupath>/MainMenu/Educational/AuralTraining/Chord-Comparison</menupath>
<_label>MajorMinor</_label>
<_tooltip>Determine if the chord played is major or minor</_tooltip>
</row>
<row type="scheme">
<action>MajorMinorAugmentedOrDiminished</action>
<after>MajorOrAugmented</after>
<menupath>/MainMenu/Educational/AuralTraining/Chord-Comparison</menupath>
<_label>MajorMinorAugmentedDiminished</_label>
<_tooltip>Determine if the chord sounded is Major Minor Augmented or Diminished</_tooltip>
</row>
<row type="scheme">
<action>MarcatoSelectionSwitcher</action>
<after>ToggleFermata</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Marcato (Off/On)</_label>
<_tooltip>Mark/Unmark the selected notes marcato</_tooltip>
</row>
<row type="scheme">
<action>ToggleMarcato</action>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Marcato (Off/On)</_label>
<_tooltip>Mark/Unmark the current chord marcato</_tooltip>
</row>
<row type="scheme">
<action>MarkingInsideSlur</action>
<after>MarkingInsideSlur</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Marking Inside Slur</_label>
<_tooltip>(Print) Next marking will be placed inside the slur.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsMensural</action>
<after>MovementNoteheadsNeomensural</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Mensural</_label>
<_tooltip>Mensural note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>InsertDefinedLilyPond</action>
<after>InsertStandaloneDirective</after>
<menupath>/ObjectMenu/Directives</menupath>
<_label>Menu of Objects to Insert</_label>
<_tooltip>Gives a menu of previously created LilyPondDefinition commands (see Score->LilyPond Definition menu for this)</_tooltip>
</row>
<row type="scheme">
<action>MergeRests</action>
<after>CreateParts</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Merge Rests</_label>
<_tooltip>(Print) Merges rests where two voices have a common rest. Not for whole measure or multi-measure rests.</_tooltip>
</row>
<row type="scheme">
<action>MergeWithNextMeasure</action>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Merge with Next Measure</_label>
<_tooltip>Joins two measures together.</_tooltip>
</row>
<row type="scheme">
<action>ScoreMeter</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Meter</_label>
<_tooltip>Meter string, flush-left below the poet.</_tooltip>
</row>
<row type="scheme">
<action>MezzoForte</action>
<after>Fortissimo</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/DynamicMarkings</menupath>
<_label>Mezzo Forte</_label>
<_tooltip>Attach mf indication to a chord.</_tooltip>
</row>
<row type="scheme">
<action>MezzoPiano</action>
<after>MezzoForte</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/DynamicMarkings</menupath>
<_label>Mezzo Piano</_label>
<_tooltip>prints mp and outputs MIDI vol change#</_tooltip>
</row>
<row type="scheme">
<action>MinimumFret</action>
<after>DynamicText</after>
<menupath>/ObjectMenu/Directives/Typesetter/Tablature</menupath>
<_label>Minimum Fret Number Allowed</_label>
<_tooltip>In a Tab staff, restrict the frets available to larger than the given value.</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-MirrorSelectedObjects</action>
<after>NotationMagick-ReverseSelectedObjects</after>
<menupath>/MainMenu/EditMenu/NotationMagick</menupath>
<_label>Mirror Selected Objects (Axis=Cursor)</_label>
<_tooltip>Mirror the selected notes. Axis is the cursor position.</_tooltip>
</row>
<row type="scheme">
<action>ToggleMordent</action>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Mordent (Off/On)</_label>
<_tooltip>Adds/Removes a Mordent to the note</_tooltip>
</row>
<row type="scheme">
<action>MouseDefault</action>
<menupath>/MainMenu/InputMenu/Mouse</menupath>
<_label>Mouse Default Action</_label>
<_tooltip>Mouse left click positions the cursor, right click edits, left-click with caps-lock does nothing..</_tooltip>
</row>
<row type="scheme">
<action>MouseInsertion</action>
<menupath>/MainMenu/InputMenu/Mouse</menupath>
<_label>Mouse Note Insertion</_label>
<_tooltip>Changes the mouse use when CapsLock is on: left click inserts note in the prevailing duration. The shortcuts for number keys 0, 1, 2 ... are set to change the prevailing duration.</_tooltip>
</row>
<row type="scheme">
<action>MoveToMovementBeginning</action>
<after>MoveToBeginning</after>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move To Movement Beginning</_label>
<_tooltip>Moves the cursor to the beginning of the movement without altering the selection</_tooltip>
</row>
<row type="scheme">
<action>MoveToMovementEnd</action>
<after>MoveToMovementBeginning</after>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move To Movement End</_label>
<_tooltip>Move the cursor to last measure, last staff without altering the selection.</_tooltip>
</row>
<row type="scheme">
<action>MoveToPreviousEmptyMeasure</action>
<after>GoToEmptyMeasure</after>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Move To Previous Empty Measure</_label>
<_tooltip>Move the cursor left until it finds an empty measure or the staffs beginning</_tooltip>
</row>
<row type="scheme">
<action>MultiMeasureRests</action>
<after>InsertWholeMeasureRest</after>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Multi-Measure Rests</_label>
<_tooltip>Creates a multi-measure rest from the whole measure rests after the cursor. You must create the whole measure rests first.</_tooltip>
</row>
<row type="scheme">
<action>StaffMultiMeasureRests</action>
<after>CreateCuesForStaff</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Multi-Measure Rests</_label>
<_tooltip>Groups of whole measure rests of two or more are changed to multi-measure rests for the whole staff.</_tooltip>
</row>
<row type="scheme">
<action>NeoMensuralNotehead</action>
<after>ChangeNotehead</after>
<menupath>/ObjectMenu/NotesRests/NoteheadControl</menupath>
<_label>Neo-mensural</_label>
<_tooltip>Prints note with neomensural style notehead.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsNeomensural</action>
<after>MovementNoteheadsBaroque</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Neomensural</_label>
<_tooltip>Neomensural note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>NewStaffAfter</action>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>New Staff After Current</_label>
<_tooltip>Creates a new staff with the given name, after the current staff. Use the staff to voice command if you want to make this staff a voice on the previous staff.</_tooltip>
</row>
<row type="scheme">
<action>NewStaffBefore</action>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>New Staff Before Current</_label>
<_tooltip>Creates a new staff with the given name, before the current staff.</_tooltip>
</row>
<row type="scheme">
<action>NextBookmark</action>
<menupath>/MainMenu/NavigationMenu/Bookmarks</menupath>
<_label>Next Bookmark</_label>
<_tooltip>Seach forward for bookmarks in the current staff.</_tooltip>
</row>
<row type="scheme">
<action>NextHigher</action>
<after>FindNextLowerNote</after>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Next Higher</_label>
<_tooltip>Move cursor to next note higher than cursor posiiton</_tooltip>
</row>
<row type="scheme">
<action>FindNextLowerNote</action>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Next Lower</_label>
<_tooltip>Moves cursor to next note that is lower than the cursor.</_tooltip>
</row>
<row type="scheme">
<action>NoBeam</action>
<after>Beam1234</after>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>No Beam</_label>
<_tooltip>(Print) Removes beam from current note</_tooltip>
</row>
<row type="scheme">
<action>BeamLeftNone</action>
<after>BeamRightNone</after>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>No Beam Left</_label>
<_tooltip>Typeset the note at the cursor with no beam to the left.</_tooltip>
</row>
<row type="scheme">
<action>BeamRightNone</action>
<after>NoBeam</after>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>No Beam Right</_label>
<_tooltip>Typeset the note at the cursor with no beam to the right.</_tooltip>
</row>
<row type="scheme">
<action>ShiftOff</action>
<after>VoicesDoublestroke</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>No Horizontal Shifts</_label>
<_tooltip>Turns off horizontal displacement of notes (which avoid collisions between parts)</_tooltip>
</row>
<row type="scheme">
<action>NoLineBreak</action>
<after>LineBreak</after>
<menupath>/ObjectMenu/Directives/PrintLayout</menupath>
<_label>No Line Break</_label>
<_tooltip>Disallow a line break at this measure.</_tooltip>
</row>
<row type="scheme">
<action>ReadingNoteNames</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Note Name Recognition</_label>
<_tooltip>%tests your ability to name the notes of the scale</_tooltip>
</row>
<row type="scheme">
<action>NoteNameSpeedTest</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Note Name Speed Recognition</_label>
<_tooltip>%tests your ability to name the notes of the scale</_tooltip>
</row>
<row type="scheme">
<action>NoteNamesDefault</action>
<menupath>/MainMenu/InputMenu/Keyboard</menupath>
<_label>Note Names Default Action</_label>
<_tooltip>Changes the shortcuts for note names a, b, c, d, e, f, g so that they edit the note at the cursor, or append a note when in the appending position.</_tooltip>
</row>
<row type="scheme">
<action>NoteNamesMove</action>
<menupath>/MainMenu/InputMenu/Keyboard</menupath>
<_label>Note Names Move Cursor</_label>
<_tooltip>Changes the shortcuts for note names a, b, c, d, e, f, g so that they move the cursor to the nearest note of that name.</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-InsertNoteFromPool</action>
<menupath>/MainMenu/EditMenu/NotationMagick/SingleRandomNote</menupath>
<_label>Note from Pool</_label>
<_tooltip>Inserts one note from a user-specified pool of notes in Lilypond syntax</_tooltip>
</row>
<row type="scheme">
<action>ShiftRealOctaveDown</action>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Octave Down</_label>
<_tooltip>Shifts current notes/selection down one octave while preserving accidental status. This means real transposition</_tooltip>
</row>
<row type="scheme">
<action>JumpUpOctave</action>
<after>MoveCursorRight</after>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Octave Up</_label>
<_tooltip>Moves cursor up one octave.</_tooltip>
</row>
<row type="scheme">
<action>JumpDownOctave</action>
<after>JumpUpOctave</after>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Octave Down</_label>
<_tooltip>Moves cursor down an octave.</_tooltip>
</row>
<row type="scheme">
<action>ShiftRealOctaveUp</action>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Octave Up</_label>
<_tooltip>Shifts current notes/selection up one octave while preserving accidental status. This means real transposition</_tooltip>
</row>
<row type="scheme">
<action>BeamLeftOne</action>
<after>BeamRightOne</after>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>One Beam Left</_label>
<_tooltip>Prints with just one beam linking to left.</_tooltip>
</row>
<row type="scheme">
<action>BeamRightOne</action>
<after>NoBeam</after>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>One Beam Right</_label>
<_tooltip>Prints with just one beam linking to the right.</_tooltip>
</row>
<row type="scheme">
<action>OpEight</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpEight</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpFive</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpFive</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpFour</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpFour</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpNine</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpNine</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpOne</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpOne</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpSeven</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpSeven</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpSix</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpSix</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpThree</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpThree</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpTwo</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpTwo</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpZero</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>OpZero</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>OpenMyDefaultTemplate</action>
<after>OpenMyTemplate</after>
<menupath>/MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open Default Template</_label>
<_tooltip>Opens the template Default.denemo in the user's custom template folder.</_tooltip>
</row>
<row type="scheme">
<action>OpenRepeat</action>
<menupath>/ObjectMenu/MeasureMenu/Repeats</menupath>
<_label>Open Repeat Section</_label>
<_tooltip>Marks the point where a repeat will start. A correspond close, or first and second time bars are needed.</_tooltip>
</row>
<row type="scheme">
<action>OpenAudio</action>
<after>OpenSourceDialog</after>
<menupath>/MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open Source Audio</_label>
<_tooltip>Opens an audio file which will be mixed with the current movement.</_tooltip>
</row>
<row type="scheme">
<action>OpenSourceDialog</action>
<after>OpenNewWindow</after>
<menupath>/MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open Source for Transcribing</_label>
<_tooltip>Opens a dialog to fetch a source facsimile or manuscript. Links can be placed in the Denemo score to this source file so that the source passage for a given bar can be re-displayed when reviewing the score.</_tooltip>
</row>
<row type="scheme">
<action>Ottava</action>
<after>BreathMark</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Ottava</_label>
<_tooltip>Inserts an 8va mark (transposing the notes accordingly) or terminates one already started.</_tooltip>
</row>
<row type="scheme">
<action>PageBreak</action>
<after>LineBreak</after>
<menupath>/ObjectMenu/Directives/PrintLayout</menupath>
<_label>Page Break</_label>
<_tooltip>(Print) Forces a new page at this barline.</_tooltip>
</row>
<row type="scheme">
<action>MovementPageBreak</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter</menupath>
<_label>Page Break Before</_label>
<_tooltip>Prints this movement starting on a new page</_tooltip>
</row>
<row type="scheme">
<action>ParenthesizeChord</action>
<menupath>/ObjectMenu/ChordMenu</menupath>
<_label>Parenthesize Chord</_label>
<_tooltip>Enclose the chord in ( ) on printing.</_tooltip>
</row>
<row type="scheme">
<action>ParenthesizeNote</action>
<menupath>/ObjectMenu/NotesRests</menupath>
<_label>Parenthesize Note</_label>
<_tooltip>Enclose the note at the cursor in ( ) when printed.</_tooltip>
</row>
<row type="scheme">
<action>PartCombine</action>
<menupath>/ObjectMenu/StaffMenu/Voices/Part-Combining</menupath>
<_label>Part Combine Two Voices</_label>
<_tooltip>The two voices will be printed only once when they are the same, otherwise they will be printed as parts. (Off/On)</_tooltip>
</row>
<row type="scheme">
<action>PasteReplaceSelection</action>
<after>Paste</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Paste and Replace Selection</_label>
<_tooltip>Paste the clipboard. Replace any selected objects. This paste-version also creates new barlines instead of strictly using the copied ones.</_tooltip>
</row>
<row type="scheme">
<action>Performance</action>
<after>Play</after>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Performance (Start/Stop)</_label>
<_tooltip>Plays the current movement, observing repeats, Da Capo, fine and Dal Segno. If playing stops the performance</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsPetrucci</action>
<after>MovementNoteheadsMensural</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Petrucci</_label>
<_tooltip>Petrucci note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>MovementPiece</action>
<menupath>/ObjectMenu/MovementMenu/Titles/SimpleTitles</menupath>
<_label>Piece</_label>
<_tooltip>Prints the name given above and to the left at the start of the movement.</_tooltip>
</row>
<row type="scheme">
<action>Piece</action>
<menupath>/ObjectMenu/MovementMenu/Titles/BookTitles</menupath>
<_label>Piece</_label>
<_tooltip>Prints a piece name for the Movement</_tooltip>
</row>
<row type="scheme">
<action>PlayAll</action>
<after>Play</after>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Play All</_label>
<_tooltip>Plays the current movement from the start, observing any mute objects placed in the staffs.</_tooltip>
</row>
<row type="scheme">
<action>DenemoPlayCursorToEnd</action>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Play from Cursor to End</_label>
<_tooltip>Playback all staffs from the current cursor position to the end of the movement.</_tooltip>
</row>
<row type="scheme">
<action>PlayAtCursor</action>
<after>DenemoPlayCursorToEnd</after>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Play Chord at Cursor</_label>
<_tooltip>Sounds the note or chord at the cursor, using the current staffs instrument.</_tooltip>
</row>
<row type="scheme">
<action>PlayAllAtCursor</action>
<after>PlayAtCursor</after>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Play Music at Cursor</_label>
<_tooltip>Plays the score for the duration of the note/chord at the cursor, starting at that note.</_tooltip>
</row>
<row type="scheme">
<action>RecreateTimebase</action>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Create Timebase</_label>
<_tooltip>Recalculates the timing of each note.</_tooltip>
</row>
<row type="scheme">
<action>ConvertMidiForBass</action>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Convert MIDI Chords Over Bass</_label>
<_tooltip>Takes a MIDI recording over a bass line and inserts the chords by matching the bass notes. Each chord must include the bass note.</_tooltip>
</row>
<row type="scheme">
<action>ScorePoet</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Poet</_label>
<_tooltip>Name of the poet, flush-left below the subsubtitle.</_tooltip>
</row>
<row type="scheme">
<action>BookPoet</action>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Poet/Lyricist</_label>
<_tooltip>Prints the poet or lyricist name on title page</_tooltip>
</row>
<row type="scheme">
<action>TransposeOnPrint</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Transpose on Print (Graphical Interface)</_label>
<_tooltip>Gets an interval from the user: the entire score is transposed by this interval on typesetting - key signatures are transposed as well as notes and chord symbols.</_tooltip>
</row>
<row type="scheme">
<action>TransposeScorePrint</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Transpose on Print (Text Input)</_label>
<_tooltip>Typesets the score transposed by the interval you give - key signatures are transposed as well as notes and chord symbols.</_tooltip>
</row>
<row type="scheme">
<action>PointAndClick</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Point and Click (Off/On)</_label>
<_tooltip>When on, clicking on a note in the Print Preview window takes the cursor to that note. This works also for Rehearsal Marks and many other objects in the score. The only reason to turn it off is for export to PDF file via the Export menu or the PDF button in the Print View. However, using print to file is a better way of doing this (if your operating system supports it) as then it is not needed.</_tooltip>
</row>
<row type="scheme">
<action>PortatoSelectionSwitcher</action>
<after>TogglePortato</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Portato (Off/On)</_label>
<_tooltip>Marks/Unmaks the selection with the Portato</_tooltip>
</row>
<row type="scheme">
<action>TogglePortato</action>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Portato (Off/On)</_label>
<_tooltip>Mark/Unmark the chord Portato</_tooltip>
</row>
<row type="scheme">
<action>TogglePrall</action>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Prall (Off/On)</_label>
<_tooltip>Adds/Removes a prall to the note</_tooltip>
</row>
<row type="scheme">
<action>TogglePrallPrall</action>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>PrallPrall (Off/On)</_label>
<_tooltip>Adds/Removes a PrallPrall to the note</_tooltip>
</row>
<row type="scheme">
<action>Presto</action>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/TempoIndications</menupath>
<_label>Presto</_label>
<_tooltip>Print Presto in bold italics above the chord.</_tooltip>
</row>
<row type="scheme">
<action>PrevBookmark</action>
<menupath>/MainMenu/NavigationMenu/Bookmarks</menupath>
<_label>Prev Bookmark</_label>
<_tooltip>Seach backward for bookmarks in the current staff.</_tooltip>
</row>
<row type="scheme">
<action>PrintAccompanistsScore</action>
<after>PrintSelection</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Accompanist's Score</_label>
<_tooltip>Prints out the score with the topmost staff in tiny size and puts page breaks before each movement.</_tooltip>
</row>
<row type="scheme">
<action>PrintBassPartWithoutFigures</action>
<after>PrintAccompanistsScore</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Bass Part Omitting Figures</_label>
<_tooltip>Prints the Bass part omitting any figured bass figures.</_tooltip>
</row>
<row type="scheme">
<action>PrintPartWithTitlePage</action>
<after>PrintPart</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Part with Title Page</_label>
<_tooltip>Prints part with part name on title page</_tooltip>
</row>
<row type="scheme">
<action>PrintScoreAndParts</action>
<after>Print</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Score and Parts</_label>
<_tooltip>Creates score layouts for the current layout (full score) and parts (named after instrument name). Set instrument names before use.</_tooltip>
</row>
<row type="scheme">
<action>PrintThreeReduced</action>
<after>PrintTwoReduced</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Three Parts as Cue for Accompanist</_label>
<_tooltip>Prints top three parts on one staff as cues.</_tooltip>
</row>
<row type="scheme">
<action>PrintTwoReduced</action>
<after>PrintAccompanistsScore</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print Two Parts as Cue for Accompanist</_label>
<_tooltip>Prints the top two staffs on a single staff as cue.</_tooltip>
</row>
<row type="scheme">
<action>PrintWithAmbitus</action>
<after>PrintAccompanistsScore</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Print with Ambitus</_label>
<_tooltip>Prints the score printing the range (ambitus) of each part at the start of the staff</_tooltip>
</row>
<row type="scheme">
<action>PrintAllLayouts</action>
<after>Print</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Prints All Layouts</_label>
<_tooltip>Prints the score using all the defined score layouts.</_tooltip>
</row>
<row type="scheme">
<action>ChangeProgram</action>
<after>ChangeChannel</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>Program</_label>
<_tooltip>Change the Program of the current channel/staff</_tooltip>
</row>
<row type="scheme">
<action>QuickLilyPondExport</action>
<after>ExportMUDELA</after>
<menupath>/MainMenu/FileMenu/Export</menupath>
<_label>Quick LilyPond Export</_label>
<_tooltip>Exports as LilyPond to a file named the same as the .denemo file but with .ly suffix.</_tooltip>
</row>
<row type="scheme">
<action>QuickLilyPondPart</action>
<after>QuickLilyPondExport</after>
<menupath>/MainMenu/FileMenu/Export</menupath>
<_label>Quick LilyPond Part</_label>
<_tooltip>Writes a file containing the music of the current staff in LilyPond format. The filename is the current file name with \"-denemo\" and the movement and staff numbers appended (and the .ly suffix).</_tooltip>
</row>
<row type="scheme">
<action>RaggedBottom</action>
<after>LimitInterSystemSpace</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Ragged Bottom</_label>
<_tooltip>This turns ragged bottom off/on. If set, systems will not spread vertically down the page. This does not
affect the last page. This should be set for pieces that have only two
or three systems per page, for example orchestral scores.</_tooltip>
</row>
<row type="scheme">
<action>PlayAndRecordMidiIn</action>
<after>MouseOrMidiDrivenPlayback</after>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Playback and Record MIDI (Off/On)</_label>
<_tooltip>Starts (or stops) playing the score from the playhead start (green marker bar) and simultaneously records your playing from MIDI in.
You can stop the playback at any time and then the first MIDI note you entered is marked.
Entering duration keys now enters the notes you played into the score.
If you have no click track at the top one is created - set the keysignature/enharmonic range before you start.</_tooltip>
</row>
<row type="scheme">
<action>ReduceSystemSpacing</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter</menupath>
<_label>Reduce Space Between Systems (On/Off)</_label>
<_tooltip>Reduces the gap between the systems of staffs on a page for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>ReloadDrumHash</action>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Reload the "Drum GM to User" map</_label>
<_tooltip>Reloads the drum map which is needed for DrumGm2User</_tooltip>
</row>
<row type="scheme">
<action>ReminderAccidental</action>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Reminder Accidental</_label>
<_tooltip>Shows the accidental in the print out inside (). Display shows accidental but plain.</_tooltip>
</row>
<row type="scheme">
<action>RemoveDotSelectionSwitcher</action>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Remove Dot</_label>
<_tooltip>Remove one dot for each note in the selection or single note</_tooltip>
</row>
<row type="scheme">
<action>RepeatEnd</action>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Repeat End Barline</_label>
<_tooltip>Insert a barline indicating the end of a repeated section.</_tooltip>
</row>
<row type="scheme">
<action>RepeatEndStart</action>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Repeat End-Start</_label>
<_tooltip>Inserts a barline ending one repeated section and starting another</_tooltip>
</row>
<row type="scheme">
<action>RepeatStart</action>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Repeat Start Barline</_label>
<_tooltip>Insert a barline indicating the start of a repeated section.</_tooltip>
</row>
<row type="scheme">
<action>InsertFirstAndSecondTimeBars</action>
<after>RepeatEndStart</after>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Insert 1st & 2nd Time Bars</_label>
<_tooltip>Inserts first and second time bars each with a whole measure rest. You can then edit this to suit your music, e.g by inserting extra bars, deleting the repeat start etc.</_tooltip>
</row>
<row type="scheme">
<action>EndSecondTimeBar</action>
<after>SecondTimeBar</after>
<menupath>/ObjectMenu/MeasureMenu/Repeats</menupath>
<_label>Close Second Time Bar</_label>
<_tooltip>Closes the second time bar peviously opened (printing)</_tooltip>
</row>
<row type="scheme">
<action>ReplaceChord</action>
<after>Tremolo</after>
<menupath>/ObjectMenu/NotesRests</menupath>
<_label>Replace LilyPond</_label>
<_tooltip>Suppresses the normal LilyPond typetting for the current note/chord/rest replacing it with syntax provided by user.</_tooltip>
</row>
<row type="scheme">
<action>LoadDefaultComposerNumberkeys</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>Reset Keys in Composer Mode</_label>
<_tooltip>Wrapper/Dummy for Keypresses</_tooltip>
</row>
<row type="scheme">
<action>ForAllLayouts</action>
<after>OnlyForLayout</after>
<menupath>/ObjectMenu/Directives/Conditional-Directives</menupath>
<_label>Reset for All Layouts</_label>
<_tooltip>Clears conditional behaviour of this layout. The Directive will apply to all score layouts.</_tooltip>
</row>
<row type="scheme">
<action>RestrainOpenStrings</action>
<after>MinimumFret</after>
<menupath>/ObjectMenu/Directives/Typesetter/Tablature</menupath>
<_label>Restrain Open Strings</_label>
<_tooltip>Restrains the use of open strings in Tablature.</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-ReverseSelectedObjects</action>
<menupath>/MainMenu/EditMenu/NotationMagick</menupath>
<_label>Reverse Selected Objects</_label>
<_tooltip>Revert selected objects</_tooltip>
</row>
<row type="scheme">
<action>ToggleReverseTurn</action>
<after>ToggleTurn</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Reverse Turn (Off/On)</_label>
<_tooltip>Add/Removes a Reverse Turn to the note</_tooltip>
</row>
<row type="scheme">
<action>RHFinger</action>
<after>LHFinger</after>
<menupath>/ObjectMenu/NotesRests/Markings/Strings</menupath>
<_label>Right Hand Fingering</_label>
<_tooltip>Asks for a finger number and typesets p,m,i as appropriate. Use cancel to delete.</_tooltip>
</row>
<row type="scheme">
<action>ScoreVersion</action>
<after>ScoreTagline</after>
<menupath>/ObjectMenu/Score/Titles</menupath>
<_label>Score Version</_label>
<_tooltip>Prints a tiny text in top right corner of the first page.</_tooltip>
</row>
<row type="scheme">
<action>SearchBookmark</action>
<menupath>/MainMenu/NavigationMenu/Bookmarks</menupath>
<_label>Search Bookmark</_label>
<_tooltip>Searches for a named Bookmark in the current staff.</_tooltip>
</row>
<row type="scheme">
<action>SecondTimeBar</action>
<after>FirstTimeBar</after>
<menupath>/ObjectMenu/MeasureMenu/Repeats</menupath>
<_label>Second Time Bar</_label>
<_tooltip>Closes first time bars and starts second time bar(s) (printing)</_tooltip>
</row>
<row type="scheme">
<action>ToggleSegno</action>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>Segno (Off/On)</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="scheme">
<action>SelectAll</action>
<after>UnsetMark</after>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Select All Music In Movement</_label>
<_tooltip>Creates a selection for all the music in the current movement.</_tooltip>
</row>
<row type="scheme">
<action>SelectAllStaffs</action>
<after>SelectStaff</after>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Select All Staffs</_label>
<_tooltip>Selects the whole movement / All staffs</_tooltip>
</row>
<row type="scheme">
<action>SelectColumn</action>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Select Column</_label>
<_tooltip>Selects the whole column</_tooltip>
</row>
<row type="scheme">
<action>SelectLeft</action>
<after>SelectRight</after>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Select Left</_label>
<_tooltip>Move cursor left, selecting the object moved to.</_tooltip>
</row>
<row type="scheme">
<action>SelectMeasure</action>
<after>SelectColumn</after>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Select Measure</_label>
<_tooltip>Create a selection for the entire current measure</_tooltip>
</row>
<row type="scheme">
<action>SelectRight</action>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Select Right</_label>
<_tooltip>Move cursor right, selecting the object moved to.</_tooltip>
</row>
<row type="scheme">
<action>SelectStaff</action>
<after>UnsetMark</after>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Select Staff</_label>
<_tooltip>Selects the whole staff</_tooltip>
</row>
<row type="scheme">
<action>ChoosePalette</action>
<after>UnhidePalettes</after>
<menupath>/MainMenu/ViewMenu/Palettes</menupath>
<_label>Select a Palette to Show</_label>
<_tooltip>Offers the available palettes to un-hide.</_tooltip>
</row>
<row type="scheme">
<action>SelectionToEmptyMeasure</action>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Selection to Next Empty Measure</_label>
<_tooltip>Creates a selection to the next empty measure in the current staff</_tooltip>
</row>
<row type="scheme">
<action>ZoomDialog</action>
<menupath>/MainMenu/ViewMenu/Zoom</menupath>
<_label>Set Display Scale</_label>
<_tooltip>Scales the display by value given by user.</_tooltip>
</row>
<row type="scheme">
<action>SetTabStrings</action>
<after>TabStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu/Tablature</menupath>
<_label>Set Open Strings</_label>
<_tooltip>Sets the open strings for tablature
to the notes of the current chord.</_tooltip>
</row>
<row type="scheme">
<action>StaffSize</action>
<after>TinyStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Set Staff Size</_label>
<_tooltip>Sets the size of the staff on printing relative to the default 0. Value -3 is tiny 3 is large.</_tooltip>
</row>
<row type="scheme">
<action>MidiTempo</action>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>Set Tempo</_label>
<_tooltip>Send a Midi command to change the tempo to a new bpm. No printout.</_tooltip>
</row>
<row type="scheme">
<action>TrillIsPlus</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Set Trill Style as +</_label>
<_tooltip>Prints trills with the common 18th c. notation: a plus sign.</_tooltip>
</row>
<row type="scheme">
<action>StaccatoStaccatissimo</action>
<after>TrillIsPlus</after>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Staccato as '</_label>
<_tooltip>Typesets staccato in 18th c. style, similar to modern stacattissimo. Applies to whole score.</_tooltip>
</row>
<row type="scheme">
<action>SetTuningAllStaffs</action>
<after>SetTuningStaff</after>
<menupath>/ObjectMenu/Directives/Playback</menupath>
<_label>Set Tuning Across All Staffs</_label>
<_tooltip>At this time during playback switch to the temperament set when this command was invoked.</_tooltip>
</row>
<row type="scheme">
<action>SetTuningStaff</action>
<after>TypesettingOn</after>
<menupath>/ObjectMenu/Directives/Playback</menupath>
<_label>Set Tuning for Current Staff</_label>
<_tooltip>At this time in playback the current staff's tuning will switch to the temperament selected when this command is invoked.</_tooltip>
</row>
<row type="scheme">
<action>SharpenNote</action>
<after>Sharpen</after>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Sharpen or Append Sharpened</_label>
<_tooltip>Sharpens the note at the cursor, or if appending sharpen next entered note.</_tooltip>
</row>
<row type="scheme">
<action>PitchShift</action>
<after>ConvertMidiForBass</after>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Shift Pitch</_label>
<_tooltip>Outputs a pitch bend signal to the synthesizer for the value +/- 64 given.</_tooltip>
</row>
<row type="scheme">
<action>ShortInstrumentName</action>
<after>InstrumentName</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Short Instrument Name</_label>
<_tooltip>Prints shortened form of instrument name before this staff
for second and subsequent systems</_tooltip>
</row>
<row type="scheme">
<action>ShortMeasure</action>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Short Measure</_label>
<_tooltip>Allow too few notes/rests in this measure. LilyPond will engrave this measure (in all staffs) with the short duration given by notes already present when this command was issued.</_tooltip>
</row>
<row type="scheme">
<action>ReduceSlur</action>
<after>ExtendSlur</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Shorten Slur from End</_label>
<_tooltip>Shorten a slur that ends at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>UnhidePalettes</action>
<menupath>/MainMenu/ViewMenu/Palettes</menupath>
<_label>Show Hidden Palettes</_label>
<_tooltip>Un-hides all non-empty palettes.</_tooltip>
</row>
<row type="scheme">
<action>ShowLastChange</action>
<after>PasteComment</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Show Last Change</_label>
<_tooltip>Shows the last change recorded on the Undo stack.</_tooltip>
</row>
<row type="scheme">
<action>ShowOssia</action>
<after>CreateOssiaStaff</after>
<menupath>/ObjectMenu/StaffMenu/Ossia</menupath>
<_label>Show Ossia</_label>
<_tooltip>Place this at the start of the music to be printed from the Ossia staff</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-ShuffleSelectedObjects</action>
<after>NotationMagick-MirrorSelectedObjects</after>
<menupath>/MainMenu/EditMenu/NotationMagick</menupath>
<_label>Shuffle Selected Objects</_label>
<_tooltip>Shuffle the selected objects</_tooltip>
</row>
<row type="scheme">
<action>SimplifyTies</action>
<after>TransposeStaffPrint</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Simplify Ties</_label>
<_tooltip>Converts tied notes to longer notes and removes spurious ties.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsSlash</action>
<after>MovementNoteheadsXcircle</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Slash</_label>
<_tooltip>Slash note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>SlurTwo</action>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Slur with Next Note</_label>
<_tooltip>Creates a slur from current note to next note.</_tooltip>
</row>
<row type="scheme">
<action>SmallFontStart</action>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Small Size</_label>
<_tooltip>Music after this is printed in a small size.</_tooltip>
</row>
<row type="scheme">
<action>SmallFontEnd</action>
<after>SmallFontStart</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>End Small Size</_label>
<_tooltip>Printing resumes normal size music.</_tooltip>
</row>
<row type="scheme">
<action>SmallerStaff</action>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Smaller Staff</_label>
<_tooltip>The current staff will print in a smaller size. Use this for the solo part above a piano accompaniment</_tooltip>
</row>
<row type="scheme">
<action>ReadingNoteNamesSolfege</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Solfege Note Name Recognition</_label>
<_tooltip>%tests your ability to name the notes of the scale</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-SortSelectionAscending</action>
<after>NotationMagick-ShuffleSelectedObjects</after>
<menupath>/MainMenu/EditMenu/NotationMagick</menupath>
<_label>Sort Selection (Ascending)</_label>
<_tooltip>Sort all notes in the selection, ascending order.</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-SortSelectionDescending</action>
<after>NotationMagick-SortSelectionAscending</after>
<menupath>/MainMenu/EditMenu/NotationMagick</menupath>
<_label>Sort Selection (Descending)</_label>
<_tooltip>Sort all notes in the selection, descending order.</_tooltip>
</row>
<row type="scheme">
<action>SplitMeasure</action>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Split Measure at Cursor</_label>
<_tooltip>Split the current measure into two at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>SplitChord</action>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Split Note/Chord</_label>
<_tooltip>Split a chord into a specific amount of smaller notes while preserving original duration, generating tuplets if necessary. Not for rests.</_tooltip>
</row>
<row type="scheme">
<action>StaccatissimoSelectionSwitcher</action>
<after>ToggleStaccatissimo</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Staccatissimo (Off/On)</_label>
<_tooltip>Toggles Staccatissimo</_tooltip>
</row>
<row type="scheme">
<action>ToggleStaccatissimo</action>
<after>ToggleStaccato</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Staccatissimo (Off/On)</_label>
<_tooltip>Mark/Unmark chord as Staccatissimo</_tooltip>
</row>
<row type="scheme">
<action>StaccatoSelectionSwitcher</action>
<after>ToggleStaccato</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Staccato (Off/On)</_label>
<_tooltip>Adds the staccato dot or removes it</_tooltip>
</row>
<row type="scheme">
<action>ToggleStaccato</action>
<after>ToggleAccent</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Staccato (Off/On)</_label>
<_tooltip>Mark/Unmark the chord staccato</_tooltip>
</row>
<row type="scheme">
<action>SetCurrentStaffAsVoice</action>
<after>MoveToVoiceDown</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Staff to Voice</_label>
<_tooltip>The current staff will be typeset as a voice on the staff above.</_tooltip>
</row>
<row type="scheme">
<action>StartTuplet</action>
<after>StartTriplet</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Start Arbitrary Tuplet</_label>
<_tooltip>Asks for ratio of tuplet and then puts in a start for that. Use EndTuplet command after entering tuplet notes. Note that the Denemo display will not automatically group the tuplet, but it will print with expected beaming etc.</_tooltip>
</row>
<row type="scheme">
<action>StartBeam</action>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>Start Beam</_label>
<_tooltip>Instructs the LilyPond engraver to start a beam here. (Print effect only)</_tooltip>
</row>
<row type="scheme">
<action>CadenzaOn</action>
<after>Tempo</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Start Cadenza</_label>
<_tooltip>Turns off barlines etc for cadenza</_tooltip>
</row>
<row type="scheme">
<action>OpenFirstTimeBar</action>
<after>ClosingBarline</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Start a First Time Bar</_label>
<_tooltip>(Print) start (a) first time bar(s), use the End Volta command at the end of the first time bar(s)</_tooltip>
</row>
<row type="scheme">
<action>OpenSecondTimeBar</action>
<after>OpenFirstTimeBar</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Start a Second Time Bar</_label>
<_tooltip>(Print) start (a) second time bar(s), use the End Volta command at the end of the first time bar(s)</_tooltip>
</row>
<row type="scheme">
<action>OpenNthTimeBar</action>
<after>OpenSecondTimeBar</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Start an Nth Time Bar</_label>
<_tooltip>Start passage to be played on one or more of the repeats as indicated by the text given by the user (e.g. 3 for third time bar). Finish the passage using the End Volta command.</_tooltip>
</row>
<row type="scheme">
<action>EndVolta</action>
<after>OpenNthTimeBar</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>End Volta (1st, 2nd ... Time Bar)</_label>
<_tooltip>Ends a volta, that is a n'th time bar; without this the opening of a first (Nth) time bar will not be printed.</_tooltip>
</row>
<row type="scheme">
<action>StartDownStems</action>
<menupath>/ObjectMenu/NotesRests/StemControl</menupath>
<_label>Stems Down</_label>
<_tooltip>Stems from now on point downward.</_tooltip>
</row>
<row type="scheme">
<action>StartUpStems</action>
<menupath>/ObjectMenu/NotesRests/StemControl</menupath>
<_label>Stems Up</_label>
<_tooltip>Stems from now on point upward.</_tooltip>
</row>
<row type="scheme">
<action>CountSteps</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Step Counting Exercise</_label>
<_tooltip>%tests your ability to find the number of diatonic notes between two notes</_tooltip>
</row>
<row type="scheme">
<action>StepSkipOrSame</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Step, Skip, or Same?</_label>
<_tooltip>%tests your ability to determine if note is moving by a step or skip</_tooltip>
</row>
<row type="scheme">
<action>BeamingOff</action>
<after>PageBreak</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Stop Beaming</_label>
<_tooltip>(Print)Stop automatic beaming from current position in score.</_tooltip>
</row>
<row type="scheme">
<action>BeamingOn</action>
<after>BeamingOff</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Start Beaming</_label>
<_tooltip>(Print) Start automatic beaming at this point in score. (Used after turning beaming off).</_tooltip>
</row>
<row type="scheme">
<action>StoppedSelectionSwitcher</action>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Stopped (Off/On)</_label>
<_tooltip>Mark/Unmark the selected notes stopped</_tooltip>
</row>
<row type="scheme">
<action>StringNum</action>
<menupath>/ObjectMenu/NotesRests/Markings/Strings</menupath>
<_label>String Number</_label>
<_tooltip>Followed by a number, places string number on note.</_tooltip>
</row>
<row type="scheme">
<action>Section</action>
<menupath>/ObjectMenu/MovementMenu/Titles/BookTitles</menupath>
<_label>Sub-Title</_label>
<_tooltip>Prints a subtitle for the current movement</_tooltip>
</row>
<row type="scheme">
<action>MovementSubtitle</action>
<menupath>/ObjectMenu/MovementMenu/Titles/SimpleTitles</menupath>
<_label>Subtitle</_label>
<_tooltip>Prints the given name below the title of the current movement.</_tooltip>
</row>
<row type="scheme">
<action>SuggestFlat</action>
<after>SuggestSharp</after>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Suggest Flat</_label>
<_tooltip>Prints flat sign over the note at the cursor</_tooltip>
</row>
<row type="scheme">
<action>SuggestNatural</action>
<after>SuggestFlat</after>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Suggest Natural</_label>
<_tooltip>Prints a natural over the note at the cursor</_tooltip>
</row>
<row type="scheme">
<action>SuggestSharp</action>
<after>ReminderAccidental</after>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Suggest Sharp</_label>
<_tooltip>Prints a sharp above the note at the cursor</_tooltip>
</row>
<row type="scheme">
<action>SustainOff</action>
<after>SustainOn</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Sustain Off</_label>
<_tooltip>Prints a Sustain Off Mark</_tooltip>
</row>
<row type="scheme">
<action>SustainOn</action>
<after>BreathMark</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Sustain On</_label>
<_tooltip>Prints a Sustain Pedal On Mark</_tooltip>
</row>
<row type="scheme">
<action>SynchronizeAudio</action>
<after>PlayAndRecordMidiIn</after>
<menupath>/MainMenu/PlaybackMenu/Audio</menupath>
<_label>Synchronize Audio</_label>
<_tooltip>Plays the audio attached to the current movement. Creates a timing bar for each space bar press. Music written in the staffs below will synchronize with the audio.</_tooltip>
</row>
<row type="scheme">
<action>SystemSystemPadding</action>
<after>ScoreIndent</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>System to System Padding</_label>
<_tooltip>Allows control over the padding between successive systems down the page. (A system is all the staffs representing the music at one time, sometimes called a "line" of music).</_tooltip>
</row>
<row type="scheme">
<action>TabStaff</action>
<after>TinyStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu/Tablature</menupath>
<_label>Tablature</_label>
<_tooltip>Converts to tablature notation (print only)</_tooltip>
</row>
<row type="scheme">
<action>TocTitle</action>
<after>BookPoet</after>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Table of Contents Title</_label>
<_tooltip>Gives a heading for a table of contents, inserting the table in the book.</_tooltip>
</row>
<row type="scheme">
<action>ScoreTagline</action>
<menupath>/ObjectMenu/Score/Titles</menupath>
<_label>Tagline</_label>
<_tooltip> Centered at the bottom of the last page.</_tooltip>
</row>
<row type="scheme">
<action>TaglineLink</action>
<after>ScoreTagline</after>
<menupath>/ObjectMenu/Score/Titles</menupath>
<_label>Tagline with Link</_label>
<_tooltip>Creates a tagline with a link in PDF output.</_tooltip>
</row>
<row type="scheme">
<action>MetronomeMark</action>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Tempi and Metronome Marks</_label>
<_tooltip>Insert tempi and/or metronome marks, printed or not, adjust playback tempo to suit</_tooltip>
</row>
<row type="scheme">
<action>TenutoSelectionSwitcher</action>
<after>ToggleTenuto</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Tenuto (Off/On)</_label>
<_tooltip>Toggles the Tenuto Line _ On/Off</_tooltip>
</row>
<row type="scheme">
<action>ToggleTenuto</action>
<after>ToggleFermata</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Tenuto (Off/On)</_label>
<_tooltip>Mark/Unmark the chord Tenuto</_tooltip>
</row>
<row type="scheme">
<action>TextInsideSlur</action>
<after>AvoidSlurAccidentalCollision</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Text Inside Slur</_label>
<_tooltip>(Print) Next text marking will be placed inside the slur.</_tooltip>
</row>
<row type="scheme">
<action>AttachedText</action>
<after>TextAbove</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks</menupath>
<_label>Multi-line Text and Music</_label>
<_tooltip>Attaches multi-line text which can include music snippets, transposing note/chord names, fret-diagrams, with control over bold, italic font size and more. Double quotes and {} must be paired - check with the Preview button before okaying the markup. Newlines are triggered by the paragraph sign.
</_tooltip>
</row>
<row type="scheme">
<action>TextAnnotation</action>
<after>CriticalComment</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Textual Annotation</_label>
<_tooltip>Allows placing arbitrary text on the score which can then be dragged in the final typeset view for fine control over positioning.</_tooltip>
</row>
<row type="scheme">
<action>BeamLeftThree</action>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>Three Beams Left</_label>
<_tooltip>Prints with just three beams linking to the left.</_tooltip>
</row>
<row type="scheme">
<action>BeamRightThree</action>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>Three Beams Right</_label>
<_tooltip>Prints with just three beams linking to the right.</_tooltip>
</row>
<row type="scheme">
<action>TimesigWithBeatStructure</action>
<after>InsertTimeSig</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Time Signature with Beaming Rule</_label>
<_tooltip>Inserts a time signature with indication for how to beam the notes. Insert at beginning of staff in order to replace the initial time signature.</_tooltip>
</row>
<row type="scheme">
<action>TinyStaff</action>
<after>SmallerStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Tiny Staff</_label>
<_tooltip>Prints current staff in a tiny font.</_tooltip>
</row>
<row type="scheme">
<action>TinyStaffAllMovements</action>
<after>TinyStaff</after>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Tiny Staff in All Movements</_label>
<_tooltip>Gets a staff number 1 ... n from user and makes that staff tiny in all movements.</_tooltip>
</row>
<row type="scheme">
<action>BookTitle</action>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Title</_label>
<_tooltip>Prints a title on title page</_tooltip>
</row>
<row type="scheme">
<action>MovementTitle</action>
<menupath>/ObjectMenu/MovementMenu/Titles/SimpleTitles</menupath>
<_label>Title</_label>
<_tooltip>Prints the name given as a title above the current movement.</_tooltip>
</row>
<row type="scheme">
<action>ScoreTitle</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Title</_label>
<_tooltip>Prints the name given as a title centered at the start of the score.</_tooltip>
</row>
<row type="scheme">
<action>TitledPiece</action>
<menupath>/ObjectMenu/MovementMenu/Titles/BookTitles</menupath>
<_label>Title</_label>
<_tooltip>Prints title for the current movement, which will get a page reference in a table of contents.</_tooltip>
</row>
<row type="scheme">
<action>CriticalCommentaryIntro</action>
<after>TocTitle</after>
<menupath>/ObjectMenu/Score/Titles/BookTitles/Epilog</menupath>
<_label>Title and Introduction</_label>
<_tooltip>A button is created for putting a title and introductory text for a critical commentary at the end of the score.</_tooltip>
</row>
<row type="scheme">
<action>MoveNoteToCursor</action>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>To Cursor</_label>
<_tooltip>Moves the nearest note to join the cursor</_tooltip>
</row>
<row type="scheme">
<action>ToggleImmediatePlayback</action>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Toggle Immediate Playback</_label>
<_tooltip>Toggle on/off if you want to hear the note directly after inserting/changing.</_tooltip>
</row>
<row type="scheme">
<action>ToggleTripleting</action>
<after>ToggleTupletNumbering</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Toggle Triplet Entry (Off/On)</_label>
<_tooltip>Inserts a start triplet or end tuple alternately.</_tooltip>
</row>
<row type="scheme">
<action>ShiftDown</action>
<after>ShiftUp</after>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Tonal step down</_label>
<_tooltip>Transpose/shift the cursor note or selection one step down, stay in the keysignature.</_tooltip>
</row>
<row type="scheme">
<action>ShiftUp</action>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Tonal step up</_label>
<_tooltip>Transpose/shift the cursor note or selection one step up, stay in the keysignature.</_tooltip>
</row>
<row type="scheme">
<action>UpDownOrSame</action>
<menupath>/MainMenu/Educational/Note-Reading</menupath>
<_label>Trace Note Direction</_label>
<_tooltip>%tests your note tracking ability</_tooltip>
</row>
<row type="scheme">
<action>Tremolo</action>
<menupath>/ObjectMenu/NotesRests</menupath>
<_label>Tremolo</_label>
<_tooltip>Prints the note at the cursor with the tremolo marking for the subdivisions specified.</_tooltip>
</row>
<row type="scheme">
<action>ToggleTrill</action>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Trill (Off/On)</_label>
<_tooltip>Adds/Removes a trill to the note</_tooltip>
</row>
<row type="scheme">
<action>Tripletize</action>
<after>ToggleTripleting</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Triplet-ize</_label>
<_tooltip>Turns the note on or before the cursor into a triplet of notes with the same total duration.</_tooltip>
</row>
<row type="scheme">
<action>TripletizeSlurred</action>
<after>Tripletize</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Triplet-ize (Slurred)</_label>
<_tooltip>Turns the note at or before the cursor into a triplet of the same total duration, slurring the triplet.</_tooltip>
</row>
<row type="scheme">
<action>ToggleTupletBracketsIfBeamed</action>
<after>ToggleTupletNumbering</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Tuplet Brackets if not Beamed</_label>
<_tooltip>Turns tuplet brackets off for beamed notes. Affects tuplets from the cursor onwards.</_tooltip>
</row>
<row type="scheme">
<action>ToggleTupletNumbering</action>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Tuplet Numbering (On/Off)</_label>
<_tooltip>Control whether tuplet numbers will be printed over tuplets.</_tooltip>
</row>
<row type="scheme">
<action>ToggleTurn</action>
<after>TogglePrallPrall</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Turn (Off/On)</_label>
<_tooltip>Add/Removes a Turn to the note</_tooltip>
</row>
<row type="scheme">
<action>SetNewbieStatus</action>
<after>HelpForReturnKey</after>
<menupath>/MainMenu/HelpMenu</menupath>
<_label>Turn Excessive Tooltips (Off/On)</_label>
<_tooltip>Sets your status as a newbie on or off. This affects the tooltips and palettes.
Note you can also independently delay tooltips, indefinitely if you wish, via the preferences dialog. See Edit->Change Preferences->Command Behavior</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-TwelveToneRow</action>
<menupath>/MainMenu/EditMenu/NotationMagick</menupath>
<_label>Twelve Tone Row</_label>
<_tooltip>Generates twelve notes of the prevailing duration, each is unique so the whole chromatic range gets inserted in a random manner. </_tooltip>
</row>
<row type="scheme">
<action>BeamLeftTwo</action>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>Two Beams Left</_label>
<_tooltip>Prints with just two beams linking to the left.</_tooltip>
</row>
<row type="scheme">
<action>BeamRightTwo</action>
<menupath>/ObjectMenu/NotesRests/Beaming</menupath>
<_label>Two Beams Right</_label>
<_tooltip>Prints with just two beams linking to the right.</_tooltip>
</row>
<row type="scheme">
<action>TwoTimeSignatures</action>
<after>TimesigWithBeatStructure</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Two Time Signatures</_label>
<_tooltip>Prints two time-signatures, the second is active.</_tooltip>
</row>
<row type="scheme">
<action>DenemoBar</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Typeset Barlines Literally</_label>
<_tooltip>Typesets the Denemo barlines, regardless of the timing.</_tooltip>
</row>
<row type="scheme">
<action>DeactivateTimeSignatureStencil</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>(Print) Don't Engrave Time Signatures</_label>
<_tooltip>Deactivates the stencil for Time Signatures for the whole score, which prevents them from getting drawn and taking space. But the logic is still active.</_tooltip>
</row>
<row type="scheme">
<action>TypesetVersesAtEnd</action>
<after>DeleteVerse</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Typeset Verses at End</_label>
<_tooltip>Let's you choose a number of verses to print at the end of the piece (movement). Use a customized score layout to prevent them from appearing beneath the music in addition.</_tooltip>
</row>
<row type="scheme">
<action>TypesettingOff</action>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>TypesettingOff</_label>
<_tooltip>Turns off typesetting from that point until turned on.</_tooltip>
</row>
<row type="scheme">
<action>TypesettingOn</action>
<after>TypesettingOff</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>TypesettingOn</_label>
<_tooltip>Turns on typesetting from this point forward in all staffs.</_tooltip>
</row>
<row type="scheme">
<action>UnGraceAfter</action>
<after>GraceAfter</after>
<menupath>/ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Un-Grace After</_label>
<_tooltip>Make the grace note at the cursor closer to the following rather than preceding note.</_tooltip>
</row>
<row type="scheme">
<action>ToggleUpPrall</action>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Up Prall (Off/On)</_label>
<_tooltip>Adds/Removes Up Prall ornament</_tooltip>
</row>
<row type="scheme">
<action>ToggleTieUp</action>
<after>ToggleTieDown</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Up Tie (Off/On)</_label>
<_tooltip>Ties to next note, tie upwards, or removes tie.</_tooltip>
</row>
<row type="scheme">
<action>ToggleUpBow</action>
<after>ToggleTenuto</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>UpBow (Off/On)</_label>
<_tooltip>Mark/Unmark chord with an Up Bow</_tooltip>
</row>
<row type="scheme">
<action>UpBowSelectionSwitcher</action>
<after>MarcatoSelectionSwitcher</after>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>UpBow (Off/On)</_label>
<_tooltip>Mark/Unmark current selection or note with UpBow</_tooltip>
</row>
<row type="scheme">
<action>ShiftOn</action>
<after>ShiftOff</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Use Horizontal Shifts</_label>
<_tooltip>Turns on horizontal displacements of notes where needed.</_tooltip>
</row>
<row type="scheme">
<action>VoicesDoublestroke</action>
<menupath>/ObjectMenu/Directives/Typesetter/Voices</menupath>
<_label>Voice Preset</_label>
<_tooltip>Choose a preset for four voices or automatic voice.</_tooltip>
</row>
<row type="scheme">
<action>VoicePreset1</action>
<after>VoicePresetAutomatic</after>
<menupath>/ObjectMenu/Directives/Typesetter/Voices</menupath>
<_label>Voice Preset 1 (Stems Up)</_label>
<_tooltip>Preset for first voice. Stems up</_tooltip>
</row>
<row type="scheme">
<action>VoicePreset2</action>
<after>VoicePreset1</after>
<menupath>/ObjectMenu/Directives/Typesetter/Voices</menupath>
<_label>Voice Preset 2 (Stems Down)</_label>
<_tooltip>Preset for second voice. Stems down.</_tooltip>
</row>
<row type="scheme">
<action>VoicePreset3</action>
<after>VoicePreset2</after>
<menupath>/ObjectMenu/Directives/Typesetter/Voices</menupath>
<_label>Voice Preset 3 (Stems Up)</_label>
<_tooltip>Preset for third voice. Stems up.</_tooltip>
</row>
<row type="scheme">
<action>VoicePreset4</action>
<after>VoicePreset3</after>
<menupath>/ObjectMenu/Directives/Typesetter/Voices</menupath>
<_label>Voice Preset 4 (Stems Down)</_label>
<_tooltip>Preset for voice four. Stems down.</_tooltip>
</row>
<row type="scheme">
<action>VoicePresetAutomatic</action>
<menupath>/ObjectMenu/Directives/Typesetter/Voices</menupath>
<_label>Voice Preset Automatic</_label>
<_tooltip>Automatic voice preset. Resets to normal behaviour.</_tooltip>
</row>
<row type="scheme">
<action>SetCurrentVoiceAsStaff</action>
<after>SetCurrentStaffAsVoice</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Voice to Staff</_label>
<_tooltip>The current voice will be typeset on its own staff.</_tooltip>
</row>
<row type="scheme">
<action>ChangeVolume</action>
<after>ChangeProgram</after>
<menupath>/ObjectMenu/Directives/Playback/MIDI</menupath>
<_label>Volume</_label>
<_tooltip>Change the Volume of a channel/staff</_tooltip>
</row>
<row type="scheme">
<action>WholeMeasureRepeat</action>
<after>ParenthesizeNote</after>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Whole Measure Repeat</_label>
<_tooltip>Inserts a whole measure repeat sign.</_tooltip>
</row>
<row type="scheme">
<action>WholeMeasureRest</action>
<after>EnterRest</after>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Whole Measure Rest</_label>
<_tooltip>Inserts a whole measure rest at the cursor</_tooltip>
</row>
<row type="scheme">
<action>ShiftRealWholeDown</action>
<after>ShiftRealWholeUp</after>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Whole tone down</_label>
<_tooltip>Transpose/shift the cursor note or selection one whole tone down</_tooltip>
</row>
<row type="scheme">
<action>ShiftRealWholeUp</action>
<menupath>/ObjectMenu/NotesRests/Transpose</menupath>
<_label>Whole tone up</_label>
<_tooltip>Transpose/shift the cursor note or selection one whole tone up</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsXcircle</action>
<after>MovementNoteheadsCross</after>
<menupath>/ObjectMenu/MovementMenu/Typesetter/NoteHeadStyles</menupath>
<_label>Xcircle</_label>
<_tooltip>Xcircle note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>ZoomIn</action>
<menupath>/MainMenu/ViewMenu/Zoom</menupath>
<_label>Zoom In</_label>
<_tooltip>Zoom In</_tooltip>
</row>
<row type="scheme">
<action>ZoomOut</action>
<menupath>/MainMenu/ViewMenu/Zoom</menupath>
<_label>Zoom Out</_label>
<_tooltip>Zoom Out</_tooltip>
</row>
<row type="scheme">
<action>ZoomReset</action>
<menupath>/MainMenu/ViewMenu/Zoom</menupath>
<_label>Zoom to 100%</_label>
<_tooltip>Zoom to 100%, restore the original size</_tooltip>
</row>
<row type="scheme">
<action>FlattenKeysig</action>
<after>SharpenKeysig</after>
<menupath>/ObjectMenu/Key</menupath>
<_label>♭</_label>
<_tooltip>Flattens the key signature by one degree. If no key signature at the cursor, operates on the initial key signature.</_tooltip>
</row>
<row type="scheme">
<action>FlattenInitialKeysigs</action>
<after>SharpenInitialKeysigs</after>
<menupath>/ObjectMenu/Key</menupath>
<_label>♭ Initial</_label>
<_tooltip>Flattens the inital key signature by one degree on all staffs/voices.</_tooltip>
</row>
<row type="scheme">
<action>SharpenKeysig</action>
<after>InitialKey</after>
<menupath>/ObjectMenu/Key</menupath>
<_label>♯</_label>
<_tooltip>Sharpens the key signature by one degree. If no key signature at cursor, sharpens the initial key signature.</_tooltip>
</row>
<row type="scheme">
<action>SharpenInitialKeysigs</action>
<after>InitialKey</after>
<menupath>/ObjectMenu/Key</menupath>
<_label>♯ Initial</_label>
<_tooltip>Sharpens the inital key signature by one degree on all staffs/voices.</_tooltip>
</row>
<row type="scheme">
<action>NewStructuredStaff</action>
<after>NewStaffBefore</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>New Structured Staff</_label>
<_tooltip>Creates a new staff below the current staff with the same time signature changes inserted.</_tooltip>
</row>
<row type="scheme">
<action>CreateClickStaffForMidi</action>
<menupath>/ObjectMenu/StaffMenu/InsertStaff/MIDI</menupath>
<_label>Create Click Track Staff</_label>
<_tooltip>Creates a staff at the top of this score from the imported MIDI using tempo and time signature information (if present). The measures are filled with drum beats so that pitches in the MIDI tracks can be displayed above them. When you have finished the import you can delete this staff.</_tooltip>
</row>
<row type="scheme">
<action>LoadMidiTrack</action>
<after>CreateClickStaffForMidi</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff/MIDI</menupath>
<_label>Insert Staff for MIDI Track</_label>
<_tooltip>Creates a staff below the click track for the MIDI track selected. The staff is empty except for time signature and tempo changes. The MIDI pitches from the track are displayed above the click track and notes can be inserted by double-clicking on a MIDI pitch and entering the rhythm.</_tooltip>
</row>
<row type="scheme">
<action>GuidedMidiImport</action>
<after>OpenAudio</after>
<menupath>/MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open Source MIDI</_label>
<_tooltip>Opens a MIDI file for transcribing. Load each track in turn and insert the MIDI notes by playing the durations.</_tooltip>
</row>
<row type="scheme">
<action>NextNoteOnset</action>
<after>DenemoLink</after>
<menupath>/MainMenu/NavigationMenu/MIDI</menupath>
<_label>Next Note Onset</_label>
<_tooltip>Moves to the next MIDI note onset in the current recorded or imported MIDI track. Inserted durations will take their pitch from this note.</_tooltip>
</row>
<row type="scheme">
<action>PreviousNoteOnset</action>
<after>NextNoteOnset</after>
<menupath>/MainMenu/NavigationMenu/MIDI</menupath>
<_label>Previous Note Onset</_label>
<_tooltip>Moves the marked MIDI note onset to the one before the current one.</_tooltip>
</row>
<row type="scheme">
<action>FirstNoteOnset</action>
<after>PreviousNoteOnset</after>
<menupath>/MainMenu/NavigationMenu/MIDI</menupath>
<_label>First Note Onset</_label>
<_tooltip>The first recorded or imported MIDI note onset in the current track becomes marked so that entered durations will be given its pitch.</_tooltip>
</row>
<row type="scheme">
<action>UnmarkNoteOnset</action>
<after>FirstNoteOnset</after>
<menupath>/MainMenu/NavigationMenu/MIDI</menupath>
<_label>Un-mark Note Onsets</_label>
<_tooltip>Removes the mark from the MIDI note onset, so that inserting durations have their normal meaning.</_tooltip>
</row>
<row type="scheme">
<action>InsertMarkedMidi</action>
<after>Tremolo</after>
<menupath>/ObjectMenu/NotesRests/MIDI</menupath>
<_label>Insert Marked MIDI</_label>
<_tooltip>Inserts the marked MIDI note from the current track, using the duration suggested. Use duration keys to insert the same note with a different duration.</_tooltip>
</row>
<row type="scheme">
<action>SelectMidiImportStrategy</action>
<after>Import-MusicXml</after>
<menupath>/MainMenu/FileMenu/Import</menupath>
<_label>Import MIDI</_label>
<_tooltip>Import Music from a MIDI file, either guided or (in simple cases) automatically.</_tooltip>
</row>
<row type="scheme">
<action>PreviousMidiTrack</action>
<after>NewStructuredStaff</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff/MIDI</menupath>
<_label>Load Previous MIDI Track</_label>
<_tooltip>Creates a staff for the imported MIDI track previous to the current one, making that the current one.</_tooltip>
</row>
<row type="scheme">
<action>NextMidiTrack</action>
<after>PreviousMidiTrack</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff/MIDI</menupath>
<_label>Load Next Midi Track</_label>
<_tooltip>Creates a staff for the next MIDI track after the current one, making that the current one.</_tooltip>
</row>
<row type="scheme">
<action>DeleteRecordedMidi</action>
<after>DeletePreviousObject</after>
<menupath>/MainMenu/EditMenu/Delete</menupath>
<_label>Delete Imported/Recorded Midi</_label>
<_tooltip>Deletes the MIDI that has been imported or recorded via MIDI in.</_tooltip>
</row>
<row type="scheme">
<action>NonPrintingStaff</action>
<after>ShortInstrumentName</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Non Printing Staff</_label>
<_tooltip>Turns the on/off whether this staff will be typeset. The staff still displays normally but will be dropped for the print view.</_tooltip>
</row>
<row type="scheme">
<action>CursorToMarkedMidiNotePosition</action>
<after>UnmarkNoteOnset</after>
<menupath>/MainMenu/NavigationMenu/MIDI</menupath>
<_label>Cursor to Marked Onset</_label>
<_tooltip>Moves the Denemo cursor to the note to which the marked MIDI note onset belongs.</_tooltip>
</row>
<row type="scheme">
<action>ChangeTo0</action>
<after>RemoveDot</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Change Duration To 𝅝</_label>
<_tooltip>Changes the note or rest at the cursor to 𝅝 duration. Works also in appending position.</_tooltip>
</row>
<row type="scheme">
<action>ChangeTo1</action>
<after>ChangeTo0</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Change Duration To 𝅗𝅥</_label>
<_tooltip>Changes the note or rest at the cursor to 𝅗𝅥 duration. Works also in appending position.</_tooltip>
</row>
<row type="scheme">
<action>ChangeTo2</action>
<after>ChangeTo1</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Change Duration To 𝅘𝅥</_label>
<_tooltip>Changes the note or rest at the cursor to 𝅘𝅥 duration. Works also in appending position.</_tooltip>
</row>
<row type="scheme">
<action>ChangeTo3</action>
<after>ChangeTo2</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Change Duration To 𝅘𝅥𝅮</_label>
<_tooltip>Changes the note or rest at the cursor to 𝅘𝅥𝅮 duration. Works also in appending position.</_tooltip>
</row>
<row type="scheme">
<action>ChangeTo4</action>
<after>ChangeTo3</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Change Duration To 𝅘𝅥𝅯</_label>
<_tooltip>Changes the note or rest at the cursor to 𝅘𝅥𝅯 duration. Works also in appending position.</_tooltip>
</row>
<row type="scheme">
<action>ChangeTo5</action>
<after>ChangeTo4</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Change Duration To 𝅘𝅥𝅰</_label>
<_tooltip>Changes the note or rest at the cursor to 𝅘𝅥𝅰 duration. Works also in appending position.</_tooltip>
</row>
<row type="scheme">
<action>ChangeTo6</action>
<after>ChangeTo5</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Change Duration To 𝅘𝅥𝅱</_label>
<_tooltip>Changes the note or rest at the cursor to 𝅘𝅥𝅱 duration. Works also in appending position.</_tooltip>
</row>
<row type="scheme">
<action>ChangeTo7</action>
<after>ChangeTo6</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Change Duration To 𝅘𝅥𝅲</_label>
<_tooltip>Changes the note or rest at the cursor to 𝅘𝅥𝅲 duration. Works also in appending position.</_tooltip>
</row>
<row type="scheme">
<action>ApparentTimeSignature</action>
<after>SingleDigitTimeSig</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Apparent Time Signature</_label>
<_tooltip>Typesets a time signature which is not the one actually being used. This is used in polymetric music, often in conjunction with a tuplet spanning the whole staff.</_tooltip>
</row>
<row type="scheme">
<action>ScoreComment</action>
<after>EditScoreDirective</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>Comment</_label>
<_tooltip>Stores any textual commentary you may have for this score.</_tooltip>
</row>
<row type="scheme">
<action>SetThumbnail</action>
<menupath>/MainMenu/FileMenu/SaveMenu</menupath>
<_label>Set Thumbnail from Selection</_label>
<_tooltip>Sets the thumbnail for opening this file to the selection. (The selection must be in the first movement).</_tooltip>
</row>
<row type="scheme">
<action>AccompanistsScore</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Accompanist's Score (Off/On)</_label>
<_tooltip>Sets/Unsets the top staff of each movement to a tiny font, with the lower staffs - the accompaniment - at the normal font. Print effect only.</_tooltip>
</row>
<row type="scheme">
<action>BarNumberingInterval</action>
<menupath>/ObjectMenu/Score/Typesetter/Numbering</menupath>
<_label>Bar Numbering Interval</_label>
<_tooltip>Sets the interval at which bar numbers will be printed on typesetting.</_tooltip>
</row>
<row type="scheme">
<action>MMRExpandLimit</action>
<after>AutoAccidentals</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Multi-Measure Rest Expand Limit</_label>
<_tooltip>In Multi-Measure rests: controls how many measures rest are notated as church rests before numbers are used.</_tooltip>
</row>
<row type="scheme">
<action>TieShape</action>
<menupath>/ObjectMenu/NotesRests/TiedNotes/Shape</menupath>
<_label>Tie Shape</_label>
<_tooltip>Gives a choice of modifications to make to the following tie.</_tooltip>
</row>
<row type="scheme">
<action>ShapeTieFlatter</action>
<menupath>/ObjectMenu/NotesRests/TiedNotes/Shape</menupath>
<_label>Flatter/More Curved</_label>
<_tooltip>Makes the next tie more or less curved depending on the value given. The change is relative to the current shape, not the default shape.</_tooltip>
</row>
<row type="scheme">
<action>ShapeTieHigher</action>
<after>ShapeTieFlatter</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes/Shape</menupath>
<_label>Higher/Lower.</_label>
<_tooltip>Moves the next tie higher/lower by the amount given from the current position.</_tooltip>
</row>
<row type="scheme">
<action>ShapeTieWider</action>
<after>ShapeTieHigher</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes/Shape</menupath>
<_label>Widen/Make Narrower</_label>
<_tooltip>Makes the next tie wider/narrower by the amount given. The change is relative to the default value.</_tooltip>
</row>
<row type="scheme">
<action>Void</action>
<after>AutoAccidentals</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Hide Next</_label>
<_tooltip>On printing the next music item will be omitted from the score. Use with conditional directives to leave out music for certain layouts.</_tooltip>
</row>
<row type="scheme">
<action>CheckAndPrint</action>
<after>Print</after>
<menupath>/MainMenu/FileMenu/PrintMenu</menupath>
<_label>Check and Print</_label>
<_tooltip>Checks the score for errors, if none are found proceeds to typeset and print the current layout.</_tooltip>
</row>
<row type="scheme">
<action>PartCombineChords</action>
<after>InitialVoice</after>
<menupath>/ObjectMenu/StaffMenu/Voices/Part-Combining</menupath>
<_label>Part Combine Chords</_label>
<_tooltip>From the cursor onwards chords will be combined from the parts included in the part combine command.</_tooltip>
</row>
<row type="scheme">
<action>PartCombineUnisono</action>
<after>PartCombineChords</after>
<menupath>/ObjectMenu/StaffMenu/Voices/Part-Combining</menupath>
<_label>Unisono</_label>
<_tooltip>Combine parts as unison.</_tooltip>
</row>
<row type="scheme">
<action>PartCombineAutomatic</action>
<after>PartCombineUnisono</after>
<menupath>/ObjectMenu/StaffMenu/Voices/Part-Combining</menupath>
<_label>Automatic</_label>
<_tooltip>Reverts to the default part combining.</_tooltip>
</row>
<row type="scheme">
<action>PartCombineApart</action>
<after>PartCombineAutomatic</after>
<menupath>/ObjectMenu/StaffMenu/Voices/Part-Combining</menupath>
<_label>Keep Voices Apart</_label>
<_tooltip>When part combining, from this point the parts will be kept apart even though they could be combined.</_tooltip>
</row>
<row type="scheme">
<action>AdvancedEdit</action>
<after>EditSimilar</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Advanced Edit</_label>
<_tooltip>Edits a Denemo Directive at the lowest level. Advanced users only!</_tooltip>
</row>
<row type="scheme">
<action>FillEmptyMeasures</action>
<after>StaffMultiMeasureRests</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Fill Empty Measures</_label>
<_tooltip>Replaces empty measures from the cursor position onwards with non-printing whole measure rests.</_tooltip>
</row>
<row type="scheme">
<action>ChooseSeekEditDirectives</action>
<after>EditObject</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Choose, Seek & Edit</_label>
<_tooltip>Creates a menu of all the types of objects that can be searched for in this movement. Selecting one moves the cursor to the next object of that type which can then be edited, or further searches made. </_tooltip>
</row>
<row type="scheme">
<action>MultiMeasureRestNumber</action>
<after>MultiMeasureRests</after>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Multi-Measure Rest Number (Off/On)</_label>
<_tooltip>Turns the printing of the multi-measure rest number off or on. Use this when merging rests to avoid the number appearing twice.</_tooltip>
</row>
<row type="scheme">
<action>ResumeEdit</action>
<after>EditSimilar</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Resume Seek/Edit</_label>
<_tooltip>Resumes seeking and optionally editing the last sought type of object.</_tooltip>
</row>
<row type="scheme">
<action>DeleteSlur</action>
<after>ToggleEndSlur</after>
<menupath>/ObjectMenu/NotesRests/Slurs</menupath>
<_label>Delete Slur</_label>
<_tooltip>Deletes the slur that includes the current cursor position.</_tooltip>
</row>
<row type="scheme">
<action>WrapToNextStaff</action>
<after>MoveToVoiceDown</after>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Next Staff, Wrapping</_label>
<_tooltip>Moves to the next staff, wrapping to the first staff when on the last staff.</_tooltip>
</row>
<row type="scheme">
<action>FingeringSwap</action>
<after>Finger5</after>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Fingering Swap</_label>
<_tooltip>Prints two fingerings joined to indicate a change of fingering on one note.</_tooltip>
</row>
<row type="scheme">
<action>SetMargin</action>
<after>ScoreIndent</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout</menupath>
<_label>Adjust Margins</_label>
<_tooltip>Allows the left, right, top and bottom margins to be set to a value in millimeters.</_tooltip>
</row>
<row type="scheme">
<action>EditLyricAtCursor</action>
<after>DeleteVerse</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Edit Lyric at Cursor</_label>
<_tooltip>Switches keyboard input to the lyrics pane, placing the cursor on the syllable that belongs to the cursor note.</_tooltip>
</row>
<row type="scheme">
<action>DisplaceHorizontally</action>
<after>ParenthesizeNote</after>
<menupath>/ObjectMenu/NotesRests</menupath>
<_label>Displace Horizontally</_label>
<_tooltip>Shifts the next note, chord or rest and its markings horizontally by the amount given.
Use this to refine the positioning, but be aware that notes in other staffs will not be affected. For polyphony, see NoteColumnShift under the Voices menu instead.</_tooltip>
</row>
<row type="scheme">
<action>FretBoards</action>
<after>StaffSize</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu/FretDiagrams</menupath>
<_label>Fret Diagrams (Off/On)</_label>
<_tooltip>Chords on this staff will typeset as fret diagrams (off/on). Choose from several instruments.</_tooltip>
</row>
<row type="scheme">
<action>MergeDifferentlyDottedOn</action>
<after>ShiftOn</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Differently Dotted Merge On</_label>
<_tooltip>From this point in the music notes in different voices beginning at the same time will be merged onto the same stem even if they differ in the dotting.</_tooltip>
</row>
<row type="scheme">
<action>MergeDifferentlyDottedOff</action>
<after>MergeDifferentlyDottedOn</after>
<menupath>/ObjectMenu/StaffMenu/Voices</menupath>
<_label>Merge Differently Dotted Off</_label>
<_tooltip>From this point notes in different voices that begin at the same time will not be merged onto the same stem if they differ in the dotting.</_tooltip>
</row>
<row type="scheme">
<action>TweakFingeringPosition</action>
<after>FingeringSwap</after>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Tweak Position</_label>
<_tooltip>Shifts the position of the fingering indication by the amounts given.</_tooltip>
</row>
<row type="scheme">
<action>TremoloDownward</action>
<after>Tremolo</after>
<menupath>/ObjectMenu/NotesRests</menupath>
<_label>Tremolo Downward</_label>
<_tooltip>Slopes the tremolo slash downwards instead of upwards.</_tooltip>
</row>
<row type="scheme">
<action>TremoloUpward</action>
<after>TremoloDownward</after>
<menupath>/ObjectMenu/NotesRests</menupath>
<_label>Tremolo Upward</_label>
<_tooltip>Slopes tremolo mark on stem upward.</_tooltip>
</row>
<row type="scheme">
<action>CouleStaff</action>
<after>NewStructuredStaff</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add Staff for Coulés</_label>
<_tooltip>Adds a voice to the current staff which typesets notes as a slanting line - a coulé. The main voice provides the chord notes, and this provides the coulé between them.</_tooltip>
</row>
<row type="scheme">
<action>IndividualNoteheadSize</action>
<after>NeoMensuralNotehead</after>
<menupath>/ObjectMenu/NotesRests/NoteheadControl</menupath>
<_label>Individual Note Head Size</_label>
<_tooltip>Allows the notehead that the cursor is on to be made larger of smaller than normal.</_tooltip>
</row>
<row type="scheme">
<action>ToggleDownPrall</action>
<after>ToggleUpPrall</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Down Prall (Off/On)</_label>
<_tooltip>Typesets a down prall on the current note/chord. Removes that ornament if already present.</_tooltip>
</row>
<row type="scheme">
<action>OrnamentSharp</action>
<after>ToggleDownPrall</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Attach ♯</_label>
<_tooltip>Places a sharp above the ornament on the note at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>OrnamentFlat</action>
<after>OrnamentSharp</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Attach ♭</_label>
<_tooltip>Places a flat above the ornament on the note at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>OrnamentAccidentalBelow</action>
<after>OrnamentSharp</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Accidental Below</_label>
<_tooltip>Places the accidental on the ornament below rather than above.</_tooltip>
</row>
<row type="scheme">
<action>FreeSegno</action>
<after>FreeFermata</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Standalone Segno (for barlines)</_label>
<_tooltip>Typesets a segno over the barline.</_tooltip>
</row>
<row type="scheme">
<action>DisplayEditingTime</action>
<menupath>/MainMenu/ViewMenu</menupath>
<_label>Display Time Spent Editing</_label>
<_tooltip>Displays the cumulative time spent editing this score. The time counts any period between starting to edit and saving to disk. The time is accumulated over different editing sessions.</_tooltip>
</row>
<row type="scheme">
<action>BeatChange</action>
<after>BreathMark</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Beat Change (e.g. 𝅗𝅥 = 𝅘𝅥 .) </_label>
<_tooltip>Insert a change of beat at the cursor position. The playback tempo is adjusted to match.</_tooltip>
</row>
<row type="scheme">
<action>RepeatTie</action>
<after>InsertTiedNoteDuration</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Repeat Tie</_label>
<_tooltip>The note at the cursor ends a tie that has begun elsewhere, usually in a first time bar. That is it is a repeat of the tie ending.</_tooltip>
</row>
<row type="scheme">
<action>ToggleSuspension</action>
<after>OrnamentFlat</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments/Claveciniste</menupath>
<_label>Suspension</_label>
<_tooltip>Suspension ornament (Off/On)</_tooltip>
</row>
<row type="scheme">
<action>IgnoreMeasureDurationError</action>
<menupath>/ObjectMenu/MeasureMenu</menupath>
<_label>Ignore Measure Duration Error</_label>
<_tooltip>Allow too few notes/rests in this measure. Only affects the Denemo display and error checking, the typesetting will place barlines according to the actual durations of notes as usual.</_tooltip>
</row>
<row type="scheme">
<action>StaffSpacer</action>
<menupath>/ObjectMenu/Directives/PrintLayout</menupath>
<_label>Staff/System/Titles Spacer</_label>
<_tooltip>Forces extra space between this staff and the adjacent one at this point in the score. If in the top staff of a system, forces the systems apart in the line at the cursor. If in the top staff on the top line gives more room below the titles.</_tooltip>
</row>
<row type="scheme">
<action>ArticulationOutsideSlur</action>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Articulation Outside Slur (Off/On)</_label>
<_tooltip>The articulation(s) on this note will be placed outside the slur (furthest from the note). Repeat the command to return the slur to the outside.</_tooltip>
</row>
<row type="scheme">
<action>MusicGlyph</action>
<after>CriticalComment</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Music Glyph</_label>
<_tooltip>Allows placing any musical glyph which can then be dragged in the final typeset view for fine control over positioning.
The complete list of glyphs is in the LilyPond documentation.
Note! Do not place this directive at the end of a staff as it will not be typeset,
place it before the last note and then right-click on it in the typeset (print) view
to adjust its position if needed.</_tooltip>
</row>
<row type="scheme">
<action>ChangeNoteEnharmonicUp</action>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change Note Enharmonic +</_label>
<_tooltip>Changes the note at the cursor to its enharmonic equivalent one step higher. Use for individual notes in chords.</_tooltip>
</row>
<row type="scheme">
<action>ChangeNoteEnharmonicDown</action>
<after>ChangeNoteEnharmonicUp</after>
<menupath>/ObjectMenu/NotesRests/EditNote</menupath>
<_label>Change Note Enharmonic -</_label>
<_tooltip>Changes the note at the cursor to its enharmonic equivalent one step lower. Use for individual notes in chords.</_tooltip>
</row>
<row type="scheme">
<action>Cresc</action>
<after>ToggleEndDiminuendo</after>
<menupath>/ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>Cresc (Off/On)</_label>
<_tooltip>Starts textual cresc. (or deletes one already present at cursor). Terminate with End Crescendo or with a dynamic.</_tooltip>
</row>
<row type="scheme">
<action>Dim</action>
<after>Cresc</after>
<menupath>/ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>Dim (Off/On)</_label>
<_tooltip>Starts a textual diminuendo. Terminate with End Diminuendo or a dynamic.</_tooltip>
</row>
<row type="scheme">
<action>CrescendoTextSpanner</action>
<after>Cresc</after>
<menupath>/ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>Crescendo Text Spanner</_label>
<_tooltip>Prints text to start or continue a crescendo extending over a passage. Use for cresc. poco a poco, for example. Terminate with End Crescendo marking or a dynamic mark, else nothing will be printed. LilyPond markup, such as \\bold can be used.</_tooltip>
</row>
<row type="scheme">
<action>DecrescendoTextSpanner</action>
<after>Dim</after>
<menupath>/ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>Diminuendo Text Spanner</_label>
<_tooltip>Prints text to start or continue a diminuendo extending over a passage. Use for dim. poco a poco, for example. Terminate with End Diminuendo marking or a dynamic mark, else nothing will be printed. LilyPond markup, such as \\bold can be used.</_tooltip>
</row>
<row type="scheme">
<action>TextSpanStart</action>
<after>ToggleCoda</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/Spanning</menupath>
<_label>Text Span Start</_label>
<_tooltip>Starts text which spans several notes, e.g. rallentando poco a poco. Terminate with Stop Text Span command.</_tooltip>
</row>
<row type="scheme">
<action>TextSpanStop</action>
<after>TextSpanStart</after>
<menupath>/ObjectMenu/NotesRests/Markings/TextMarks/Spanning</menupath>
<_label>Text Span Stop</_label>
<_tooltip>Stops the spanning text started earlier.</_tooltip>
</row>
<row type="scheme">
<action>InsertHighlightedLyricSyllable</action>
<after>EditLyricAtCursor</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Insert Highlighted Lyric</_label>
<_tooltip>Inserts a syllable which can be bold and/or italic.</_tooltip>
</row>
<row type="scheme">
<action>InsertStanzaNumber</action>
<after>InsertHighlightedLyricSyllable</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Insert Stanza Number</_label>
<_tooltip>Inserts a stanza number (or other text that is not part of the lyrics) in the current verse at the cursor position.</_tooltip>
</row>
<row type="scheme">
<action>InsertMelisma</action>
<after>InsertStanzaNumber</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Melismata</_label>
<_tooltip>Inserts a double hyphen or double underscore in the lyrics at the cursor position.
Use double hyphen between syllables and double undescore between words which are sung over many notes (a melisma).
Hyphens/extender lines will be typeset to continue the syllable/word under the notes.</_tooltip>
</row>
<row type="scheme">
<action>LyricVerseDynamic</action>
<after>InsertMelismata</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Dynamic</_label>
<_tooltip>Inserts a dynamic marking in the current verse at the insertion point in the lyrics pane. Use this to indicate dynamics which change from one verse to another.</_tooltip>
</row>
<row type="scheme">
<action>InsertLyricTie</action>
<after>InsertMelisma</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Lyric Tie</_label>
<_tooltip>Inserts a lyric tie between two words at the cursor.
Use this instead of a space between two words that are sung to the same note (do not leave a space as well).
It will be typeset as a tie or space between the words.</_tooltip>
</row>
<row type="scheme">
<action>LaissezVibrer</action>
<after>RepeatTie</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Laissez Vibrer</_label>
<_tooltip>Places a tie after the note at the cursor, tying to nothing. Use for laissez vibrer or when a tie comes at a final repeat.</_tooltip>
</row>
<row type="scheme">
<action>AppendPostscript</action>
<after>TaglineLink</after>
<menupath>/ObjectMenu/MovementMenu/Titles</menupath>
<_label>Append Encapsulated Postscript</_label>
<_tooltip>Places text/graphics from an encapsulated postscript file at the end of the current movement.
Use this for columns of text or images, fancy titles etc. prepared in other programs
which are to appear after the music.</_tooltip>
</row>
<row type="scheme">
<action>PrependPostscript</action>
<after>AppendPostscript</after>
<menupath>/ObjectMenu/MovementMenu/Titles</menupath>
<_label>Prepend Encapsulated Postscript</_label>
<_tooltip>Places text/graphics from an encapsulated postscript file at the start of the current movement.
Use this for columns of text or images, fancy titles etc. prepared in other programs
which are to appear before the music.</_tooltip>
</row>
<row type="scheme">
<action>GraphicTitlePage</action>
<after>BookTitle</after>
<menupath>/ObjectMenu/Score/Titles/BookTitles</menupath>
<_label>Create or Edit Graphic Title Page</_label>
<_tooltip>Places text/graphics from an encapsulated postscript file at the start of the score.
Use this for a title page prepared in your vector graphics editor.</_tooltip>
</row>
<row type="scheme">
<action>CustomOrnamentDefinition</action>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Create/Load Custom Ornament</_label>
<_tooltip>Allows the user to create a customized ornament (or load one previously created)
into this score's definitions. Ornament names should be start in lower case
and have no numerals.
If a standard ornament is used, e.g. trill,
then this will replace the standard ornament throughout the score.</_tooltip>
</row>
<row type="scheme">
<action>ToggleCustomOrnament</action>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Attach Custom Ornament (Off/On)</_label>
<_tooltip>Typesets a custom ornament on the current note/chord. Removes that ornament if already present.</_tooltip>
</row>
<row type="scheme">
<action>BarNumberAlignment</action>
<after>BarNumberingInterval</after>
<menupath>/ObjectMenu/Score/Typesetter/Numbering</menupath>
<_label>Bar Number Alignment</_label>
<_tooltip>Allow choice of alignment of bar numbers with the barline.</_tooltip>
</row>
<row type="scheme">
<action>EditCustomOrnamentDefinition</action>
<after>CustomOrnamentDefinition</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Edit Custom Ornament Definition</_label>
<_tooltip>Edit the definition (size or appearance) of a custom ornament definition. The definition must already have been created/loaded in this score.</_tooltip>
</row>
<row type="scheme">
<action>ToggleTremblement</action>
<after>ToggleSuspension</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments/Claveciniste</menupath>
<_label>Tremblement</_label>
<_tooltip>Attach a tremblement to the current note/chord or remove it if already present.</_tooltip>
</row>
<row type="scheme">
<action>ToggleTremblementAppuye</action>
<after>ToggleTremblement</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments/Claveciniste</menupath>
<_label>Tremblement Appuyé</_label>
<_tooltip>Attaches tremblement appuyé to the note/chord at the cursor, or removes it if already present.</_tooltip>
</row>
<row type="scheme">
<action>TogglePince</action>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments/Claveciniste</menupath>
<_label>Pincé</_label>
<_tooltip>Pincé ornament (Off/On)</_tooltip>
</row>
<row type="scheme">
<action>MultiLineTextAnnotation</action>
<after>TextAnnotation</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Multi-line Text and Music</_label>
<_tooltip>Inserts multi-line text object which can include music snippets, Fret Diagrams and Note Names/Chord Symbols. LilyPond Markup can be used and a preview button is available to check the syntax. </_tooltip>
</row>
<row type="scheme">
<action>DynamicUp</action>
<after>AutoAccidentals</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Dynamics Above</_label>
<_tooltip>Inserts a directive to cause dynamics to be printed above the staff.</_tooltip>
</row>
<row type="scheme">
<action>NumericTimeSig</action>
<after>InsertTimeSig</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Numeric Time Signature</_label>
<_tooltip>Typesets common and cut time numerically rather than the traditional C and C cut.</_tooltip>
</row>
<row type="scheme">
<action>AddBassInversion</action>
<after>ParenthesizeChord</after>
<menupath>/ObjectMenu/ChordMenu</menupath>
<_label>Add Bass Inversion</_label>
<_tooltip>Adds a bass note to a chord, while keeping the current lowest note as the root of the chord. Use this on Chord Symbol staffs to create an inversion of the chord entered.</_tooltip>
</row>
<row type="scheme">
<action>ChordChartStaff</action>
<after>ChordStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Chord Chart Staff</_label>
<_tooltip>Prints Chord symbols separated by bar lines. Repeats, time signatures and text are also printed for this staff.</_tooltip>
</row>
<row type="scheme">
<action>CustomRehearsalMark</action>
<after>RehearsalMark</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Add Mark (Text/Rehearsal/Book)</_label>
<_tooltip>Inserts a Mark in the score at the cursor. Marks can be placed in each part and will appear only once (above the top part) in the score (provided they occur at the same moment in each part). Any size, font, effect can be chosen. A preview button allows you to check the appearance/syntax used. The text position can be dragged in the print view if needed.</_tooltip>
</row>
<row type="scheme">
<action>CustomBarline</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Custom Barline</_label>
<_tooltip>Create a custom barline.
These can be named, or can simply override a standard LilyPond bar line type.
A bar line is defined by four forms, which describe 1) the appearance normally (during a line),
2) appearance when the barline is at the beginning or
3) end of a line , and
4) what to show when joining staffs together as with a Piano Staff.
Barline forms are made of characters including |,:,.,[,],:
and others in the LilyPond documentation.</_tooltip>
</row>
<row type="scheme">
<action>RaggedLast</action>
<after>RaggedBottom</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Ragged Last</_label>
<_tooltip>When set the last line will not be stretched to fill the line.</_tooltip>
</row>
<row type="scheme">
<action>ProportionalNotation</action>
<after>DenemoBar</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout</menupath>
<_label>Proportional Note Spacing</_label>
<_tooltip>Spaces notes in proportion to duration, based on the duration given.</_tooltip>
</row>
<row type="scheme">
<action>NewSpacing</action>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Start New Spacing</_label>
<_tooltip>Spaces notes from cursor onwards based on the spacing given.</_tooltip>
</row>
<row type="scheme">
<action>RevertSpacing</action>
<after>NewSpacing</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Revert Spacing</_label>
<_tooltip>Spaces notes from cursor onwards in default manner.</_tooltip>
</row>
<row type="scheme">
<action>ChordNameOffset</action>
<after>AddBassInversion</after>
<menupath>/ObjectMenu/ChordMenu</menupath>
<_label>Offset Chord Name</_label>
<_tooltip>Offsets the Chord symbol generated by the chord at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>CheckBraces</action>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>Check Braces</_label>
<_tooltip>Checks the braces (staff groupings) for this movement.</_tooltip>
</row>
<row type="scheme">
<action>AdjustCustomOrnament</action>
<after>EditCustomOrnamentDefinition</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Adjust Ornament</_label>
<_tooltip>Place the ornament attached to the note at the cursor above/below or adjust padding around it.</_tooltip>
</row>
<row type="scheme">
<action>StaffDeleteEmptyMeasures</action>
<after>FillEmptyMeasures</after>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Delete Empty Measures</_label>
<_tooltip>Deletes any measures that are empty from the measure after the cursor to end of staff.</_tooltip>
</row>
<row type="scheme">
<action>ScoreHeader</action>
<after>ScoreProlog</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>LilyPond Score Header</_label>
<_tooltip>Inserts LilyPond syntax at the head of the output.</_tooltip>
</row>
<row type="scheme">
<action>OrnamentWithAccidentals</action>
<after>ToggleDownPrall</after>
<menupath>/ObjectMenu/NotesRests/Markings/Ornaments</menupath>
<_label>Ornament with Accidentals</_label>
<_tooltip>Create an ornament with accidentals above and/or below the ornament.</_tooltip>
</row>
<row type="scheme">
<action>BeamHalfMeasure</action>
<after>SingleDigitTimeSig</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Beam at Half Measure (Off/On)</_label>
<_tooltip>In time signatures 3/N prevent beaming across the beat. Repeat the command to allow such beaming.</_tooltip>
</row>
<row type="scheme">
<action>ActivatePaletteButtonByLabel</action>
<after>ShowLastChange</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Activate Palette Button</_label>
<_tooltip>Allows you "click" a palette button by typing the label. Use a keyboard shortcut to start this command, then type the label followed by Return. The last used palette is the active one. Click on the menu item for this command for more help.</_tooltip>
</row>
<row type="scheme">
<action>AccidentalStyle</action>
<after>ScoreIndent</after>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Accidental Style</_label>
<_tooltip>Choose the style for typesetting accidentals. Determines whether or not an accidental is printed in particular circumstances (such as repeated notes in different measures, octaves, voices etc).</_tooltip>
</row>
<row type="scheme">
<action>LyricFont</action>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Change Font</_label>
<_tooltip>Inserts into the current lyric verse a change of font. Keep this code on a line of its own.</_tooltip>
</row>
<row type="scheme">
<action>LyricFontSize</action>
<after>LyricFont</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Larger/Smaller Font Size</_label>
<_tooltip>Inserts a code in the current lyric verse to change to larger or smaller font size. Keep this code on a separate line.</_tooltip>
</row>
<row type="scheme">
<action>InstallCue</action>
<after>AutoAccidentals</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Install Cue</_label>
<_tooltip>Starts quoting music from another staff as a cue. The end cue marker is placed at the end of the measure, but can be moved with cut and paste to the desired position.</_tooltip>
</row>
<row type="scheme">
<action>NumbersSelectDuration</action>
<after>NoteNamesMove</after>
<menupath>/MainMenu/InputMenu/Keyboard</menupath>
<_label>Numbers Select Duration</_label>
<_tooltip>Changes the action of keys 0,1,2... to select the prevailing duration instead of inserting notes of the duration.</_tooltip>
</row>
<row type="scheme">
<action>NumbersDefault</action>
<after>NoteNamesDefault</after>
<menupath>/MainMenu/InputMenu/Keyboard</menupath>
<_label>Numbers Default Action</_label>
<_tooltip>Sets key shortcuts 0,1,2... to the default action, inserting notes of the duration.</_tooltip>
</row>
<row type="scheme">
<action>MeasureCountDelimeter</action>
<after>SetBarNumber</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Measure Count Start or End</_label>
<_tooltip>Inserts a directive to start or stop the printing of a counter above each measure. Use for repeated measures to assist the performer count the number of repetitions.</_tooltip>
</row>
<row type="scheme">
<action>CheckTimeSignatures</action>
<after>EvenOutStaffLengths</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Check Time Signatures</_label>
<_tooltip>Checks the movement for miss-matched or miss-placed time signature changes.</_tooltip>
</row>
<row type="scheme">
<action>ChordChartTimeSignature</action>
<after>NumericTimeSig</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Chord Chart Time Signature</_label>
<_tooltip>Inserts a time signature (for use in Chord Charts)</_tooltip>
</row>
<row type="scheme">
<action>CompactChordSymbol</action>
<after>EditChords</after>
<menupath>/ObjectMenu/NotesRests/Markings/ChordSymbols</menupath>
<_label>Chord Chart Symbol</_label>
<_tooltip>Attaches an arbitrary chord type to the note at the cursor - used in compact chord charts for uncommon chords.</_tooltip>
</row>
<row type="scheme">
<action>SystemsPerPage</action>
<after>SystemSystemPadding</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout/VerticalSpacing</menupath>
<_label>Systems Per Page</_label>
<_tooltip>Forces a specific number of systems (lines of music) per page.</_tooltip>
</row>
<row type="scheme">
<action>SetPageSize</action>
<after>SetMargin</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout</menupath>
<_label>Page Size</_label>
<_tooltip>Set the page size - this overrides the default page size set in score properties.</_tooltip>
</row>
<row type="scheme">
<action>MeasuresPerLine</action>
<after>SystemSystemPadding</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout</menupath>
<_label>Measures Per Line</_label>
<_tooltip>Forces a fixed number of measures per line.</_tooltip>
</row>
<row type="scheme">
<action>DoubleBarRepeatStart</action>
<after>RepeatStart</after>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Double Bar Repeat Start</_label>
<_tooltip>Prints a repeat start, with double bar on previous line if at a line break.</_tooltip>
</row>
<row type="scheme">
<action>CompactChordScale</action>
<after>ChordNameOffset</after>
<menupath>/ObjectMenu/ChordMenu</menupath>
<_label>Scale Next Chord</_label>
<_tooltip>The next chord symbol will be scaled to the values given.</_tooltip>
</row>
<row type="scheme">
<action>FilledTitleLine</action>
<after>ScoreVersion</after>
<menupath>/ObjectMenu/Score/Titles</menupath>
<_label>Filled Title Line</_label>
<_tooltip>Prints three pieces of text left, right and centered on a single line. Each field can be a different size etc.</_tooltip>
</row>
<row type="scheme">
<action>WholeMeasureSpacer</action>
<after>InsertBlankOneHundredTwentyEighthNote</after>
<menupath>/ObjectMenu/NotesRests/RestEntry</menupath>
<_label>Insert Whole Measure Spacer</_label>
<_tooltip>Inserts a non-printing whole measure after the current measure with a directive to omit the barline. This gives a one measure spacer.</_tooltip>
</row>
<row type="scheme">
<action>DottedBarline</action>
<after>HalfBarline</after>
<menupath>/ObjectMenu/Directives/Markings/Barlines</menupath>
<_label>Dotted Barline</_label>
<_tooltip>Prints dotted barline</_tooltip>
</row>
<row type="scheme">
<action>InsertGraphic</action>
<after>MusicGlyph</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Insert Graphic</_label>
<_tooltip>Inserts a graphic in the music. This should be created as an encapsulated postscript file.</_tooltip>
</row>
<row type="scheme">
<action>SetFonts</action>
<after>SetMargin</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout</menupath>
<_label>Set Fonts</_label>
<_tooltip>Select the default fonts used for titles, chord names etc. for the whole score.</_tooltip>
</row>
<row type="scheme">
<action>ColorChordSymbol</action>
<after>StopStaff</after>
<menupath>/ObjectMenu/Directives/Typesetter/ChordSymbols</menupath>
<_label>Color Next Symbol</_label>
<_tooltip>Typesets the next chord symbol in a color you choose.</_tooltip>
</row>
<row type="scheme">
<action>FretDiagram</action>
<after>InsertGraphic</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Fret Diagram</_label>
<_tooltip>Creates a dialog for you to enter a description of the fret diagram to be typeset at the cursor position.</_tooltip>
</row>
<row type="scheme">
<action>InsertSpaceBeforeMovement</action>
<after>PrependPostscript</after>
<menupath>/ObjectMenu/MovementMenu/Titles</menupath>
<_label>Space Above</_label>
<_tooltip>Inserts blank space above the movement.</_tooltip>
</row>
<row type="scheme">
<action>ArtificialHarmonic</action>
<after>ChangeNotehead</after>
<menupath>/ObjectMenu/NotesRests/NoteheadControl</menupath>
<_label>Artificial Harmonic</_label>
<_tooltip>Places a diamond shape notehead at the cursor. Invoke this command with the cursor above the note to be fingered/fretted to notate an artificial harmonic.</_tooltip>
</row>
<row type="scheme">
<action>Caesura</action>
<after>BreathMark</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Caesura</_label>
<_tooltip>Prints a caesura (pause) at the cursor position.</_tooltip>
</row>
<row type="scheme">
<action>PageBreaksBeforeMovements</action>
<after>DenemoBar</after>
<menupath>/ObjectMenu/Score/Typesetter/PrintLayout</menupath>
<_label>Page Breaks (On/Off)</_label>
<_tooltip>Movements will start on a new page (Off/On)</_tooltip>
</row>
<row type="scheme">
<action>IgnoreClashingNoteColumns</action>
<after>PartCombineApart</after>
<menupath>/ObjectMenu/StaffMenu/Voices/Part-Combining</menupath>
<_label>Clashing Note Column Warnings (Off/On)</_label>
<_tooltip>Turns warnings from the LilyPond typesetter about clashing note columns off or on. These can be harmless but can cause a warning to check the score.</_tooltip>
</row>
<row type="scheme">
<action>ToggleCurrentStaffDisplay</action>
<after>TinyStaffAllMovements</after>
<menupath>/ObjectMenu/StaffMenu/DisplayEffects</menupath>
<_label>Staff Hidden (Off/On)</_label>
<_tooltip>Shows/Hides the current staff in the Denemo Display. Does not affect the typesetting.</_tooltip>
</row>
<row type="scheme">
<action>ToggleDisplayAllStaffs</action>
<after>ToggleCurrentStaffDisplay</after>
<menupath>/ObjectMenu/StaffMenu/DisplayEffects</menupath>
<_label>Display All (Other) Staffs (Off/On)</_label>
<_tooltip>If the current staff is hidden show all other staffs else hide all other staffs.</_tooltip>
</row>
<row type="scheme">
<action>HideNotSelectedStaffs</action>
<after>ToggleDisplayAllStaffs</after>
<menupath>/ObjectMenu/StaffMenu/DisplayEffects</menupath>
<_label>Hide Non-Selected Staffs.</_label>
<_tooltip>Hides staffs that are not selected in the Denemo Display. Does not affect the typesetting.</_tooltip>
</row>
<row type="scheme">
<action>HideSelectedStaffs</action>
<after>HideNotSelectedStaffs</after>
<menupath>/ObjectMenu/StaffMenu/DisplayEffects</menupath>
<_label>Hides Selected Staffs</_label>
<_tooltip>Hides the selected staffs in the Denemo Display. Does not affect the Typesetting.</_tooltip>
</row>
<row type="scheme">
<action>VisibleStaffUp</action>
<after>MoveToStaffUp</after>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move to Visible Staff Up</_label>
<_tooltip>Moves to the next staff or voice up skipping ones that are hidden in the display.</_tooltip>
</row>
<row type="scheme">
<action>VisibleStaffDown</action>
<after>MoveToStaffDown</after>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Move to Visible Staff Down</_label>
<_tooltip>Moves to the next staff or voice down skipping ones that are hidden in the display.</_tooltip>
</row>
<row type="scheme">
<action>DuplicateOrMergeMovements</action>
<after>DeleteMovement</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Duplicate or Merge</_label>
<_tooltip>Offers choice to duplicate the current movement or merge this movement with the previous one.</_tooltip>
</row>
<row type="scheme">
<action>PushCursorPosition</action>
<after>SearchBookmark</after>
<menupath>/MainMenu/NavigationMenu/Bookmarks</menupath>
<_label>Store Position</_label>
<_tooltip>Stores the current cursor position for returning to later.</_tooltip>
</row>
<row type="scheme">
<action>PopCursorPosition</action>
<after>PushCursorPosition</after>
<menupath>/MainMenu/NavigationMenu/Bookmarks</menupath>
<_label>Move to Stored Position</_label>
<_tooltip>Moves the cursor to the last stored position. You can store a sequence of positions and then return to them in one by one (a stack of positions).</_tooltip>
</row>
<row type="scheme">
<action>Agrement</action>
<after>Ornament</after>
<menupath>/ObjectMenu/Directives/Markings/Ornaments</menupath>
<_label>Agréments</_label>
<_tooltip>Insert a (French 18th c) agrément on the note at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>DynamicsExtraSpace</action>
<after>DecrescendoTextSpanner</after>
<menupath>/ObjectMenu/NotesRests/Markings/Dynamics</menupath>
<_label>Extra Spacing</_label>
<_tooltip>Music is spaced out by the extra amount given to avoid textual dynamic markings colliding. Not for hairpins.</_tooltip>
</row>
<row type="scheme">
<action>BassInversionSequence</action>
<after>AddBassInversion</after>
<menupath>/ObjectMenu/ChordMenu</menupath>
<_label>Bass Sequence</_label>
<_tooltip>Typesets a sequence of bass inversion notes.</_tooltip>
</row>
<row type="scheme">
<action>OpenProofReadDialog</action>
<after>OpenNewWindow</after>
<menupath>/MainMenu/FileMenu/OpenMenu</menupath>
<_label>Open Proof Read PDF</_label>
<_tooltip>Opens a dialog to fetch a PDF file generated by Denemo which has had proof reading annotations added to it. Clicking on notes in this file moves the cursor to the correct point in the Denemo display.</_tooltip>
</row>
<row type="scheme">
<action>EditScoreAndMovementDirectives</action>
<after>ResumeEdit</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Edit Score/Movement Directives</_label>
<_tooltip>Collects together all the Score Directives and the Movement Directives for the current movement and allows advanced (low-level) edit of any of them. This is a convenience command if you do not know the directive you are looking for.</_tooltip>
</row>
<row type="scheme">
<action>Comment</action>
<after>InsertStandaloneDirective</after>
<menupath>/ObjectMenu/Directives</menupath>
<_label>Insert Comment</_label>
<_tooltip>Inserts a comment at the cursor position. The music typesetting is unaffected.</_tooltip>
</row>
<row type="scheme">
<action>ToggleFingeringVisibility</action>
<after>TweakFingeringPosition</after>
<menupath>/ObjectMenu/NotesRests/Markings/Strings/Fingerings</menupath>
<_label>Hide/Show Fingering</_label>
<_tooltip>Hides/Shows the fingering on the note at the cursor height in the typeset score.</_tooltip>
</row>
<row type="scheme">
<action>SplitMovementAtCursor</action>
<after>DuplicateOrMergeMovements</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Split Movement</_label>
<_tooltip>Splits the movement at the cursor. Place the cursor after any time signature or key signature change that applies to the split-off movement.</_tooltip>
</row>
<row type="scheme">
<action>ToggleNonprintingSelection</action>
<after>SelectionToEmptyMeasure</after>
<menupath>/MainMenu/EditMenu/Select</menupath>
<_label>Selection Non-printing (Off/On)</_label>
<_tooltip>Sets/Unsets all objects in the selection to be non-printing.</_tooltip>
</row>
<row type="scheme">
<action>Dottify2</action>
<after>Dottify</after>
<menupath>/ObjectMenu/NotesRests/ChangeDuration</menupath>
<_label>Dottify2</_label>
<_tooltip>As Dottify command but dotted rhythm created is dotted note plus two notes of a quarter the duration. Total duration is unchanged.</_tooltip>
</row>
<row type="scheme">
<action>StartTrillSpan</action>
<after>SustainOn</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Start Trill</_label>
<_tooltip>Starts a spanning trill from the note at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>StopTrillSpan</action>
<after>StartTrillSpan</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Stop Trill</_label>
<_tooltip>Ends a previously started trill at the next note.</_tooltip>
</row>
<row type="scheme">
<action>EditAll</action>
<after>ResumeEdit</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Edit All of Type</_label>
<_tooltip>Edits/Deletes all objects of the last searched for type this and all succeeding movements.</_tooltip>
</row>
<row type="scheme">
<action>TypesetOnlyClef</action>
<after>DisplayOnlyClef</after>
<menupath>/ObjectMenu/ClefMenu</menupath>
<_label>Typeset Only Clef</_label>
<_tooltip>Inserts a clef that affects only the typesetting, not the display. Use this for music transposed on typesetting (avoiding too many ledger lines in the display, making it hard to read). Also useful to enter music in a familiar clef which you want to be printed in a less familiar one (e.g. enter music in treble or bass clef music to be printed for viola).</_tooltip>
</row>
<row type="scheme">
<action>CheckDirectivePairs</action>
<after>Comment</after>
<menupath>/ObjectMenu/Directives</menupath>
<_label>Check Paired Directives</_label>
<_tooltip>Checks that paired directives match from the cursor to the end of the staff.</_tooltip>
</row>
<row type="scheme">
<action>FirstPageNumber</action>
<after>SetPageSize</after>
<menupath>/ObjectMenu/Score/Typesetter/Numbering</menupath>
<_label>Set/Unset First Page Number</_label>
<_tooltip>Allows setting the first page number.</_tooltip>
</row>
<row type="scheme">
<action>PrintFirstPageNumber</action>
<after>FirstPageNumber</after>
<menupath>/ObjectMenu/Score/Typesetter/Numbering</menupath>
<_label>Print First Page Number (Off/On)</_label>
<_tooltip>Control if the first page number is typeset.</_tooltip>
</row>
<row type="scheme">
<action>ScoreRehearsalMarkFormat</action>
<after>ReduceSystemSpacing</after>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>(Print) Format of rehearsal marks</_label>
<_tooltip>Select the format of rehearsal marks (alphabetic, numeric, boxed, etc.)</_tooltip>
</row>
<row type="scheme">
<action>GraceTermination</action>
<after>UnGraceAfter</after>
<menupath>/ObjectMenu/NotesRests/GraceNotes</menupath>
<_label>Termination</_label>
<_tooltip>Appends two grace notes, slurred to current note. Follow with a duration key to set duration of grace notes to be appended.</_tooltip>
</row>
<row type="scheme">
<action>InsertNthSnippet</action>
<after>ActivatePaletteButtonByLabel</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Insert Nth Snippet</_label>
<_tooltip>Pastes the Nth snippet into the score at the cursor position. Follow with the number 1,2,... of the snippet to be inserted</_tooltip>
</row>
<row type="scheme">
<action>ConvertIncorrectSlursToTies</action>
<after>ToggleNoteDownTie</after>
<menupath>/ObjectMenu/NotesRests/TiedNotes</menupath>
<_label>Convert Incorrect Slurs to Ties</_label>
<_tooltip>Corrects for the slur/tie error common in imported scores. Scans entire score for pairs of identical notes slurred together as a pair. Changes these to a tied note. Do not use in the unusual case of identical notes slurred (e.g. across strings).</_tooltip>
</row>
<row type="scheme">
<action>DisplayCurrentObject</action>
<menupath>/MainMenu/ViewMenu</menupath>
<_label>Object Inspector</_label>
<_tooltip>Pops up a window which displays the object at the cursor, including anything attached to it.</_tooltip>
</row>
<row type="scheme">
<action>DeleteTextAnnotationsFromCursor</action>
<menupath>/ObjectMenu/StaffMenu</menupath>
<_label>Delete Text Annotations</_label>
<_tooltip>Deletes standalone text annotations from the cursor to the end of the staff.</_tooltip>
</row>
<row type="scheme">
<action>InsertNoteDirective</action>
<menupath>/ObjectMenu/NotesRests/Directives</menupath>
<_label>Attach/Edit LilyPond to Note</_label>
<_tooltip>Inserts LilyPond syntax you give before and after the note at the cursor height, also allows editing/deleting.</_tooltip>
</row>
<row type="scheme">
<action>InsertChordDirective</action>
<menupath>/ObjectMenu/ChordMenu/Directives</menupath>
<_label>Attach/Edit LilyPond to Chord</_label>
<_tooltip>Inserts LilyPond syntax you give before and after the chord at the cursor, also allows editing/deleting.</_tooltip>
</row>
<row type="scheme">
<action>SetBeamExceptions</action>
<after>HideMovement</after>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Set Beaming Rules</_label>
<_tooltip>Sets the rules to be used for beaming. With no selection gets the beat for beams to be divided for the prevailing time signature at the cursor. If a there is a selection this will set exceptions to the regular rule. In this case indicate the beaming desired using the manual beam commands [ and ].</_tooltip>
</row>
<row type="scheme">
<action>InsertBeamingRule</action>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Beaming Rule Change</_label>
<_tooltip>Inserts a (hidden) time signature with rules to be used for beaming. With no selection gets the beat for beams to be divided for the prevailing time signature at the cursor. If a there is a selection this will be used as the set of rules. In this case indicate the beaming desired using the manual beam commands [ and ], giving all the beaming rules wanted using several measures if needed (no other rules are used). Repeat with different selections to add further rules.</_tooltip>
</row>
<row type="scheme">
<action>MovementBeamingRules</action>
<menupath>/ObjectMenu/MovementMenu/Typesetter</menupath>
<_label>Beaming Rules</_label>
<_tooltip>Add/Replace rules to be used for beaming in the current movement. With no selection gets the beat for beams to be divided for the prevailing time signature at the cursor. If a there is a selection this will be used as the set of rules. In this case indicate the beaming desired using the manual beam commands [ and ], giving all the beaming rules wanted using several measures if needed (no other rules are used). Repeat with different selections to add further rules.</_tooltip>
</row>
<row type="scheme">
<action>ChooseNotehead</action>
<after>ChangeNotehead</after>
<menupath>/ObjectMenu/NotesRests/NoteheadControl</menupath>
<_label>Choose Notehead</_label>
<_tooltip>(Print) Gives a choice between all the notehead types available.</_tooltip>
</row>
<row type="scheme">
<action>ScoreChooseNotehead</action>
<after>AccidentalStyle</after>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Set Notehead Style</_label>
<_tooltip>Sets the type of notehead to be used score-wide.</_tooltip>
</row>
<row type="scheme">
<action>ToggleFingeringVisibilityInScore</action>
<after>DeactivateTimeSignatureStencil</after>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Fingerings (Off/On)</_label>
<_tooltip>Turns on/off visibilty of fingerings on typesetting for whole score.</_tooltip>
</row>
<row type="scheme">
<action>ToggleCurveControl</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Typeset Curve Control Points (Off/On)</_label>
<_tooltip>Typesets with curve control points marked. Use these for accurate tweaking of shape via clicking and dragging with mouse on final typeset score.</_tooltip>
</row>
<row type="scheme">
<action>ToggleWysiwygMarks</action>
<menupath>/ObjectMenu/Score/Typesetter</menupath>
<_label>Typeset Red Dots (Off/On)</_label>
<_tooltip>Typesets with red dots on the graphical objects. Use these for accurate tweaking of positions via clicking and dragging with mouse on final typeset score.</_tooltip>
</row>
<row type="scheme">
<action>FillMeasure</action>
<after>DuplicateChord</after>
<menupath>/ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Fill Measure</_label>
<_tooltip>Duplicates the note/chord/rest at or before the cursor until the measure is full or over-full. In a full measure duplicates the measure, in an empty measure insert the current duration</_tooltip>
</row>
<row type="scheme">
<action>QuickLilyPondParts</action>
<after>QuickLilyPondPart</after>
<menupath>/MainMenu/FileMenu/Export</menupath>
<_label>Quick LilyPond Parts</_label>
<_tooltip>Runs Quick LilyPond Part on all the staffs of the current movement.</_tooltip>
</row>
<row type="scheme">
<action>QuickLilyPondPartsAllMovements</action>
<after>QuickLilyPondParts</after>
<menupath>/MainMenu/FileMenu/Export</menupath>
<_label>Quick LilyPond Parts All Movements</_label>
<_tooltip>Runs Quick LilyPond Parts on all movemnts.</_tooltip>
</row>
<row type="scheme">
<action>FreeCoda</action>
<after>FreeSegno</after>
<menupath>/ObjectMenu/Directives/Markings</menupath>
<_label>Standalone Coda (for barlines)</_label>
<_tooltip>Coda symbol attached to the net object, for example a barline. But shown between notes.</_tooltip>
</row>
<row type="scheme">
<action>DuplicateRestNoteChord</action>
<after>DuplicateChord</after>
<menupath>/ObjectMenu/NotesRests/InsertNote</menupath>
<_label>Duplicate Rest, Note, Chord</_label>
<_tooltip>Duplicates the rest, note or chord at or before the cursor.</_tooltip>
</row>
<row type="scheme">
<action>SetStaffLines</action>
<after>StaffSize</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Set Staff Lines</_label>
<_tooltip>Sets the number of lines for the current staff.</_tooltip>
</row>
<row type="scheme">
<action>SetStaffRangeFromChord</action>
<after>ShortInstrumentName</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Set Staff Range</_label>
<_tooltip>Sets the highest and lowest notes playable on the current staff to the highest and lowest pitches of the chord at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>AddInstrumentStaff</action>
<after>PianoStaff</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add Staff for Instrument</_label>
<_tooltip>Adds a staff at the bottom for the instrument selected from the templates/instruments directory. The name and range of the instrument is set with any transposition for playback if needed.</_tooltip>
</row>
<row type="scheme">
<action>ChordChangesOnly</action>
<after>RevertSpacing</after>
<menupath>/ObjectMenu/Directives/Typesetter</menupath>
<_label>Chord Changes Only</_label>
<_tooltip>From the cursor position on only chord changes are typeset (either Chord Symbols or Fret Diagrams), except at the beginning of the line.</_tooltip>
</row>
<row type="scheme">
<action>SubstituteMusic</action>
<after>NonPrintingStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Substitute Music (Off/On)</_label>
<_tooltip>Typesets this staff with the music from another staff, ignoring any music entered on this staff. Use this, for example, to typeset both Fret Diagrams and Chord Symbols from the same music.</_tooltip>
</row>
<row type="scheme">
<action>PlaybackView</action>
<after>Play</after>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Playback View</_label>
<_tooltip>Displays the music fully typeset on one long page (the Playback View). Click on a note to play from there or drag to loop play.</_tooltip>
</row>
<row type="scheme">
<action>TupletBrackets</action>
<after>TripletizeSlurred</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Tuplet Brackets</_label>
<_tooltip>Choose whether tuplets should have brackets. Affects tuplets from the cursor onwards.</_tooltip>
</row>
<row type="scheme">
<action>MidiInstrumentName</action>
<after>ShortInstrumentName</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>MIDI Instrument</_label>
<_tooltip>Sets the MIDI instrument for this staff for use in the Playback View</_tooltip>
</row>
<row type="scheme">
<action>ToggleTypesetOfLyrics</action>
<after>LyricFontSize</after>
<menupath>/ObjectMenu/Lyrics</menupath>
<_label>Typeset Lyrics (Off/On)</_label>
<_tooltip>Turns Off/On typesetting of lyrics for the entire score.</_tooltip>
</row>
</map>
</merge>
</Denemo>
|