> 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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to