bug-lilypond
[Top][All Lists]
Advanced

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

Re: Strange spacing


From: Thomas Scharkowski
Subject: Re: Strange spacing
Date: Mon, 23 Jan 2012 13:32:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0

Hello,

On 23 January 2012 12:10, Neil Puttock<address@hidden>  wrote:
On 23 January 2012 12:06, James<address@hidden>  wrote:

Yes that is what I have but the first bar seems to have nothing to do
with anything - at least as far as I can see.

It looks like the first bar's shortest-duration-space carries over
into the first beat of the second, messing up the spacing.  This looks
better in my opinion:

\version "2.15.26"
upper = \relative c'' {
  \voiceOne
  \repeat unfold 8 {c32 c c c} |
  \newSpacingSection
  c4 c2 c4
}

lower = \relative c'' {
  \voiceTwo
  s1
  a2  a
}

\score
{
  <<
    \upper
    \\
    \lower
  >>
}

Blimey, that's subtle (see attached)

Bottom image is with Neil's suggestion of

\newSpacingSection


Sorry Thomas, I take it back.

Thank you.
Neil's workaround should not be necessary - this is a bug, isn't it?

Thomas






reply via email to

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