1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
<?xml version="1.0" encoding="UTF-8"?>
<Denemo>
<merge>
<title>A Denemo Keymap</title>
<author>AT, JRR, RTS</author>
<map>
<row type="scheme">
<after>UnGraceAfter</after>
<action>InstallGraceNoteHints</action>
<_label>Install Grace Note Hints</_label>
<_tooltip>Where a grace note occurs at a boundary the LilyPond typesetter requires extra hints about positioning to avoid doubled clefs, time signatures etc. These hints appear as non-printing grace rests. This command (un)installs them for the whole movement.</_tooltip>
</row>
</map>
</merge>
</Denemo>
|