> On Nov 2, 2014, at 4:24 PM, Mark Stephen Mrotek <carsonm...@ca.rr.com> wrote:
> 
> Hello,
>  
> As far as I know, which is certainly minimal, ties cannot be input across 
> voices as in
> <<
>         \new Voice \relative c' { \voiceOne }
>         \new Voice \relative c' { \voiceTwo }
>       >>.
>  
> How could I achieve ties as in the attached example?
>  
> Thank you for your kind attention.
>  
> Mark

Try:

  \layout {
    \context { \Voice \remove "Tie_engraver" }
    \context { \Staff \consists "Tie_engraver" }
  }

Doesn’t always work perfectly…

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

Reply via email to