<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>ParenthesizeNote</action>
        <scheme>;;; ParenthesizeNote
(d-DirectivePut-note-prefix "Parenthesize" "\\parenthesize ")
(d-DirectivePut-note-display "Parenthesize" "()")
(d-RefreshDisplay)</scheme>
        <label>Parenthesize Note</label>
        <tooltip>Enclose the note at the cursor in ( ) when printed.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
