<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>Diminish</action>
        <scheme>(SingleAndSelectionSwitcher  "
(if (duration::GetBaseDurationInTicks)
 (duration::ChangeNoteDurationInTicks (/ (duration::GetBaseDurationInTicks) 2) (d-GetDots))
)" )
(d-RefreshDisplay)</scheme>
        <label>Diminish</label>
        <tooltip>Diminishs the note/chord/rest. Quarter Note becomes Eight Note. </tooltip>
      </row>
    </map>
  </merge>
</Denemo>
