<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>Ficta</after>
        <action>HideAccidental</action>
        <scheme>(let ((tag "HideAccidental"))
(if (d-Directive-note? tag)
	(d-DirectiveDelete-note tag)
	(begin
		(d-DirectivePut-note-prefix tag "\\tweak Accidental #'stencil ##f  ")
		(d-DirectivePut-note-display tag " x"))))
(d-SetSaved #f)
</scheme>
        <label>Hide Accidental</label>
        <tooltip>Hides the accidental on the note at the cursor on printing. Does not affect the pitch.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
