<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>RepeatEndStart</after>
        <action>OpenRepeat</action>
        <scheme> ;;;;;;;;;;OpenRepeat
(d-Directive-standalone "Repeat")
(d-DirectivePut-standalone-postfix "Repeat" " \\repeat volta 2 {\n") 
(d-DirectivePut-standalone-minpixels "Repeat" 50)
(d-DirectivePut-standalone-gx  "Repeat"  0)
(d-DirectivePut-standalone-gy  "Repeat"  -8)
(d-DirectivePut-standalone-graphic "Repeat" "RepeatOpen")
(d-MoveCursorRight)
(d-RefreshDisplay)</scheme>
        <label>Open Repeat Section</label>
        <tooltip>Marks the point where a repeat will start. A correspond close, or first and second time bars are needed.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
