lilypond-user
[Top][All Lists]
Advanced

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

Re: acciaccatura slur direction


From: Joel C. Salomon
Subject: Re: acciaccatura slur direction
Date: Wed, 21 Dec 2022 07:53:52 -0500

On Tue, Dec 20, 2022 at 1:40 PM David Kastrup <dak@gnu.org> wrote:
> Acciaccature have their own built-in slur direction, so if you want to
> override it, you need to do it within the acciaccatura:
>
> \version "2.24.0"
> down = {
>   \clef bass
>   \acciaccatura { \slurUp g,8 } d'2 % works
>   \acciaccatura { \slurUp d8 } d'2 | % works
> }
> \score {
>   \down
> }

Thanks; that's a lot easier than saving and restoring the definitions
of `\startAcciaccaturaMusic` and `\stopAcciaccaturaMusic`.

--Joel



reply via email to

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