<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>ToggleTrill</action>
        <scheme>;;;Trill                   
					(let ((tag "ToggleTrill"))
						(ChordAnnotation tag "\\trill"    ToggleTrill::params    LG-Trill)
					(d-PlayMidiNote 78  255 9 100))
	</scheme>
        <label>Trill (Off/On)</label>
        <tooltip>Adds/Removes a trill to the note</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
