<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>CautionaryAccidental</action>
        <scheme>;;;CautionaryAccidental
(if (d-DirectiveGet-note-postfix "WarnAccidental")
	(d-DirectiveDelete-note "WarnAccidental")
(d-DirectivePut-note-postfix "WarnAccidental" "!"))
(d-SetSaved #f)
(d-RefreshDisplay)
</scheme>
        <label>Cautionary Accidental</label>
        <tooltip>Forces the accidental on the note to be printed.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
