<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>ToggleEndSlur</after>
        <action>SlurDown</action>
        <scheme>;Slur Down:
(d-DirectivePut-standalone-display "SlurDirection" "SlurDown")
(d-MoveCursorLeft)
(d-DirectivePut-standalone-postfix "SlurDirection" " \\slurDown" )
(d-DirectivePut-standalone-minpixels "SlurDirection" 60)
(d-MoveCursorRight)
(d-RefreshDisplay) </scheme>
        <label>Slur Down</label>
        <tooltip>Prints slur below</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
