lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie engraver


From: Urs Liska
Subject: Re: Tie engraver
Date: Tue, 28 Apr 2015 06:54:52 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0



Am 28.04.2015 um 03:41 schrieb David Nalesnik:
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.

But *if* you have to do it you can still write

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

to conveniently set the direction of the individual ties.
Urs


--David



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


reply via email to

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