Oops.  Now replying to list:

---------- Forwarded message ----------
From: David Nalesnik <david.nales...@gmail.com>
Date: Wed, Jan 18, 2017 at 9:41 AM
Subject: Re: brittenPhrygolydian
To: Kieren MacMillan <kie...@alumni.rice.edu>


On Wed, Jan 18, 2017 at 8:31 AM, Kieren MacMillan
<kie...@alumni.rice.edu> wrote:
> Hi Simon (et al.),
>
>>> And LilyPond just has a fabulous, simple, and proper solution:
>>
>> Which is, by the way, also very well documented.
>
> But, apparently not well defaulted.  ;)
>
> Where does one find the KeySignature.padding-pairs defaults? I did a file 
> search inside the Contents folder of my Lilypond application (Mac OS X) for 
> an explicit setting, but couldn’t find it. I thought it would be in 
> define-grobs, but wasn’t there.

There is no default setting.  Padding controls the overall spacing
(with extra space allotted to naturals); you use padding-pairs to
affect certain collocations.

Here's an example of usages (input/regression/key-signature-padding.ly):

\header {

  texidoc = "With the @code{padding-pairs} property, distances
 between individual key signature items can be adjusted."

}

\version "2.19.7"

{
  \override Staff.KeySignature.padding-pairs
    = #'((("accidentals.flat" .
"accidentals.sharp.slashslash.stemstemstem") . 0.5))
    \set Staff.keyAlterations = #`((4 . ,FLAT) (6 . ,THREE-Q-SHARP) (2
. ,SEMI-FLAT))
  e2
}

HTH,

David

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to