<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>ShiftRealOctaveUp</action>
        <scheme>;in reality this is not shift but transpose. But there are too many functions with the name transpose already...
(SingleAndSelectionSwitcher (lambda () 
	(ShiftProto ANS::CalculateRealOctaveUp)))
</scheme>
        <label>Octave Up</label>
        <tooltip>Shifts current notes/selection up one octave while preserving accidental status. This means real transposition</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
