Gianmaria Lari <[email protected]> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user