Hello Gabriel,

You need to be mindful of this: In Lilypond a tie or a slur has to remain in 
the Voice it started in. Now, the problem ist that

<< A \\ B >>

does in fact create two new Voices. Thus you cannot really tie to it from the 
outside. The thing you want to do is to continue the voice that should get the 
tie, so you’d do something like

Stuff stuff stuff ~
<<
 \new Voice {\voiceOne A}
 {\voiceTwo B}
>>
\oneVoice
Rest rest rest

Cheers, Valentin

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to