<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>Set7</after>
        <action>SetBreve</action>
        <scheme>;;;;;;;;;;;;;;; SetBreve
(if (and (defined? 'Snippet::Breve) (&gt; Snippet::Breve 0))
    (d-SelectSnippet Snippet::Breve)
(begin
(d-PushPosition)
(d-InsertMeasureBefore)
(d-Insert0)
	(d-DirectivePut-chord-graphic "Duration" "
&#xE1D3;
emmentaler")
	(d-DirectivePut-chord-override "Duration" (logior DENEMO_OVERRIDE_GRAPHIC DENEMO_ALT_OVERRIDE))
	(d-DirectivePut-chord-prefix "Duration" "\\breve ")		
	(d-SetDurationInTicks (* 2 1536))
(d-CreateSnippetFromObject "Breve")
(d-DeleteMeasure)
(d-PopPosition)))
</scheme>
        <label>Breve</label>
        <tooltip>Sets Prevailing Duration to Breve</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
