<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>FinishCadenza</after>
        <action>SmallFontStart</action>
        <scheme>;;;StartSmallFont
(d-Directive-standalone "SmallFont")
(d-DirectivePut-standalone-postfix "SmallFont" "% Start small notes
	\\override NoteHead #'font-size = #-4
	\\override Accidental #'font-size = #-4
")
(d-DirectivePut-standalone-display "SmallFont" "small")
(d-DirectivePut-standalone-minpixels  "SmallFont" 30)
(d-RefreshDisplay)
</scheme>
        <label>Small Size</label>
        <tooltip>Music after this is printed in a small size.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
