lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie engraver


From: David Nalesnik
Subject: Re: Tie engraver
Date: Mon, 27 Apr 2015 20:41:53 -0500

Hi Andrew,

On Mon, Apr 27, 2015 at 8:34 PM, Andrew Bernard <address@hidden> wrote:
Greetings All,

The tie machinery for ties between chords puts them all one way, up or down, when using  a simple tilde for tying.

The following snippet has one upward tie and two downward ties.

{
  <c' e' g'>~ <c' e' g'>
}

If you use \voiceOne, \voiceTwo, etc., the ties will be oriented in the same direction, as convention would dictate:

{
  \voiceOne <c' e' g'>~ <c' e' g'>
}

Is this what's happen with your score?  You shouldn't have to adjust the direction of ties in the majority of cases.

--David


reply via email to

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