lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie from voices to chord (begginer)


From: Kieren MacMillan
Subject: Re: Tie from voices to chord (begginer)
Date: Sun, 17 Sep 2006 20:39:54 -0400

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



reply via email to

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