/usr/share/denemo/actions/Classic.commands is in denemo-data 1.1.0-1ubuntu1.
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 | <?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>101</state>
<cursor>116</cursor>
</cursor-binding>
<cursor-binding>
<state>102</state>
<cursor>146</cursor>
</cursor-binding>
</cursors>
<row type="scheme">
<action>SlurLonga</action>
<menupath>/ObjectMenu/NotesRests/EditDuration/Slurs</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/Slurs</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/Slurs</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/Slurs</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/Slurs</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/Slurs</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/Slurs</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/Slurs</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/Slurs</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/Slurs</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>AccompanistsScore</action>
<after>DeactivateTimeSignatureStencil</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>(Print) Accompanist's Score</_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>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>DeactivateTimeSignatureStencil</action>
<menupath>/ObjectMenu/Score</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>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>HideBarlines</action>
<after>HideMovement</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>(Print) Hide Barlines</_label>
<_tooltip>Omits barlines when printing.</_tooltip>
</row>
<row type="scheme">
<action>HideMovement</action>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>(Print) Hide Movement</_label>
<_tooltip>Hides the movement on printing.</_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</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>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 addtion to any score-wide transposition</_tooltip>
</row>
<row type="scheme">
<action>TransposeOctaveUp</action>
<menupath>/ObjectMenu/Score</menupath>
<_label>(Print) Transpose Octave Up</_label>
<_tooltip>Instructs the LilyPond Engraver to transpose this score one octave up.</_tooltip>
</row>
<row type="scheme">
<action>TransposeScorePrint</action>
<after>SetFontSize</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>(Print) Transposed</_label>
<_tooltip>Prints the score transposed by the interval selected by SetTransposeIntervalFromSelection</_tooltip>
</row>
<row type="scheme">
<action>SetFontSize</action>
<menupath>/ObjectMenu/Score</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="builtin">
<action>About</action>
<_label>About</_label>
<_tooltip>Gives the version number etc of this program</_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="builtin">
<action>ToggleAcciaccatura</action>
<_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>AddA</action>
<_label>Add A</_label>
<_tooltip>Adds note A to the chord at cursor
Cursor height determines which octave</_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="builtin">
<action>AddB</action>
<_label>Add B</_label>
<_tooltip>Adds note B to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>AddC</action>
<_label>Add C</_label>
<_tooltip>Adds note C to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>AddD</action>
<_label>Add D</_label>
<_tooltip>Adds note D to the chord at cursor
Cursor height determines which octave</_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>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="builtin">
<action>AddDot</action>
<_label>Add Dot</_label>
<_tooltip>Lengthen the chord, note or rest at the cursor by dotting it.</_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="builtin">
<action>AddE</action>
<_label>Add E</_label>
<_tooltip>Adds note E to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>AddF</action>
<_label>Add F</_label>
<_tooltip>Adds note F to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>AddG</action>
<_label>Add G</_label>
<_tooltip>Adds note G to the chord at cursor
Cursor height determines which octave</_tooltip>
</row>
<row type="builtin">
<action>AddInitial</action>
<_label>Add Initial Staff</_label>
<_tooltip>Inserts a new staff at the top of the score</_tooltip>
</row>
<row type="builtin">
<action>AddLast</action>
<_label>Add Last Staff</_label>
<_tooltip>Inserts a new staff at the end of the score</_tooltip>
</row>
<row type="builtin">
<action>AddVerse</action>
<_label>Add Lyric Verse</_label>
<_tooltip>Add a verse of lyrics</_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="builtin">
<action>AddMovements</action>
<_label>Add Movement</_label>
<_tooltip>Add movements from a Denemo file</_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>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="builtin">
<action>AddAfter</action>
<_label>Add Staff After</_label>
<_tooltip>Inserts/Adds a new staff after the current staff</_tooltip>
</row>
<row type="builtin">
<action>AddBefore</action>
<_label>Add Staff Before</_label>
<_tooltip>Inserts a new staff before the current staff</_tooltip>
</row>
<row type="builtin">
<action>AddStaffs</action>
<_label>Add Staffs</_label>
<_tooltip>Add staffs from a Denemo file</_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="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>PianoStaff</after>
<menupath>/ObjectMenu/StaffMenu/InsertStaff</menupath>
<_label>Add a Staff for Dynamics</_label>
<_tooltip>Adds a staff to be used purely for dynamic markings, insert after right hand piano staff</_tooltip>
</row>
<row type="builtin">
<action>AddNoteToChord</action>
<_label>Add note</_label>
<_tooltip>Add a note to the current chord
The cursor position determines which note to add</_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="builtin">
<action>AppendMeasureAllStaffs</action>
<_label>Append Measure All Staffs</_label>
<_tooltip>Appends a blank measure to every staff in this movement</_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>TextAbove</action>
<menupath>/ObjectMenu/NotesRests/Markings</menupath>
<_label>Arbitrary Text</_label>
<_tooltip>Prints your text above the music at this point</_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>ToggleArpeggio</action>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Arpeggio (Off/On)</_label>
<_tooltip>Mark/Unmark chord with an 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>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="builtin">
<action>AttachLilyToChord</action>
<_label>Attach Lilypond to Chord</_label>
<_tooltip>Attach or edit attached LilyPond text to the chord at the cursor. This can be used for attaching and placing text and much more. See LilyPond documentation.</_tooltip>
</row>
<row type="builtin">
<action>AttachLilyToNote</action>
<_label>Attach Lilypond to Note</_label>
<_tooltip>Attach or edit attached LilyPond text to the note at the cursor. This can be used for guitar fingerings, cautionary accidentals and much more. See LilyPond documentation.</_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="builtin">
<action>InsertStem</action>
<_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="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/StaffMenu/StaffPropertiesMenu/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/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="builtin">
<action>ToggleBeginSlur</action>
<_label>Begin Slur</_label>
<_tooltip>Insert/delete begin slur on this note</_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</_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="builtin">
<action>Help</action>
<_label>Browse Manual</_label>
<_tooltip>Opens a browser on the user manual</_tooltip>
</row>
<row type="builtin">
<action>StaffProperties</action>
<_label>Built-in Staff Properties</_label>
<_tooltip>Change the built-in properties of the current staff</_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>CaptureMeasures</action>
<after>SwapMovements</after>
<menupath>/ObjectMenu/MovementMenu/CaptureScore</menupath>
<_label>Capture Measures (Score)</_label>
<_tooltip>Creates blank measures one for each measure captured as a screenshot from a source score. Display the source score using any program. Click on opposite corners of each measure in turn to capture that measure as an image into Denemo. Right-click or scroll-wheel to switch corners to adjust. Press any key to finish. This command is for capturing in score form; to underlay each part with its own source measure use CaptureMeasuresPartPerStaff </_tooltip>
</row>
<row type="scheme">
<action>CaptureMeasuresForStaff</action>
<after>CheckTiesInStaff</after>
<menupath>/ObjectMenu/StaffMenu/CaptureScore</menupath>
<_label>Capture Measures (one staff)</_label>
<_tooltip>Creates blank measures one for each measure captured as a screenshot from one of a set of parts. Display the source score on the screen using any program. Click on opposite corners of each measure in turn to capture that measure as an image into Denemo. Right-click or scroll-wheel to switch corners to adjust. Press any key to finish. This command is for capturing in parts form; to capture in full score use CaptureMeasures command</_tooltip>
</row>
<row type="scheme">
<action>InsertCaptureMeasure</action>
<after>CaptureMeasures</after>
<menupath>/ObjectMenu/MovementMenu/CaptureScore</menupath>
<_label>Capture and Insert One Measure</_label>
<_tooltip>Capture the image of a single measure (as screenshot) inserting at the current measure.</_tooltip>
</row>
<row type="scheme">
<action>InsertCaptureMeasureForStaff</action>
<after>CaptureMeasuresForStaff</after>
<menupath>/ObjectMenu/StaffMenu/CaptureScore</menupath>
<_label>Capture and Insert One Measure</_label>
<_tooltip>Capture the image of a single measure (as screenshot) inserting at the current measure in the current staff.</_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/NotesRests/EditNote</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/NotesRests/EditNote</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="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>Preferences</action>
<_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>MovementProps</action>
<_label>Change Properties</_label>
<_tooltip>Change properties of this movement</_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>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="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>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>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>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>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>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>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>Change0</action>
<_label>Change to 𝅝</_label>
<_tooltip>Change the current note to a 𝅝</_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>Change2</action>
<_label>Change to 𝅘𝅥</_label>
<_tooltip>Change the current note to a 𝅘𝅥</_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>Change4</action>
<_label>Change to 𝅘𝅥𝅯</_label>
<_tooltip>Change the current note to a 𝅘𝅥𝅯</_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>Change6</action>
<_label>Change to 𝅘𝅥𝅱</_label>
<_tooltip>Change the current note to a 𝅘𝅥𝅱</_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>Change8</action>
<_label>Change to 𝅥</_label>
<_tooltip>Change the current note to a 𝅥</_tooltip>
</row>
<row type="builtin">
<action>A</action>
<_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>
<_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>
<_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>
<_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>
<_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>
<_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>
<_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="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>Help</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>CheckBeams</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>
<after>EditScoreDirective</after>
<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>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>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>CheckForIncompleteMeasures</action>
<after>GoToEmptyMeasure</after>
<menupath>/MainMenu/NavigationMenu/Seek</menupath>
<_label>Check for Irregular Measures</_label>
<_tooltip>Checks each measure for complete number of beats, ignoring Anacrusis and ShortMeasure ones. Stops at anything bad.</_tooltip>
</row>
<row type="scheme">
<action>ChoirStaffEnd</action>
<after>ChoirStaffStart</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>ChoirStaff End</_label>
<_tooltip>Stop ChoirStaff multi-stave system.</_tooltip>
</row>
<row type="scheme">
<action>ChoirStaffStart</action>
<after>PianoStaffEnd</after>
<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>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</_tooltip>
</row>
<row type="scheme">
<action>ChordStaff</action>
<after>TabStaff</after>
<menupath>/ObjectMenu/StaffMenu/StaffPropertiesMenu</menupath>
<_label>Chord Symbols</_label>
<_tooltip>Typesets the music on this staff as chord symbols. Normally you will use this on a voice, so that the chord symbols print on the melody staff.</_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>/ObjectMenu/NotationMagick/SingleRandomNote</menupath>
<_label>Chromatic within Clef Range</_label>
<_tooltip>Insert a random note within clef range. Full chromatic spectrum.</_tooltip>
</row>
<row type="builtin">
<action>ClearOverlay</action>
<_label>Clear Overlay</_label>
<_tooltip>Clear the list of pitches that overlay the notes</_tooltip>
</row>
<row type="builtin">
<action>InsertClef</action>
<_label>Clef Change</_label>
<_tooltip>Insert/Edit a change of clef at the cursor</_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="builtin">
<action>Close</action>
<_label>Close Score</_label>
<_tooltip>Close the current score. Other scores (tabs) will stay open</_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>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>
<after>SwapMovements</after>
<menupath>/ObjectMenu/MovementMenu</menupath>
<_label>Comment</_label>
<_tooltip>Stores textual comments for this movement</_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>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>MovementComposer</action>
<after>MovementPiece</after>
<menupath>/ObjectMenu/MovementMenu/Titles/SimpleTitles</menupath>
<_label>Composer</_label>
<_tooltip>Prints a composer name for current movement.</_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>ConvertMidiForBass</action>
<after>ToggleImmediatePlayback</after>
<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="builtin">
<action>Copy</action>
<_label>Copy</_label>
<_tooltip>Copy the music selected to the Denemo clipboard</_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="builtin">
<action>SaveCopy</action>
<_label>Create Copy</_label>
<_tooltip>Save a copy of the score</_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>Duplicates the current note twice making a triplet and slurring all three notes.</_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="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="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>CreateTriplet</action>
<after>ToggleTupletBracketsIfBeamed</after>
<menupath>/ObjectMenu/NotesRests/Tuplets</menupath>
<_label>Create Triplet</_label>
<_tooltip>Takes the current note and appends two more making all three a triplet.</_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/NoteHeadStyles</menupath>
<_label>Cross</_label>
<_tooltip>Cross note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>CrossStaffArpeggio</action>
<after>TabStaff</after>
<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="builtin">
<action>CursorDown</action>
<_label>Cursor Down</_label>
<_tooltip>Moves the cursor one scale step down</_tooltip>
</row>
<row type="scheme">
<action>ToggleCursorHighlight</action>
<menupath>/MainMenu/NavigationMenu/Cursor</menupath>
<_label>Cursor Highlighting (Off/On)</_label>
<_tooltip>Shows up the position of the cursor more clearly (off/on)</_tooltip>
</row>
<row type="builtin">
<action>CursorLeft</action>
<_label>Cursor Left</_label>
<_tooltip>Moves the cursor one object left, altering the selection if any</_tooltip>
</row>
<row type="builtin">
<action>CursorRight</action>
<_label>Cursor Right</_label>
<_tooltip>Moves the cursor one object right, altering the selection if any</_tooltip>
</row>
<row type="builtin">
<action>CursorUp</action>
<_label>Cursor Up</_label>
<_tooltip>Moves the cursor one scale step up</_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</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="builtin">
<action>Cut</action>
<_label>Cut</_label>
<_tooltip>Cut the music selected to the Denemo clipboard</_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/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 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>DeleteCapturedMeasure</action>
<after>CaptureMeasures</after>
<menupath>/ObjectMenu/MovementMenu/CaptureScore</menupath>
<_label>Delete Captured Measure</_label>
<_tooltip>Deletes the captured image of the source measure for the current measure.</_tooltip>
</row>
<row type="scheme">
<action>DeleteCapturedMeasureForStaff</action>
<after>CaptureMeasuresForStaff</after>
<menupath>/ObjectMenu/StaffMenu/CaptureScore</menupath>
<_label>Delete Captured Measure.</_label>
<_tooltip>Deletes the captured measure image for the current measure of the current staff.</_tooltip>
</row>
<row type="builtin">
<action>DeleteStaff</action>
<_label>Delete Current Staff</_label>
<_tooltip>Deletes the current staff</_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="builtin">
<action>DeleteFiguredBass</action>
<_label>Delete Figures</_label>
<_tooltip>Delete the figured bass on the current staff</_tooltip>
</row>
<row type="scheme">
<action>DeleteLilyPondOnChord</action>
<menupath>/ObjectMenu/ChordMenu/Directives</menupath>
<_label>Delete LilyPond on Chord</_label>
<_tooltip>Deletes the LilyPond attached to the chord at the cursor.</_tooltip>
</row>
<row type="scheme">
<action>DeleteLilyPondOnNote</action>
<menupath>/ObjectMenu/NotesRests/Directives</menupath>
<_label>Delete LilyPond on Note</_label>
<_tooltip>Deletes the LilyPond attached to the note where the cursor is.</_tooltip>
</row>
<row type="builtin">
<action>DeleteMeasureAllStaffs</action>
<_label>Delete Measure All Staffs</_label>
<_tooltip>Delete the current measure in all staffs</_tooltip>
</row>
<row type="builtin">
<action>DeleteMovement</action>
<_label>Delete Movement</_label>
<_tooltip>Delete the current movement</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsDelete</action>
<after>MovementNoteheadsSlash</after>
<menupath>/ObjectMenu/MovementMenu/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="builtin">
<action>DeleteObject</action>
<_label>Delete Object</_label>
<_tooltip>Delete the object at the cursor</_tooltip>
</row>
<row type="builtin">
<action>DeletePreviousObject</action>
<_label>Delete Previous Object</_label>
<_tooltip>Delete to the left of the cursor.</_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="builtin">
<action>DeleteRhythm</action>
<_label>Delete Snippet</_label>
<_tooltip>Delete the selected music snippet/rhythm pattern</_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>DeleteBefore</action>
<_label>Delete Staff Before</_label>
<_tooltip>Deletes the staff before the current staff</_tooltip>
</row>
<row type="builtin">
<action>DeleteVerse</action>
<_label>Delete Verse</_label>
<_tooltip>Deletes current verse of lyrics from current voice</_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="scheme">
<action>DeleteStaffGroupings</action>
<after>GrandStaffEnd</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>StagedDelete</action>
<after>DeletePreviousObject</after>
<menupath>/MainMenu/EditMenu</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>
<row type="scheme">
<action>IntelligentDelete</action>
<after>StagedDelete</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Delete</_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</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/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>/ObjectMenu/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="builtin">
<action>EditChords</action>
<_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>EditClefDirective</action>
<_label>Edit Clef Directives</_label>
<_tooltip>Edit any directives attached to clef.</_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>EditKeysigDirective</action>
<_label>Edit Key Signature Directives</_label>
<_tooltip>Edit any directives attached to key signature.</_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>EditObject</action>
<_label>Edit Object</_label>
<_tooltip>Edit the object at the cursor.</_tooltip>
</row>
<row type="builtin">
<action>EditScoreDirective</action>
<_label>Edit Score Directives</_label>
<_tooltip>Edit any directives attached to score.</_tooltip>
</row>
<row type="scheme">
<action>EditSimilar</action>
<after>EditObject</after>
<menupath>/MainMenu/EditMenu</menupath>
<_label>Edit Similar</_label>
<_tooltip>Interactively edit Denemo Directives similar to the one at the cursor. Position the cursor on a particular notehead to edit directives attached to individual notes (such as fingering), otherwise you will edit directives attached at the chord level (such as beaming).</_tooltip>
</row>
<row type="builtin">
<action>EditStaffDirective</action>
<_label>Edit Staff Directives</_label>
<_tooltip>Edit any directives attached to staff.</_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>EditVoiceDirective</action>
<_label>Edit Voice Directives</_label>
<_tooltip>Edit any directives attached to voice.</_tooltip>
</row>
<row type="builtin">
<action>EighthNote</action>
<_label>EighthNote</_label>
<_tooltip>Insert 𝅘𝅥𝅮</_tooltip>
</row>
<row type="builtin">
<action>New</action>
<_label>Empty Score</_label>
<_tooltip>Start a new musical score</_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>EndVolta</action>
<after>OpenSecondTimeBar</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>End 1st/2nd Time Bar</_label>
<_tooltip>Ends a volta, that is a n'th time bar</_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="builtin">
<action>ToggleEndCrescendo</action>
<_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>ToggleEndDiminuendo</action>
<_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="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="builtin">
<action>ToggleEndSlur</action>
<_label>End Slur</_label>
<_tooltip>Insert/delete end slur on this note</_tooltip>
</row>
<row type="scheme">
<action>SmallFontEnd</action>
<after>SmallFontStart</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>End Small Size</_label>
<_tooltip>Printing resumes normal size music.</_tooltip>
</row>
<row type="builtin">
<action>EndTuplet</action>
<_label>End Tuplet</_label>
<_tooltip>Inserts an End Tuplet object, which terminates a tuplet started earlier in this measure.</_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="builtin">
<action>ExecuteScheme</action>
<_label>Execute Scheme</_label>
<_tooltip>Execute the scheme code from the scripting window</_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="builtin">
<action>ExportMUDELA</action>
<_label>Export Lilypond</_label>
<_tooltip>Export the score as a lilypond file</_tooltip>
</row>
<row type="builtin">
<action>ExportMIDI</action>
<_label>Export MIDI</_label>
<_tooltip>Export the score as a MIDI file</_tooltip>
</row>
<row type="builtin">
<action>ExportPDF</action>
<_label>Export PDF</_label>
<_tooltip>Export the score as a PDF document file</_tooltip>
</row>
<row type="builtin">
<action>ExportPNG</action>
<_label>Export Score as PNG</_label>
<_tooltip>Export the score as a PNG image file</_tooltip>
</row>
<row type="builtin">
<action>PrintExcerptPreview</action>
<_label>Export Selection as PNG</_label>
<_tooltip>Displays a musical excerpt in your image viewer</_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>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="builtin">
<action>Flatten</action>
<_label>Flatten</_label>
<_tooltip>Flatten the note at the cursor</_tooltip>
</row>
<row type="builtin">
<action>PendingFlatten</action>
<_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="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="builtin">
<action>ForceCaution</action>
<_label>Force Cautionary Accidental</_label>
<_tooltip>Give a cautionary accidental to 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</_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="builtin">
<action>GoToBeginning</action>
<_label>Go to Beginning</_label>
<_tooltip>Cursor to start of staff/voice, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>GoToEnd</action>
<_label>Go to End</_label>
<_tooltip>Cursor to end of staff/voice, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>GoToMeasure</action>
<_label>Go to Measure</_label>
<_tooltip>Opens a dialog for going to a numbered measure</_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="builtin">
<action>ToggleGrace</action>
<_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="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>GrandStaffEnd</action>
<after>GrandStaffStart</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>GrandStaff End</_label>
<_tooltip>Stop GrandStaff multi-stave system.</_tooltip>
</row>
<row type="scheme">
<action>GrandStaffStart</action>
<after>ChoirStaffEnd</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>GroupStaffEnd</action>
<after>GroupStaffStart</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>GroupStaff End</_label>
<_tooltip>Stop GroupStaff multi-stave system.</_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 StaffGroup context, the group is started with a bracket and bar lines are drawn through all the staves.</_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="builtin">
<action>HalfNote</action>
<_label>HalfNote</_label>
<_tooltip>Insert 𝅗𝅥</_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/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/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/NoteHeadStyles</menupath>
<_label>Harmonic-black</_label>
<_tooltip>Harmonic-black 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>Help</after>
<menupath>/MainMenu/HelpMenu</menupath>
<_label>Help for All Features</_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.</_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>
<after>ScoreIndent</after>
<menupath>/ObjectMenu/Score/PrintLayout</menupath>
<_label>Hide Empty Staffs (Off/On)</_label>
<_tooltip>Controls whether staffs containing only rests are printed.</_tooltip>
</row>
<row type="builtin">
<action>HideFiguredBass</action>
<_label>Hide Figures (Print)</_label>
<_tooltip>Hide the figured bass on the current staff on printing</_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="builtin">
<action>ToggleReduceToDrawingArea</action>
<_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="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="builtin">
<action>ImportLilypond</action>
<_label>Import Lilypond</_label>
<_tooltip>Import a Lilypond file</_tooltip>
</row>
<row type="scheme">
<action>Import-Lilypond</action>
<after>Import-Midi</after>
<menupath>/MainMenu/FileMenu/Import</menupath>
<_label>Import Lilypond</_label>
<_tooltip>Try to Import a Lilypond File</_tooltip>
</row>
<row type="builtin">
<action>ImportMidi</action>
<_label>Import Midi</_label>
<_tooltip>Import a Midi file</_tooltip>
</row>
<row type="scheme">
<action>Import-Midi</action>
<after>ImportMusicXml</after>
<menupath>/MainMenu/FileMenu/Import</menupath>
<_label>Import Midi</_label>
<_tooltip>Try to Imports a Midi File</_tooltip>
</row>
<row type="builtin">
<action>ImportMusicXml</action>
<_label>Import MusicXml</_label>
<_tooltip>Import a MusicXml file</_tooltip>
</row>
<row type="scheme">
<action>Import-MusicXml</action>
<after>Import-Lilypond</after>
<menupath>/MainMenu/FileMenu/Import</menupath>
<_label>Import MusicXml</_label>
<_tooltip>Try to 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/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/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="builtin">
<action>InitialTimeSig</action>
<_label>Inital Time Signature</_label>
<_tooltip>Set the initial time signature of the current staff</_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="builtin">
<action>InitialClef</action>
<_label>Initial Clef</_label>
<_tooltip>Change the initial clef of the current staff</_tooltip>
</row>
<row type="builtin">
<action>InitialKey</action>
<_label>Initial Key</_label>
<_tooltip>Set the initial key signature of the current staff</_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="builtin">
<action>Insert128Time</action>
<_label>Insert 12/8 Time</_label>
<_tooltip>No Tooltip yet</_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="builtin">
<action>Insert22Time</action>
<_label>Insert 2/2 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>Insert32Time</action>
<_label>Insert 3/2 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>Insert38Time</action>
<_label>Insert 3/8 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>Insert64Time</action>
<_label>Insert 6/4 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>Insert98Time</action>
<_label>Insert 9/8 Time</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertA</action>
<_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>InsertAmin</action>
<_label>Insert A 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>InsertAflatmaj</action>
<_label>Insert Ab Major</_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>InsertAmaj</action>
<_label>Insert Amaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertB</action>
<_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>InsertBmin</action>
<_label>Insert B Minor</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertBarline</action>
<_label>Insert Barline</_label>
<_tooltip>Inserts specialized barline at the cursor position. Mostly not working</_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="builtin">
<action>InsertBflatmaj</action>
<_label>Insert Bb Major</_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>InsertBmaj</action>
<_label>Insert Bmaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertC</action>
<_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>InsertCmin</action>
<_label>Insert C Minor</_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>InsertCSharpmin</action>
<_label>Insert C# Minor</_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>InsertCmaj</action>
<_label>Insert Cmaj</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertD</action>
<_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>InsertDmin</action>
<_label>Insert D 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>InsertDflatmaj</action>
<_label>Insert Db Major</_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>InsertDuplet</action>
<_label>Insert Duplet</_label>
<_tooltip>No Tooltip yet</_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="builtin">
<action>InsertDynamic</action>
<_label>Insert Dynamics</_label>
<_tooltip>Inserts a dynamic marking at the cursor position</_tooltip>
</row>
<row type="builtin">
<action>InsertE</action>
<_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>InsertEmin</action>
<_label>Insert E Minor</_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>InsertEflatmin</action>
<_label>Insert Eb Minor</_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>InsertF</action>
<_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>InsertFmaj</action>
<_label>Insert F Major</_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>InsertFSharpmaj</action>
<_label>Insert F# Major</_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>InsertG</action>
<_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>InsertGmin</action>
<_label>Insert G 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>InsertGflatmaj</action>
<_label>Insert Gb Major</_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="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="builtin">
<action>AddMeasure</action>
<_label>Insert Measure After</_label>
<_tooltip>Insert a blank measure after the current one (in all staffs)</_tooltip>
</row>
<row type="builtin">
<action>InsertMeasure</action>
<_label>Insert Measure Before</_label>
<_tooltip>Insert a blank measure before the current one (in all staffs)</_tooltip>
</row>
<row type="builtin">
<action>InsertMovementAfter</action>
<_label>Insert Movement After</_label>
<_tooltip>Insert a new movement after the current one</_tooltip>
</row>
<row type="builtin">
<action>InsertMovementBefore</action>
<_label>Insert Movement Before</_label>
<_tooltip>Insert a new movement before the current one</_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="builtin">
<action>InsertQuadtuplet</action>
<_label>Insert Quadruplet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertQuintuplet</action>
<_label>Insert Quintuplet</_label>
<_tooltip>No Tooltip yet</_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>/ObjectMenu/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>/ObjectMenu/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="builtin">
<action>InsertSeptuplet</action>
<_label>Insert Septuplet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>InsertSextuplet</action>
<_label>Insert Sextuplet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-InsertPoolShuffled</action>
<menupath>/ObjectMenu/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="builtin">
<action>InsertRhythm</action>
<_label>Insert Snippet</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-InsertStringAsBinaryRhythm</action>
<menupath>/ObjectMenu/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>/ObjectMenu/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="builtin">
<action>InsertTriplet</action>
<_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="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="builtin">
<action>InsertWholeRest</action>
<_label>Insert a <span font_desc="Denemo">𝄻</span></_label>
<_tooltip>Insert 𝄻 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertHalfRest</action>
<_label>Insert a <span font_desc="Denemo">𝄼</span></_label>
<_tooltip>Insert 𝄼 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertQuarterRest</action>
<_label>Insert a <span font_desc="Denemo">𝄽</span></_label>
<_tooltip>Insert 𝄽 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertEighthRest</action>
<_label>Insert a <span font_desc="Denemo">𝄾</span></_label>
<_tooltip>Insert 𝄾 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertSixteenthRest</action>
<_label>Insert a <span font_desc="Denemo">𝄿</span></_label>
<_tooltip>Insert 𝄿 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertThirtysecondRest</action>
<_label>Insert a <span font_desc="Denemo">𝅀</span></_label>
<_tooltip>Insert 𝅀 rest</_tooltip>
</row>
<row type="builtin">
<action>InsertSixtyfourthRest</action>
<_label>Insert a <span font_desc="Denemo">𝅁</span></_label>
<_tooltip>Insert 𝅁 rest</_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>InsertBlankWholeNote</action>
<_label>Insert a 𝄻 Spacer</_label>
<_tooltip>Insert a non-printing 𝄻 rest</_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>InsertBlankHalfNote</action>
<_label>Insert a 𝄼 Spacer</_label>
<_tooltip>Insert a non-printing 𝄼 rest</_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>InsertBlankQuarterNote</action>
<_label>Insert a 𝄽 Spacer</_label>
<_tooltip>Insert a non-printing 𝄽 rest</_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>InsertBlankEighthNote</action>
<_label>Insert a 𝄾 Spacer</_label>
<_tooltip>Insert a non-printing 𝄾 rest</_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>InsertBlankSixteenthNote</action>
<_label>Insert a 𝄿 Spacer</_label>
<_tooltip>Insert a non-printing 𝄿 rest</_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>InsertBlankThirtysecondNote</action>
<_label>Insert a 𝅀 Spacer</_label>
<_tooltip>Insert a non-printing 𝅀 rest</_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>InsertBlankSixtyfourthNote</action>
<_label>Insert a 𝅁 Spacer</_label>
<_tooltip>Insert a non-printing 𝅁 rest</_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>InsertBlankOneHundredTwentyEighthNote</action>
<_label>Insert a 𝅂 Spacer</_label>
<_tooltip>Insert a non-printing 𝅂 rest</_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>InsertBlankTwoHundredFiftySixthNote</action>
<_label>Insert a 𝅃 Spacer</_label>
<_tooltip>Insert a non-printing 𝅃 rest</_tooltip>
</row>
<row type="builtin">
<action>0</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>1</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>2</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>3</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>4</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>5</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>6</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>7</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>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>EditFiguredBass</action>
<_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="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="builtin">
<action>JoinVoices</action>
<_label>Join Voices</_label>
<_tooltip>Merge this staff as a voice on the previous staff</_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="builtin">
<action>InsertKey</action>
<_label>Key Signature Change</_label>
<_tooltip>Insert/Edit a key change at the cursor position</_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>LilyPond 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/PrintLayout</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.</_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="builtin">
<action>CommandManagement</action>
<_label>Manage Command Set</_label>
<_tooltip>View help, change and save keyboard shortcuts</_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="builtin">
<action>MeasureLeft</action>
<_label>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>
<_label>Measure Right</_label>
<_tooltip>Moves the cursor to the first object in the previous measure, extending selection if any</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsMensural</action>
<after>MovementNoteheadsNeomensural</after>
<menupath>/ObjectMenu/MovementMenu/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>/ObjectMenu/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="builtin">
<action>MoreCommands</action>
<_label>More Commands</_label>
<_tooltip>Allows choosing standard extra commands/menu items</_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="builtin">
<action>MoveCursorLeft</action>
<_label>Move Cursor Left</_label>
<_tooltip>Moves the cursor one object left, without altering the selection</_tooltip>
</row>
<row type="builtin">
<action>MoveCursorRight</action>
<_label>Move Cursor Right</_label>
<_tooltip>Moves the cursor one object right, without altering the selection</_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="builtin">
<action>MoveToA</action>
<_label>Move to A</_label>
<_tooltip>Moves cursor to nearest note A</_tooltip>
</row>
<row type="builtin">
<action>MoveToB</action>
<_label>Move to B</_label>
<_tooltip>Moves cursor to nearest note B</_tooltip>
</row>
<row type="builtin">
<action>MoveToC</action>
<_label>Move to C</_label>
<_tooltip>Moves cursor to nearest note C</_tooltip>
</row>
<row type="builtin">
<action>MoveToD</action>
<_label>Move to D</_label>
<_tooltip>Moves cursor to nearest note D</_tooltip>
</row>
<row type="builtin">
<action>MoveToE</action>
<_label>Move to E</_label>
<_tooltip>Moves cursor to nearest note E</_tooltip>
</row>
<row type="builtin">
<action>MoveToF</action>
<_label>Move to F</_label>
<_tooltip>Moves cursor to nearest note F</_tooltip>
</row>
<row type="builtin">
<action>MoveToG</action>
<_label>Move to G</_label>
<_tooltip>Moves cursor to nearest note G</_tooltip>
</row>
<row type="builtin">
<action>MoveToMeasureLeft</action>
<_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>
<_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>MoveToStaffDown</action>
<_label>Move to Staff Down</_label>
<_tooltip>Moves the cursor to the staff below without altering selection</_tooltip>
</row>
<row type="builtin">
<action>MoveToStaffUp</action>
<_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>MoveToBeginning</action>
<_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>
<_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>MoveToVoiceDown</action>
<_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>MoveToVoiceUp</action>
<_label>Move to Voice Up</_label>
<_tooltip>Go to the higher numbered voice on staff without altering selection</_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 three or more are changed to multi-measure rests for the whole staff.</_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="builtin">
<action>MyCommands</action>
<_label>My Commands</_label>
<_tooltip>Allows choosing extra commands/menu items from your own collection of extras</_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/NoteHeadStyles</menupath>
<_label>Neomensural</_label>
<_tooltip>Neomensural note head style for the current movement.</_tooltip>
</row>
<row type="builtin">
<action>NewScore</action>
<_label>New</_label>
<_tooltip>Start a new musical score for a named instrument/voice.</_tooltip>
</row>
<row type="builtin">
<action>InsertAltoClef</action>
<_label>New Alto 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>NewMovement</action>
<_label>New Movement</_label>
<_tooltip>Create a new movement, usign any default template</_tooltip>
</row>
<row type="builtin">
<action>InsertSopranoClef</action>
<_label>New Soprano Clef</_label>
<_tooltip>No Tooltip yet</_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="builtin">
<action>NewWindow</action>
<_label>New Tab</_label>
<_tooltip>Create working area (tab with an empty score in it)</_tooltip>
</row>
<row type="builtin">
<action>InsertTenorClef</action>
<_label>New Tenor Clef</_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="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="builtin">
<action>NextMovement</action>
<_label>Next Movement</_label>
<_tooltip>Go to the next movement</_tooltip>
</row>
<row type="builtin">
<action>NextRhythm</action>
<_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="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>/ObjectMenu/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>NoOp</action>
<menupath>/MainMenu/MoreMenu</menupath>
<_label>Null Operation</_label>
<_tooltip>Does absolutely nothing. Use to "blank" a shortcut.</_tooltip>
</row>
<row type="builtin">
<action>OctaveDown</action>
<_label>Octave Down</_label>
<_tooltip>Changes the note at the cursor to an octave lower</_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>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="builtin">
<action>OctaveUp</action>
<_label>Octave Up</_label>
<_tooltip>Changes the note at the cursor to an octave higher</_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>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="builtin">
<action>OneHundredTwentyEighthNote</action>
<_label>OneHundredTwentyEighthNote</_label>
<_tooltip>Insert 𝅘𝅥𝅲</_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="builtin">
<action>Open</action>
<_label>Open</_label>
<_tooltip>Open a file containing a music score for editing</_tooltip>
</row>
<row type="builtin">
<action>OpenMyTemplate</action>
<_label>Open Custom Template</_label>
<_tooltip>Start a new score from one of your own template files</_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="builtin">
<action>OpenExample</action>
<_label>Open Example</_label>
<_tooltip>Start a new score from a built-in example</_tooltip>
</row>
<row type="builtin">
<action>OpenNewWindow</action>
<_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="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="builtin">
<action>OpenTemplate</action>
<_label>Open Template</_label>
<_tooltip>Start a new score from a built-in template file</_tooltip>
</row>
<row type="scheme">
<action>ScoreOpus</action>
<menupath>/ObjectMenu/Score/Titles/SimpleTitles</menupath>
<_label>Opus</_label>
<_tooltip>Name of the opus, flush-right below the arranger.</_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</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>
<after>InitialVoice</after>
<menupath>/ObjectMenu/StaffMenu/Voices</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="builtin">
<action>Paste</action>
<_label>Paste</_label>
<_tooltip>Paste the Denemo clipboard into the score where the cursor is positioned</_tooltip>
</row>
<row type="builtin">
<action>PasteClipboard</action>
<_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="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</_label>
<_tooltip>Plays the current movement, observing repeats, Da Capo, fine and Dal Segno.</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsPetrucci</action>
<after>MovementNoteheadsMensural</after>
<menupath>/ObjectMenu/MovementMenu/NoteHeadStyles</menupath>
<_label>Petrucci</_label>
<_tooltip>Petrucci note head style for the current movement.</_tooltip>
</row>
<row type="scheme">
<action>PianoStaffName</action>
<after>DeleteStaffGroupings</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>PianoStaffEnd</action>
<after>PianoStaffStart</after>
<menupath>/ObjectMenu/StaffMenu/StaffGroupings</menupath>
<_label>PianoStaff End</_label>
<_tooltip>Stop PianoStaff multi-stave system.</_tooltip>
</row>
<row type="scheme">
<action>PianoStaffStart</action>
<after>GroupStaffEnd</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>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="builtin">
<action>Play</action>
<_label>Play</_label>
<_tooltip>Playback from start marker to end marker (Set these markers in the playback controls)</_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>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>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="builtin">
<action>PlaybackProperties</action>
<_label>Playback Properties</_label>
<_tooltip>Allows you to specify properties used in playing back (midi)</_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>PointAndClick</action>
<after>ScoreBlockProlog</after>
<menupath>/ObjectMenu/Score</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. However, using print to file is a better way of doing this as then it is not needed.</_tooltip>
</row>
<row type="builtin">
<action>PopPosition</action>
<_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>
<_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="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="builtin">
<action>PreviousMovement</action>
<_label>Previous Movement</_label>
<_tooltip>Go to the previous movement</_tooltip>
</row>
<row type="builtin">
<action>Print</action>
<_label>Print</_label>
<_tooltip>Typesets the score using LilyPond and opens a print dialog</_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="builtin">
<action>PrintMovement</action>
<_label>Print Movement</_label>
<_tooltip>Typesets the current movement and opens a print dialog</_tooltip>
</row>
<row type="builtin">
<action>PrintPart</action>
<_label>Print Part</_label>
<_tooltip>Typesets the current part (the one containing the cursor).</_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="builtin">
<action>PrintView</action>
<_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="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="builtin">
<action>PrintSelection</action>
<_label>Print Selection</_label>
<_tooltip>Displays selected music from score in your pdf viewer</_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="builtin">
<action>PushPosition</action>
<_label>Push Position</_label>
<_tooltip>Pushes the current cursor position onto a stack</_tooltip>
</row>
<row type="builtin">
<action>QuarterNote</action>
<_label>QuarterNote</_label>
<_tooltip>Insert 𝅘𝅥</_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 staff number appended, and .ly.</_tooltip>
</row>
<row type="builtin">
<action>Quit</action>
<_label>Quit</_label>
<_tooltip>Quit the Denemo program - closes tabs one at a time.</_tooltip>
</row>
<row type="scheme">
<action>RaggedBottom</action>
<after>LimitInterSystemSpace</after>
<menupath>/ObjectMenu/Score/PrintLayout</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>RecordAndConvert</action>
<after>MouseOrMidiDrivenPlayback</after>
<menupath>/MainMenu/PlaybackMenu</menupath>
<_label>Record and Convert</_label>
<_tooltip>Starts playing the score and recording from MIDI-in. When finished it converts the recording to notation.</_tooltip>
</row>
<row type="builtin">
<action>Redo</action>
<_label>Redo</_label>
<_tooltip>Redoes the next of the steps you have Undone</_tooltip>
</row>
<row type="scheme">
<action>ReduceSystemSpacing</action>
<after>NormalBeamEndings</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>Reduce Space Between Systems</_label>
<_tooltip>Reduces the gap between the systems of staffs on a page.</_tooltip>
</row>
<row type="scheme">
<action>RefreshDynamicDirectives</action>
<after>ScoreBlockProlog</after>
<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>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="builtin">
<action>RemoveDot</action>
<_label>Remove Dot</_label>
<_tooltip>Reduce the dotting of the chord note or rest at the cursor.</_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="builtin">
<action>RemoveNoteFromChord</action>
<_label>Remove note</_label>
<_tooltip>Remove a note from the current chord, based on the cursor position</_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>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>/ObjectMenu/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="builtin">
<action>Save</action>
<_label>Save</_label>
<_tooltip>Save the score. The score is saved to disk in XML format.</_tooltip>
</row>
<row type="builtin">
<action>SaveAs</action>
<_label>Save As</_label>
<_tooltip>Save the score under a new name</_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>SaveParts</action>
<_label>Save Parts</_label>
<_tooltip>Save Parts: each staff becomes a file in lilypond format</_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>SaveTemplate</action>
<_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>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="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>Create a selection, move cursor left.</_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>Create a selection, move the cursor right.</_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="builtin">
<action>Set128Time</action>
<_label>Set 12/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>Set24Time</action>
<_label>Set 2/4 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>Set34Time</action>
<_label>Set 3/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>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>Set64Time</action>
<_label>Set 6/4 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>Set98Time</action>
<_label>Set 9/8 Time</_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>SetInitialAmin</action>
<_label>Set A 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>SetInitialAflatmaj</action>
<_label>Set Ab Major 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>SetInitialAltoClef</action>
<_label>Set Alto Clef</_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>SetInitialBmin</action>
<_label>Set B Minor as Initial Keysig</_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>SetInitialBflatmaj</action>
<_label>Set Bb Major 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>SetInitialCmin</action>
<_label>Set C Minor 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>SetInitialCSharpmin</action>
<_label>Set C# Minor 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>SetInitialDmaj</action>
<_label>Set D Major 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>SetInitialDSharpmin</action>
<_label>Set D# Minor 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="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="builtin">
<action>SetInitialEmaj</action>
<_label>Set E Major 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>SetInitialEflatmaj</action>
<_label>Set Eb Major 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>SetInitialFmaj</action>
<_label>Set F Major 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>SetInitialFSharpmaj</action>
<_label>Set F# Major 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>SetInitialGmin</action>
<_label>Set G 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>SetInitialg8clef</action>
<_label>Set G8 Clef</_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>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>SetMark</action>
<_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>ChangeNotehead</action>
<_label>Set Notehead</_label>
<_tooltip>Change the type of notehead for the current note</_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\nto the notes of the current chord.</_tooltip>
</row>
<row type="builtin">
<action>SetPoint</action>
<_label>Set Point</_label>
<_tooltip>Extends the selection to the current cursor position</_tooltip>
</row>
<row type="builtin">
<action>Set0</action>
<_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>Set1</action>
<_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>Set2</action>
<_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>Set3</action>
<_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>Set4</action>
<_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>Set5</action>
<_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>Set6</action>
<_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>Set7</action>
<_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>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="builtin">
<action>SetInitialSopranoClef</action>
<_label>Set Soprano Clef</_label>
<_tooltip>No Tooltip yet</_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="builtin">
<action>SetInitialTenorClef</action>
<_label>Set Tenor Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="scheme">
<action>SetThumbnail</action>
<after>ScoreProlog</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>Set Thumbnail from Selection</_label>
<_tooltip>Sets the thumbnail to the section made in the first movement.</_tooltip>
</row>
<row type="builtin">
<action>SetInitialTrebleClef</action>
<_label>Set Treble Clef</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="scheme">
<action>TrillIsPlus</action>
<after>LilyPondDefinition</after>
<menupath>/ObjectMenu/Score</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>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="builtin">
<action>Sharpen</action>
<_label>Sharpen</_label>
<_tooltip>Sharpen the note at the cursor</_tooltip>
</row>
<row type="builtin">
<action>PendingSharpen</action>
<_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="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="builtin">
<action>FlattenEnharmonicSet</action>
<_label>Shift Accidentals Flatwise</_label>
<_tooltip>Shifts the set of accidentals one step flatter</_tooltip>
</row>
<row type="builtin">
<action>SharpenEnharmonicSet</action>
<_label>Shift Accidentals Sharpwise</_label>
<_tooltip>Shifts the set of accidentals one step sharper</_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="builtin">
<action>ShorterStaffs</action>
<_label>Shorter Staffs</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="builtin">
<action>ShowFiguredBass</action>
<_label>Show Figures (Print)</_label>
<_tooltip>Show the figured bass on the current staff on printing</_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>Undo</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="builtin">
<action>ShrinkMeasures</action>
<_label>Shrink Measure</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-ShuffleSelectedObjects</action>
<after>NotationMagick-MirrorSelectedObjects</after>
<menupath>/ObjectMenu/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="builtin">
<action>SixteenthNote</action>
<_label>SixteenthNote</_label>
<_tooltip>Insert 𝅘𝅥𝅯</_tooltip>
</row>
<row type="builtin">
<action>SixtyfourthNote</action>
<_label>SixtyfourthNote</_label>
<_tooltip>Insert 𝅘𝅥𝅱</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsSlash</action>
<after>MovementNoteheadsXcircle</after>
<menupath>/ObjectMenu/MovementMenu/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/Markings/Spanning</menupath>
<_label>Small Size</_label>
<_tooltip>Music after this is printed in a small size.</_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>/ObjectMenu/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>/ObjectMenu/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="builtin">
<action>SplitVoices</action>
<_label>Split Voices</_label>
<_tooltip>Split off the next voice as a separate staff</_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="builtin">
<action>AppendMeasure</action>
<_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>
<_label>Staff Delete Measure</_label>
<_tooltip>Delete the current measure in this staff, leaving the staff short</_tooltip>
</row>
<row type="builtin">
<action>StaffDown</action>
<_label>Staff Down</_label>
<_tooltip>Moves the cursor to the staff below, extending selection if any</_tooltip>
</row>
<row type="builtin">
<action>InsertMeasureAfter</action>
<_label>Staff Insert Measure After</_label>
<_tooltip>Insert a blank measure in current staff after the current measure</_tooltip>
</row>
<row type="builtin">
<action>InsertMeasureBefore</action>
<_label>Staff Insert Measure Before</_label>
<_tooltip>Insert a blank measure before the current one (in current staff)</_tooltip>
</row>
<row type="builtin">
<action>StaffUp</action>
<_label>Staff Up</_label>
<_tooltip>Moves the cursor to the staff above, extending selection if any</_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>BeamingOn</action>
<after>BeamingOff</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</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>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="builtin">
<action>ToggleStartCrescendo</action>
<_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>ToggleStartDiminuendo</action>
<_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>StartTriplet</action>
<_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="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, must be followed by EndVolta.</_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, must be followed by EndVolta</_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>StemUp</action>
<_label>StemUp</_label>
<_tooltip>Alters a StemNeutral object to stem up.</_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="builtin">
<action>Stop</action>
<_label>Stop</_label>
<_tooltip>Stop Playback</_tooltip>
</row>
<row type="scheme">
<action>BeamingOff</action>
<after>PageBreak</after>
<menupath>/ObjectMenu/Directives/Markings/Spanning</menupath>
<_label>Stop Beaming</_label>
<_tooltip>(Print)Stop automatic beaming from current position in score.</_tooltip>
</row>
<row type="scheme">
<action>ToggleStopped</action>
<menupath>/ObjectMenu/NotesRests/Markings/Articulations</menupath>
<_label>Stopped (Off/On)</_label>
<_tooltip>No Tooltip yet</_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="builtin">
<action>SwapPointAndMark</action>
<_label>Swap Ends of Selection</_label>
<_tooltip>Swaps the active end of the selection</_tooltip>
</row>
<row type="builtin">
<action>SwapMovements</action>
<_label>Swap Movements</_label>
<_tooltip>Swap this movement with the one before</_tooltip>
</row>
<row type="builtin">
<action>SwapStaffs</action>
<_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="scheme">
<action>SynchronizeAudio</action>
<after>RecordAndConvert</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/PrintLayout</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="builtin">
<action>TallerStaffs</action>
<_label>Taller Staffs</_label>
<_tooltip>No Tooltip yet</_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</menupath>
<_label>Text with Positioning</_label>
<_tooltip>Prints text you give above/below/auto-positioned.</_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="builtin">
<action>ThirtysecondNote</action>
<_label>ThirtysecondNote</_label>
<_tooltip>Insert 𝅘𝅥𝅰</_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="builtin">
<action>InsertTiedNote</action>
<_label>Tied note</_label>
<_tooltip>Inserts a duplicate of the current note, tied</_tooltip>
</row>
<row type="builtin">
<action>InsertTimeSig</action>
<_label>Time Signature Change</_label>
<_tooltip>Edit/Insert a time signature change for the current measure</_tooltip>
</row>
<row type="scheme">
<action>TimesigWithBeatStructure</action>
<after>InsertTimeSig</after>
<menupath>/ObjectMenu/TimeSig</menupath>
<_label>Time Signature with Beat Structure</_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/StaffMenu</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>
<after>TransposeScorePrint</after>
<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="builtin">
<action>GoToMark</action>
<_label>To Mark</_label>
<_tooltip>Moves the cursor to the Mark without altering 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>ToggleRhythm</action>
<_label>Toggle Audible Feedback</_label>
<_tooltip>Toggle audible feedback on/off</_tooltip>
</row>
<row type="builtin">
<action>ToggleBlankMode</action>
<_label>Toggle Blank Mode</_label>
<_tooltip>No Tooltip yet</_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="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="builtin">
<action>ToggleRestMode</action>
<_label>Toggle Rest Mode</_label>
<_tooltip>No Tooltip yet</_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>ToggleTie</action>
<_label>Toggle Tie</_label>
<_tooltip>Ties/unties the note at the cursor</_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>Follow with a duration key for the subdivisions required: prints the note at the cursor with the tremolo marking.</_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 (On/Off)</_label>
<_tooltip>Turns tuplet brackets off/on for beamed notes (when printed)</_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.
Note you can also delay tooltips, indefinitely if you wish, via the preferences dialog. See Edit->Change Preferences->Command Behaviour</_tooltip>
</row>
<row type="scheme">
<action>NotationMagick-TwelveToneRow</action>
<menupath>/ObjectMenu/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="builtin">
<action>TwoHundredFiftySixthNote</action>
<_label>TwoHundredFiftySixthNote</_label>
<_tooltip>Insert 𝅥</_tooltip>
</row>
<row type="scheme">
<action>DenemoBar</action>
<after>Ambitus</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>Typeset Barlines Literally</_label>
<_tooltip>Typesets the Denemo barlines, regardless of the timing.</_tooltip>
</row>
<row type="scheme">
<action>ToggleCurveControl</action>
<after>LilyPondDefinition</after>
<menupath>/ObjectMenu/Score</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>
<after>LilyPondDefinition</after>
<menupath>/ObjectMenu/Score</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>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="builtin">
<action>Undo</action>
<_label>Undo</_label>
<_tooltip>Undoes one (more) step of your edits to the current score.</_tooltip>
</row>
<row type="builtin">
<action>UnsetMark</action>
<_label>Unset Mark</_label>
<_tooltip>Gets rid of the selection.</_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="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="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>NormalBeamEndings</action>
<after>AccompanistsScore</after>
<menupath>/ObjectMenu/Score</menupath>
<_label>Use Normal Beam Endings</_label>
<_tooltip>Ends beams in the expected places (print).</_tooltip>
</row>
<row type="builtin">
<action>VoiceDown</action>
<_label>Voice Down</_label>
<_tooltip>Go to the lower numbered voice on this staff, extending selection if any</_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="builtin">
<action>VoiceUp</action>
<_label>Voice Up</_label>
<_tooltip>Go to the higher numbered voice on staff, extending selection if any</_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="builtin">
<action>WholeNote</action>
<_label>WholeNote</_label>
<_tooltip>Insert 𝅝</_tooltip>
</row>
<row type="builtin">
<action>WidenMeasures</action>
<_label>Widen Measures</_label>
<_tooltip>No Tooltip yet</_tooltip>
</row>
<row type="scheme">
<action>MovementNoteheadsXcircle</action>
<after>MovementNoteheadsCross</after>
<menupath>/ObjectMenu/MovementMenu/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="builtin">
<action>Insert0</action>
<_label>𝅝</_label>
<_tooltip>Insert a 𝅝</_tooltip>
</row>
<row type="builtin">
<action>Insert1</action>
<_label>𝅗𝅥</_label>
<_tooltip>Insert a 𝅗𝅥</_tooltip>
</row>
<row type="builtin">
<action>Insert2</action>
<_label>𝅘𝅥</_label>
<_tooltip>Insert a 𝅘𝅥</_tooltip>
</row>
<row type="builtin">
<action>Insert3</action>
<_label>𝅘𝅥𝅮</_label>
<_tooltip>Insert a 𝅘𝅥𝅮</_tooltip>
</row>
<row type="builtin">
<action>Insert4</action>
<_label>𝅘𝅥𝅯</_label>
<_tooltip>Insert a 𝅘𝅥𝅯</_tooltip>
</row>
<row type="builtin">
<action>Insert5</action>
<_label>𝅘𝅥𝅰</_label>
<_tooltip>Insert a 𝅘𝅥𝅰</_tooltip>
</row>
<row type="builtin">
<action>Insert6</action>
<_label>𝅘𝅥𝅱</_label>
<_tooltip>Insert a 𝅘𝅥𝅱</_tooltip>
</row>
<row type="builtin">
<action>Insert7</action>
<_label>𝅘𝅥𝅲</_label>
<_tooltip>Insert a 𝅘𝅥𝅲</_tooltip>
</row>
<row type="builtin">
<action>Insert8</action>
<_label>𝅥</_label>
<_tooltip>Insert a 𝅥</_tooltip>
</row>
</map>
</merge>
</Denemo>
|