Peter Crighton <[email protected]> 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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to