<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>Beam1234</after>
        <action>NoBeam</action>
        <scheme>;;;NoBeam
(d-DirectivePut-chord-postfix "NoBeam" "\\noBeam")
(d-DirectivePut-chord-display "NoBeam" "noBeam")
(d-DirectivePut-chord-graphic_name "NoBeam" "NoBeam")
(d-DirectivePut-chord-override "NoBeam" 32)
(d-RefreshDisplay)
;;;End of scheme script</scheme>
        <label>No Beam</label>
        <tooltip>(Print) Removes beam from current note</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
