On Fri, May 5, 2017 at 3:24 PM, David Nalesnik wrote:
> On Fri, May 5, 2017 at 2:10 PM, Urs Liska wrote:
>>
>>
>> Am 5. Mai 2017 20:52:35 MESZ schrieb Karlin High :
>>>On 5/5/2017 1:16 PM, Benjamin Strecker wrote:
How would I go about globally reducing the size of the staccato dot?
>>>
>>>Th
On Fri, May 5, 2017 at 2:10 PM, Urs Liska wrote:
>
>
> Am 5. Mai 2017 20:52:35 MESZ schrieb Karlin High :
>>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. Ma
Am 5. Mai 2017 20:52:35 MESZ schrieb Karlin High :
>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
>\vers
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
How would I go about globally reducing the size of the staccato dot?
Locally, I can do it with:
c'4-\tweak Script.font-size #-2 -.
but I'm having a difficult time figuring out how to do this for every
staccato dot without changing the size of other articulations.
Thanks!
Ben
___