<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>FingeringsDoublestroke</action>
        <scheme> (Doublestroke #f
(cons "Finger 1" d-Finger1)  ;1
(cons "Finger 2" d-Finger2)  ;2
(cons "Finger 3" d-Finger3)  ;3
(cons "Finger 4" d-Finger4)  ;4
(cons "Finger 5" d-Finger5)  ;5
(cons "" False)
(cons "" False)
(cons "" False)
(cons "" False)
(cons "Finger 0 / Open String" d-Finger0)  ; 0 - Open String
)</scheme>
        <label>Fingerings</label>
        <tooltip>Place a fingerin instruction on a note</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
