lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties across voices


From: Mike Solomon
Subject: Re: Ties across voices
Date: Sun, 2 Nov 2014 16:42:42 +0200


On Nov 2, 2014, at 4:24 PM, Mark Stephen Mrotek <address@hidden> 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

reply via email to

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