<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>AddIntervalTest</action>
        <scheme>;;Real command in actions/menus/ObjectMenu/ChordMenu/AddInterval/init.scm
(if (d-GetNotes)
(d-AddInterval 3 #t #t #t)) ; 1. Interval, 2. up(#t) or down(#f), 3. from lowest (#t) or highest (#f), 4. cursor right(#t) or stay(#f)</scheme>
        <label>Add Diatonic Interval Prototype</label>
        <tooltip>Prints my special effect</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
