On 23 January 2012 12:06, James <[email protected]> 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
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond