<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>ParenthesizeChord</action>
        <scheme> ;;; ParenthesizeChord
(d-DirectivePut-chord-prefix "Parenthesize" "\\parenthesize ")
(d-DirectivePut-chord-display "Parenthesize" "()")
(d-RefreshDisplay)</scheme>
        <label>Parenthesize Chord</label>
        <tooltip>Enclose the chord in ( ) on printing.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
