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 23:40:43 -0400

Hi, Maurí cio:

if I could get lilypond to draw the first c4 as a c2, while keeping that note time as a 1/4.
Do you  think that is possible?

With Lilypond, *anything* is possible!  ;-)

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

If you absolutely need the rest (in the second voice), I might be able to take a few seconds and whip up a solution.

Best,
Kieren.



reply via email to

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