<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>GoToMeasure</after>
        <action>GoToEmptyMeasure</action>
        <scheme>;;;GoToEmptyMeasure
(d-CursorRight)
(let gotoEnd ()
 (if  (d-NextObject) 
	(gotoEnd)))
(d-RefreshDisplay)</scheme>
        <label>Go To Next Empty Measure</label>
        <tooltip>Move cursor to the next point in the current staff where the music ends.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
