lilypond-user
[Top][All Lists]
Advanced

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

Re: Staccato Dot Size


From: Benjamin Strecker
Subject: Re: Staccato Dot Size
Date: Fri, 5 May 2017 16:32:39 -0400

On Fri, May 5, 2017 at 3:24 PM, David Nalesnik <address@hidden> wrote:
> On Fri, May 5, 2017 at 2:10 PM, Urs Liska <address@hidden> wrote:
>>
>>
>> Am 5. Mai 2017 20:52:35 MESZ schrieb Karlin High <address@hidden>:
>>>On 5/5/2017 1:16 PM, Benjamin Strecker wrote:
>>>> How would I go about globally reducing the size of the staccato dot?
>>>
>>>The solution is probably going to involve a \context { } block. Maybe
>>>something like this:
>>>
>>>% BEGIN LILYPOND CODE
>>>\version "2.19.59"
>>>
>>>\score {
>>>   c'4 -.
>>>
>>>   \layout {
>>>     \context {
>>>       \Score
>>>       \override Script.font-size = #-2
>>>     }
>>>   }
>>>}
>>>% END LILYPOND CODE
>>
>> This does *not* cover the condition to leave *other* scripts untouched.
>>
>
> The best way available to get at just the staccato dot would be
> through the snippet here:
>
> http://lilypond.org/doc/v2.19/Documentation/snippets/tweaks-and-overrides#tweaks-and-overrides-overriding-articulations-of-destinct-type
>
> -David

Thanks, David!

That's exactly the sort of thing I'm looking for.



reply via email to

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