Gianmaria Lari <gianmarial...@gmail.com> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to