lilypond-user
[Top][All Lists]
Advanced

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

RE: Ties across voices


From: Mark Stephen Mrotek
Subject: RE: Ties across voices
Date: Sun, 2 Nov 2014 07:25:44 -0800

Mike,

 

Thank you for your reply and the suggestion. I shall try it.

“Never let the perfect be the enemy of the good!”

 

Mark

 

From: Mike Solomon [mailto:address@hidden
Sent: Sunday, November 02, 2014 6:43 AM
To: Mark Stephen Mrotek
Cc: address@hidden
Subject: Re: Ties across voices

 

 

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]