<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>SetCurrentStaffAsVoice</after>
        <action>SetCurrentVoiceAsStaff</action>
        <scheme>;;;SetCurrentVoiceAsStaff
(if
 (not (d-VoiceToStaff))
 (d-WarningDialog "The current staff is not voice"))</scheme>
        <label>Voice to Staff</label>
        <tooltip>The current voice will be typeset on its own staff.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
