<?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
(if (not (equal? "None" (d-GetType)))
(begin
	(d-CursorRight)
	(let gotoEnd ()
 	(if  (and (d-CursorRight) (not (equal? "None" (d-GetType))))
		(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>
