<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>NotationMagick-InsertStringAsBinaryRhythm</action>
        <scheme>(let ((return (NotationMagick::AskNewAsciistring)))
	(if return
		(NotationMagick::PutBinaryStringList (NotationMagick::String-&gt;CharsAsBinary return))
		#f))</scheme>
        <label>Insert String as Binary Rhythm</label>
        <tooltip>Give a string to generate a rhythm out of its ascii chars in binary encoding</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
