lilypond-user
[Top][All Lists]
Advanced

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

Re: SlurUp not behaving correctly with Acciaccatura


From: David Kastrup
Subject: Re: SlurUp not behaving correctly with Acciaccatura
Date: Thu, 14 Jun 2018 19:57:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Peter Crighton <address@hidden> writes:

> Hello all,
>
> I’ve found a weird behaviour:
>
> \version "2.19.81"
> \relative c''' {
>   \slurUp
>   \acciaccatura c8 d4 c b a
>   \slurUp
>   \acciaccatura c8 d4 c b a
> }
>
> Only the first \slurUp works with this, the second (which should not be
> necessary anyway) gets ignored.

The first \slurUp is the one which is wrong, probably another issue #13
related bug but I'm not sure how.

Acciaccature are governed by grace modes and have their own notion of
slur direction.  You have to write

\acciacatura { \slurUp c8 }

to have the \slurUp count for the acciaccatura (or other grace notes).

-- 
David Kastrup



reply via email to

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