Re: tweaking accidental padding within KeySignature

2016-02-17 Thread Pierre Perol-Schneider
Hi Kieren, 2016-02-17 15:38 GMT+01:00 Kieren MacMillan : > > AFAIK, I found the 'padding description pretty clear (even though, as > you point it out, not intuitive). > > For what other grob(s) does #’padding affect the INTERNAL spacing of items > inside the grob and not the [intuitive] EXTERNAL

Re: tweaking accidental padding within KeySignature

2016-02-17 Thread Kieren MacMillan
Hi Pierre, > Here: > http://www.lilypond.org/doc/v2.18/Documentation/internals/key_002dsignature_002dinterface Thanks. Sorry for the noise. > AFAIK, I found the 'padding description pretty clear (even though, as you > point it out, not intuitive). For what other grob(s) does #’padding affect

Re: tweaking accidental padding within KeySignature

2016-02-17 Thread Pierre Perol-Schneider
2016-02-17 13:35 GMT+01:00 Kieren MacMillan : > Hi Pierre, > > > Did I misunderstand the question? > > No, this is great. Thanks. > > That being said… > > 1. Where is ‘padding’ listed in < > http://www.lilypond.org/doc/v2.19/Documentation/internals/keysignature> > or in any of the interfaces refer

Re: tweaking accidental padding within KeySignature

2016-02-17 Thread Kieren MacMillan
Hi Pierre, > Did I misunderstand the question? No, this is great. Thanks. That being said… 1. Where is ‘padding’ listed in or in any of the interfaces referenced on that page? I can’t find it. 2. Even if I could find it

Re: tweaking accidental padding within KeySignature

2016-02-17 Thread Pierre Perol-Schneider
Hi Kieren, #(set-global-staff-size 100) #(set-default-paper-size "a4" 'landscape) \version "2.19.36" { \key c\minor \omit Staff.TimeSignature c' \once\override Staff.KeySignature.padding = #0.2 \key c\minor c' \once\override Staff.KeySignature.padding = #-.1 \key c\minor c' } Or? Did

tweaking accidental padding within KeySignature

2016-02-16 Thread Kieren MacMillan
Hello all, I’m hoping to control the padding of accidentals within a KeySignature — specifically, I want to loosen/increase the spacing a little bit — but I can’t seem to find the right incantation. Any hints/links would be appreciated. Thanks, Kieren. Kieren M