<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>OpenFirstTimeBar</after>
        <action>OpenSecondTimeBar</action>
        <scheme> ;;;OpenSecondTimeBar
(d-Directive-standalone "Volta")
(d-DirectivePut-standalone-minpixels  "Volta" 30)
(d-DirectivePut-standalone-postfix "Volta" "
\\set Score.repeatCommands = #'((volta \"2\"))
")
(d-DirectivePut-standalone-gx  "Volta" 37)
(d-DirectivePut-standalone-gy  "Volta" -34)
(d-DirectivePut-standalone-graphic "Volta" "SecondTimeBar")
(d-MoveCursorRight)
(d-RefreshDisplay)
 </scheme>
        <label>Start a Second Time Bar</label>
        <tooltip>(Print) start a second time bar, must be followed by EndVolta</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
