lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie question


From: Kieren MacMillan
Subject: Re: Tie question
Date: Wed, 3 Dec 2008 15:01:31 -0500

Hi Stefan,

I can't manage to get a tie from a single note into a multi-voice section, like this:
c~
<< { c ... } \\ { ... } >>
Is there any solution for this case?

Yes: explicitly instantiate your Voice contexts:

        c ~ << { \voiceOne c ... } \new Voice { \voiceTwo ... } >> \oneVoice …

switching \voiceOne and \voiceTwo if necessary.

HTH!
Kieren.



reply via email to

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