2015-10-02 20:10 GMT+02:00 Malte Meyn <lilyp...@maltemeyn.de>:
>
>
> Am 02.10.2015 um 19:34 schrieb S:
>>
>> <e g,>4 <f as,> <f g,> <e~ ges,> | %10
>>   <<{e e as as}\\{f,2 f}>> | %11
>>
> Ties can only start and end in the same voice. The << \\ >> construct begins
> two new voices so you can’t have a tie from outside of this construct to
> inside.

But you can continue a previously stated and named Voice in the << \\
>> construct:

\new Voice = "one"
{
<e g,>4 <f as,> <f g,> <e^~ ges,> | %10
 << \context Voice = "one" {e e as as}\\{f,2 f}>> | %11
}


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to