lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie doesn't show


From: Thomas Morley
Subject: Re: Tie doesn't show
Date: Fri, 2 Oct 2015 21:14:58 +0200

2015-10-02 20:10 GMT+02:00 Malte Meyn <address@hidden>:
>
>
> 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



reply via email to

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