bug-lilypond
[Top][All Lists]
Advanced

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

Re: Irregularity in horizontal spacing


From: Trevor Daniels
Subject: Re: Irregularity in horizontal spacing
Date: Fri, 20 Nov 2015 22:46:31 -0000

> Urs, you wrote Friday, November 20, 2015 10:19 PM
> 
>> What I mean is: These final 16ths look pretty good, but they cause the
>> corresponding 8th notes in the top and bottom staff to be spaced pretty
>> irregularly. And in effect inacceptably.
>> 
>> As I have to get that score ready ASAP I can't wait for a proper fix (if
>> it should be considered a bug) but need a workaround that works better
>> than having to space the notes in all measures manually.
> 
> Try:
> 
>  \layout {
>    \context {
>      \Score
>      \override SpacingSpanner.common-shortest-duration = #(ly:make-moment 16)
>    }
>  }
> 
> This will set the score much tighter though, so may not be acceptable.
> The actual value seems to be immaterial.

Actually, this seems better:

  \layout {
    \context {
      \Score
      \override SpacingSpanner.uniform-stretching = ##t
    }
  }

Trevor

reply via email to

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