lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dot sizes


From: Lukas-Fabian Moser
Subject: Re: Dot sizes
Date: Mon, 27 Sep 2021 12:30:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]