bug-lilypond
[Top][All Lists]
Advanced

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

Re: Strange spacing


From: Neil Puttock
Subject: Re: Strange spacing
Date: Mon, 23 Jan 2012 12:10:09 +0000

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
  >>
}

Cheers,
Neil



reply via email to

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