lilypond-user
[Top][All Lists]
Advanced

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

Re: Tied Notes in Voices, or change of time


From: David Wright
Subject: Re: Tied Notes in Voices, or change of time
Date: Fri, 26 Feb 2016 22:07:03 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri 26 Feb 2016 at 22:22:55 (-0400), William Marchant wrote:
> I have attached a snippet of code which shows a problem I have
> encountered.  Notice that in the first measure in Voice One, there
> is a c16 tied to a c4,  and below in Voice Two an e16 tied to e4.
> This I expected.  Note however, at the end of the first measure
> while the e16 is tied to the e4 in the next measure, the d16 below
> it is not tied to the e4.  As far as I can see the syntax is the
> same for both events, but the result is different.
> Different Voices?

For the lower part only, you have
 \new Voice { \voiceTwo g4 g8. e16~ e4 d8.     d16~     | }
and
 \new Voice { \voiceTwo     d4     d | }

If you create two new voices, they're different voices.
So replace each \new Voice by \\

It might be sensible to layout your source a little more logically.

Cheers,
David.



reply via email to

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