On Tue, Dec 20, 2022 at 1:40 PM David Kastrup <d...@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