lilypond-user
[Top][All Lists]
Advanced

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

Re: slashed afterGrace?


From: Knute Snortum
Subject: Re: slashed afterGrace?
Date: Thu, 11 Nov 2021 15:49:21 -0800

On Thu, Nov 11, 2021 at 3:24 PM Stan Sanderson <stansand@gmail.com> wrote:
>
> How can I obtain an an acciaccatura-style (slashed) grace stem with 
> \afterGrace? Much searching has failed to find an answer. Help appreciated!
> Thanks,
> Stan
>
> \version "2.23.3"
> \include "english.ly"
> \relative c
>   {\clef bass
>       <<{ <b' fs>2 \afterGrace 3/4 <as e>2  <as e>8( |  <fs d>1) }
>      \\
>       {<d b>2  \afterGrace 3/4 <cs fs,>  <cs fs,>8( | <b d,>4)( <as cs,>4 <fs 
> b,>2) }>>
>   }
>
> Sorry for the length of the code, but thought it would clarify the request.

I think overriding the flag style will do it:

%%%
\version "2.22.1"

\relative {
  \afterGrace c''1 { \override Flag.stroke-style = #"grace" b8 } | a1 |
}
%%%

--
Knute Snortum



reply via email to

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