<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>ShiftOff</after>
        <action>ShiftOn</action>
        <scheme>;;;ShiftOn
(if (d-Directive-standalone?  "ShiftForVoices")
	(d-DirectiveDelete-standalone  "ShiftForVoices"))
(d-DirectivePut-standalone "ShiftForVoices")
(d-DirectivePut-standalone-postfix "ShiftForVoices" "\\shiftOn")
(d-DirectivePut-standalone-display "ShiftForVoices" "Shift")
(d-DirectivePut-standalone-minpixels "ShiftForVoices" 30)
(d-RefreshDisplay)
</scheme>
        <label>Use Horizontal Shifts</label>
        <tooltip>Turns on horizontal displacements of notes where needed.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
