<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>RTS</author>
    <map>
      <row>
        <action>DeleteBarline</action>
        <scheme>
(d-InsertA)
(d-SetMark)
(d-MeasureRight)
(d-MeasureRight)
(d-CursorLeft)
(d-Cut)
(d-CursorLeft)
(d-Paste)
(d-MeasureRight)
(d-CursorLeft)
(d-DeletePreviousObject)
</scheme>
        <label>Delete Barline</label>
        <tooltip>Joins two measures together. Always start with cursor on barline to be deleted. Does not work in all cases!</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
