<?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
(RepeatUntilFail (lambda () (and (not (None?)) (d-MoveToMeasureRight))))</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>
