lilypond-user
[Top][All Lists]
Advanced

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

Re: tie polyphony


From: David Kastrup
Subject: Re: tie polyphony
Date: Wed, 24 Jan 2018 11:56:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Gianmaria Lari <address@hidden> writes:

> Hello,
>
> In the following code
>
> \version "2.19.80"
> \fixed c' {
>   r4 a b d'
>   << {<e g c'>4 4 4 4} \\ c1 >>
> }
>
> ... I would like to tie the "a" with the very first chord <e g c'>4. How I
> can do it?

Letting the main voice continue.  Cf

\version "2.19.80"
\fixed c'
\new Voice = "main" {
  r4 a( b d'
  \voices "main",2
  << { \voiceOne <e g c'>4) 4 4 4 \oneVoice} \\ c1 >>
}
-- 
David Kastrup

reply via email to

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