<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>NamedBookmarkInsert</action>
        <scheme>
     		(define user-input (d-GetUserInput "Named Bookmark" "Give a name" "XXX"))
     		(d-InsertLilyDirective (string-append "%" user-input))
	</scheme>
        <menupath>/ObjectMenu/Bookmarks</menupath>
        <label>Insert Named Bookmark</label>
        <tooltip>Inserts a named bookmark (a LilyPond comment) at the cursor position.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
