<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>Upprall</action>
        <scheme>;;;Upprall
(if (d-Directive-chord? "Upprall")
	(d-DirectiveDelete-chord "Upprall")
	(begin
	(d-DirectivePut-chord-graphic "Upprall"
"
    \xEE\x86\x90   
Emmentaler
28")
	(d-DirectivePut-chord-gy "Upprall"  -100)
	(d-DirectivePut-chord-postfix "Upprall" "\\upprall")))
(d-RefreshDisplay)</scheme>
        <label>Up Prall</label>
        <tooltip>Adds/Removes Up Prall ornament</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
