<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>Edit-Prolog</action>
        <scheme>;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;Edit score prolog
(let ((lily "") (current ""))
   (set! current (d-ScoreProperties "query=lilypond"))
   (set! lily (d-GetUserInput (_ "Edit Score Prolog") 
			       (_ "Edit LilyPond to apply to whole score") 
	                       current))

   (d-ScoreProperties (string-append "lilypond=" lily "\0")))
;;;;;;;;;;;;;;;;;</scheme>
        <label>Edit Prolog</label>
        <tooltip>Allows you to edit the LilyPond score prolog; here you can set transposition for the printed version and much more.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
