Jump to content

Using grace note slashes with normal heads

From LilyPond wiki
Revision as of 22:38, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The slash through the stem found in acciaccaturas can be applied in other situations.

\version "2.24.0"

\relative c'' {
  \override Flag.stroke-style = "grace"
  c8( d2) e8( f4)
}