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.

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

Reply via email to