<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after/>
        <action>Bookmark</action>
        <scheme>;;; Bookmark + RehearsalMark
;;; by Nils Gey Modified RTS
(d-DirectivePut-standalone-display "Bookmark" "")
(d-CursorLeft)
(d-DirectivePut-standalone-postfix "Bookmark"  " \\mark \\default" )
(d-DirectivePut-standalone-gx  "Bookmark"  -20)
(d-DirectivePut-standalone-gy  "Bookmark"  -30)
(d-DirectivePut-standalone-minpixels  "Bookmark"  10)
(d-DirectivePut-standalone-graphic "Bookmark" "RehearsalMark")
(d-CursorRight)
(d-RefreshDisplay)
</scheme>
        <label>Add Bookmark</label>
        <tooltip>Adds a Denemo bookmark combined with a default Lilypond Rehearsal Mark</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
