<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>PrevBookmarkR</action>
        <scheme>;;;PrevBookMarkR by Nils Gey RTS
(if (d-DirectiveGet-standalone-display "RehearsalMark")
(d-MoveCursorLeft) )
;;; FIXME this fails if bookmark is at end of measure
(let gotoBookmark ()
 (if  (and (not (d-DirectiveGet-standalone-display "RehearsalMark")) (d-PrevObject)  )
	(gotoBookmark)))
(d-RefreshDisplay)</scheme>
        <label>Prev Bookmark</label>
        <tooltip>Seach backward for bookmarks in the current staff.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
