Hi, Maurí cio!

I have two voices that I should tie to a chord. Is it possible to do that?

Would the attached example for you?
I know it's not *exactly* what you were asking for -- it uses a convention of engraving that *fakes* two separate voices, rather than actually *being* two voices -- but I thought it might be sufficient for your needs (not knowing exactly what they are from your original question)...

Hope this helps!
Kieren.

%%% BEGIN SNIPPET %%%

\version "2.9.17"

\paper
{
        indent = 0\in
        line-width = 3\in
}

theMusic = \relative c'
{
        \time 2/4
        \set tieWaitForNote = ##t
        c4~ e4~ <c e>2
        \set tieWaitForNote = ##f
}

\score
{
        \theMusic
}

%%% END SNIPPET %%%

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to