lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie doesn't show


From: Malte Meyn
Subject: Re: Tie doesn't show
Date: Fri, 2 Oct 2015 20:10:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0



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 do the following:

<e~ ges,>
<<
  { e e as as }
  \new Voice { f,2 f }
>>

This should only create one new voice. Perhaps (I didn’t test the code above) you have to use the \voiceOne, \voiceTwo, \oneVoice commands for correct stem directions etc.



reply via email to

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