On Wed, 18 Jun 2025 at 18:25, Knute Snortum <[email protected]> wrote:
>
> Yes, and this affects just the one acciaccatura. But I think the
question being asked is, "Can I say 'slur up' once and have it affect all
proceeding acciaccaturas?" And I think the answer to that is no.
Hello,
It is possible to slur up all the acciaccaturas.
startAcciaccaturaMusic = {
\slurUp
<>\startGraceSlur
\temporary \override Flag.stroke-style = "grace"
}
stopAcciaccaturaMusic = {
\revert Flag.stroke-style
<>\stopGraceSlur
\slurNeutral
}
Or for the following ones
$(add-grace-property 'Voice 'Slur 'direction UP)
but this will also affect appoggiaturas.
Kind regards,
Xavier