<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after/>
        <action>EndBeam</action>
        <scheme>;;; EndBeam
(d-DirectivePut-chord-postfix "Beam" "]")
(d-DirectivePut-chord-display "Beam"  "]")
(d-RefreshDisplay)
</scheme>
        <label>End Beam</label>
        <tooltip>Instructs LilyPond engraver to stop previously started manual beaming. Print effect only.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
