<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>BeamingOff</after>
        <action>BeamingOn</action>
        <scheme> ;;;;;;;;BeamingOn
(d-DirectivePut-standalone "BeamingOn")
(d-DirectivePut-standalone-postfix "BeamingOn" "\\autoBeamOn")
(d-DirectivePut-standalone-display "BeamingOn" "Automatic Beaming")
(d-DirectivePut-standalone-minpixels "BeamingOn" 10)
(d-RefreshDisplay)
</scheme>
        <label>Start Beaming</label>
        <tooltip>(Print) Start automatic beaming at this point in score. (Used after turning beaming off).</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
