On Tue, Jun 17, 2025 at 1:18 PM Steve Carlock <[email protected]>
wrote:
> Any ideas what I'm doing wrong? I see the same behavior in both 2.24.4
> and 2.25.6.
>
> %%%%%
> \version "2.24.4"
> %\version "2.25.6"
> \language "english"
>
> \fixed c' {
> \slurUp
> \acciaccatura d'8 < g c' e' >1
> \acciaccatura d'8 < g c' e' >1
> \slurNeutral
> \slurUp
> \acciaccatura d'8 < g c' e' >1
> \once \override Slur.direction = #UP \acciaccatura d'8 < g c' e' >1
> }
> %%%%%
>
Is your question, "Why do I have to write \slurUp each time I have an
\acciaccatura?" I think the answer is that \acciaccatura sets the slur to
down each time it's called. If your question is instead, "How do I get the
\acciaccatura down slur to attach to the top note?" then I think the answer
is, use the \shape command.
%%%
\shape #'((0 . 1) (0 . 2.0) (-0.5 . 2.5) (-0.7 . 3)) Slur
\acciaccatura d'8 < g c' e' >1
%%%
--
Knute Snortum