Hi Paul,
Am 27.09.21 um 12:20 schrieb Paul Hodges:
In the score I am preparing for publication have been asked to use the
Bravura font (which I have successfully done), and to make staccato dots
smaller than augmentation dots (as I note is specified by Gould). I
can't find any snippets which enable me to do this - can it easily be
done?
One might \override Script.font-size, but this changes the size also of
accents, tenuto etc.
Probably the easiest way would be to re-define the "-." command:
\version "2.22"
dashDot = \tweak font-size -5 \staccato
{
c'-. c'-!
}
Lukas