<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>Augment</action>
        <scheme> (if (d-GetNoteDuration) 
 (d-ChangeDurationByFactorTwo /) )
 (d-RefreshDisplay) 
 </scheme>
        <label>Augment</label>
        <tooltip>Augments the current Note/Chord/Rest. Quarter Note becomes Half Note.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
