<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>MoveRest</after>
        <action>DisplaceRestHorizontally</action>
        <scheme>;;DisplaceRestHorizontally
(let	( (X (d-GetUserInput "Horizontal shift" "Give horizontal shift required" "1.5")))
(if  X 
  (StandAloneDirectiveProto (cons "DisplaceRestHorizontally" (string-append  "\\once \\override Voice.Rest #'extra-offset = #'(" X " . 0.0)"  )) #t "\n&#x2B0C;\nDenemo\n24")
  #f))
</scheme>
        <label>Displace Rest Horizontally</label>
        <tooltip>Asks for a horizontal shift and moves the rest at the cursor by that much when printing.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
