<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>ChangeStaffUp</after>
        <action>ChangeStaffBack</action>
        <scheme>;;;ChangeStaffBack
(let ((staffname #f))
(if (d-DirectiveGet-standalone-display "ChangeStaffBack")
 	(d-DeleteObject))
 (if (equal? "STEMDIRECTIVE" (d-GetType))
 		(d-DeleteObject))
(set! staffname (d-StaffProperties "query=denemo_name"))
(StandAloneDirectiveProto (cons "ChangeStaffBack" (string-append "\\change Staff = \"" staffname "\" ")) #t #f "This Staff")
(d-InsertStem))
</scheme>
        <label>Change Back to Printing on this Staff</label>
        <tooltip>Returns to printing the succeeding notes on this staff.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
