<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>FingeringsDoublestroke</after>
        <action>ChangeStaffUp</action>
        <scheme>;;;ChangeStaffUp
(let ((staffname #f))
(if (d-DirectiveGet-standalone-display "ChangeStaff")
 	(d-DeleteObject))
 (if (equal? "STEMDIRECTIVE" (d-GetType))
 		(d-DeleteObject))
(d-PushPosition)
(d-MoveToStaffUp)
(set! staffname (d-StaffProperties "query=denemo_name"))
(d-PopPosition)
(StandAloneDirectiveProto (cons "ChangeStaff" (string-append "\\change Staff = \"" staffname "\" ")) #t #f "Staff Up")
(d-StartDownStems))
</scheme>
        <label>Change to Printing on Staff Above.</label>
        <tooltip>Prints the succeeding notes on the staff above the current one.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
