lilypond-user
[Top][All Lists]
Advanced

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

Fwd: brittenPhrygolydian


From: David Nalesnik
Subject: Fwd: brittenPhrygolydian
Date: Wed, 18 Jan 2017 09:43:19 -0600

Oops.  Now replying to list:

---------- Forwarded message ----------
From: David Nalesnik <address@hidden>
Date: Wed, Jan 18, 2017 at 9:41 AM
Subject: Re: brittenPhrygolydian
To: Kieren MacMillan <address@hidden>


On Wed, Jan 18, 2017 at 8:31 AM, Kieren MacMillan
<address@hidden> 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



reply via email to

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