<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>ClosingBarline</action>
        <scheme>;;;ClosingBarline
(d-DirectivePut-standalone-minpixels "ClosingBarline" 15)
(d-MoveCursorLeft)
(d-DirectivePut-standalone-postfix "ClosingBarline" " \\bar \"|.\"")
(d-DirectivePut-standalone-gx  "ClosingBarline"  15)
(d-DirectivePut-standalone-gy  "ClosingBarline"  -3)
(d-DirectivePut-standalone-graphic "ClosingBarline" "ClosingBarline")
(d-MoveCursorRight)
(d-RefreshDisplay)</scheme>
        <label>Closing Barline</label>
        <tooltip>Inserts a closing barline (a double bar with last one thicker).</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
