1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
<?xml version="1.0" encoding="UTF-8"?>
<Denemo>
<merge>
<title>A Denemo Keymap</title>
<author>AT, JRR, RTS</author>
<map>
<row type="scheme">
<after>EditObject</after>
<action>EditSimilar</action>
<_label>Edit Here (and ...)</_label>
<_tooltip>Seek and edit Denemo Directives starting with the one at the cursor and optionally similar ones following. Position the cursor on a particular notehead to edit directives attached to individual noteheads (such as fingering), otherwise you will edit directives attached at the chord level (such as beaming).</_tooltip>
</row>
</map>
</merge>
</Denemo>
|