lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties on series of tied notes on center line flipping direction (rand


From: Knute Snortum
Subject: Re: Ties on series of tied notes on center line flipping direction (randomly?)
Date: Sun, 9 Jan 2022 07:46:27 -0800

On Sun, Jan 9, 2022 at 4:36 AM Richard Shann <richard@rshann.plus.com> wrote:
>
> Hi,
>
> Has anyone experienced the direction of ties on a series of tied notes
> on the center line of the staff flipping direction, seemingly at
> random?

I suspect you are using a tie without a direction character.  This is
fine, but when Lilypond doesn't make the direction decision you would
make, you can force it with the ^ and _ characters.

%%%
\version "2.22.1"

% Tie direction automatic
{ c''1 ~ 1 }

% Tie direction up
{ c''1 ^~ 1 }

% Tie direction down
{ c''1 _~ 1 }
%%%


--
Knute Snortum



reply via email to

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