bug-lilypond
[Top][All Lists]
Advanced

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

Re: horizontal spacing regression


From: Carl Sorensen
Subject: Re: horizontal spacing regression
Date: Thu, 13 Jan 2011 17:22:53 -0700

On 1/13/11 4:56 PM, "Keith OHara" <address@hidden> wrote:

> Dear Bug Squad
>    This is the only unreported regression I know about.
> It change since 2.12.3, and although I did not get a huge response over on
> -user, we agree it got worse.
> I believe this tiny example captures what we did not like in the real music
> examples from that thread.
> 
> 
> % Note spacing should not be affected by accidentals unless necessary.
> % Here, spacing is tightened near accidentals
> 
> \version "2.13.43"
> {
>    \repeat unfold 8 {f'8 bes' d'' f'' \noBreak }
>    \break
>    \repeat unfold 12 {f'8 bes' d'' f'' \noBreak }
> }

Here's a workaround.  I haven't done a regtest, so I don't know if this is
something we want to add to the definition in scm/define-grobs.scm.

version "2.13.46"
{
   \override Accidental #'extra-spacing-height = #'(-0.5 . 0.5)
   \repeat unfold 8 {f'8 bes' d'' f'' \noBreak }
   \break
   \repeat unfold 12 {f'8 bes' d'' f'' \noBreak }
}

HTH,

Carl

Attachment: tucking with extra-spacing-height.png
Description: tucking with extra-spacing-height.png


reply via email to

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