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