lilypond-devel
[Top][All Lists]
Advanced

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

Re: Spacing oddities


From: address@hidden
Subject: Re: Spacing oddities
Date: Sat, 12 Nov 2011 07:04:29 +0100

On Nov 12, 2011, at 6:19 AM, Keith OHara wrote:

> On Fri, 11 Nov 2011 20:37:28 -0800, Carl Sorensen <address@hidden> wrote:
> 
>>> 
>>> I can only guess that it has something to do with the up-bow and fingering
>>> and such things on top of beamed notes.
>> 
>> OK, I'll do some investigation in this area.
>> 
> 
> Thinking again, and testing a bit, it seems the /slurs/ increase the extent
> estimates quite a lot.
> 
> If there is an override that could just set the "pure-height" of slurs to an
> empty interval, that might help in a lot of similar cases.
> 

\layout
{
  \context {
    \Voice
    \override Slur #'Y-extent = #(ly:make-unpure-pure-container ly:slur::height 
'(+inf.0 . -inf.0 ))
    \override PhrasingSlur #'Y-extent = #(ly:make-unpure-pure-container 
ly:slur::height '(+inf.0 . -inf.0 ))
  }
 }

It doesn't seem to help much, though.

Cheers,
MS


reply via email to

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