<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>SmallerStaff</after>
        <action>StaffOctaveUp</action>
        <scheme> ;;;StaffOctaveUp
(d-DirectivePut-staff-prefix "StaffOctaveUp" "\\transpose c c'")
(d-DirectivePut-staff-graphic "StaffOctaveUp" "StaffOctaveUp")
(d-RefreshDisplay)</scheme>
        <label>(Print) Octave Up</label>
        <tooltip>Prints out the music of this staff one octave higher.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
