Re: Staccato Dot Size

2017-05-05 Thread Benjamin Strecker
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

Re: Staccato Dot Size

2017-05-05 Thread David Nalesnik
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

Re: Staccato Dot Size

2017-05-05 Thread Urs Liska
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

Re: Staccato Dot Size

2017-05-05 Thread 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 \version "2.19.59" \score { c'4 -. \layout { \context

Staccato Dot Size

2017-05-05 Thread Benjamin Strecker
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 ___