<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after/>
        <action>StartBeam</action>
        <scheme>;;; StartBeam
(d-DirectivePut-chord-postfix "Beam" "[")
(d-DirectivePut-chord-display "Beam"  "[")
(d-RefreshDisplay)
</scheme>
        <label>Start Beam</label>
        <tooltip>Instructs the LilyPond engraver to start a beam here. (Print effect only)</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
