<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>InsertStandaloneDirective</action>
        <scheme>(let ()
(define current (d-DirectiveGet-standalone-postfix (d-DirectiveGetTag-standalone)))
(let script ((answer (d-GetUserInput "Insert Lilypond" "Give Lilypond text to insert" (if current current ""))))
	(if (and answer (not (string=? answer "")))
		(begin
			(if current 
				(d-DirectiveDelete-standalone (d-DirectiveGetTag-standalone)))
			(StandAloneDirectiveProto (cons answer answer)))
		#f)))</scheme>
        <label>Insert Lilypond</label>
        <tooltip>Insert or edit a directive in the LilyPond music typesetting language. This can be used for extra spacing, transposing or almost anything. See LilyPond documentation for ideas.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
