int(0) array(11) { [0]=> string(44) "Running as unit: run-p323447-i323448.service" [1]=> string(60) "Changing working directory to: `/tmp/lilywiki-tmp14e73dd112'" [2]=> string(48) "Processing `/tmp/lilywiki-tmp14e73dd112/file.ly'" [3]=> string(10) "Parsing..." [4]=> string(21) "Interpreting music..." [5]=> string(34) "Preprocessing graphical objects..." [6]=> string(36) "Finding the ideal number of pages..." [7]=> string(26) "Fitting music on 1 page..." [8]=> string(18) "Drawing systems..." [9]=> string(30) "Layout output to `file.svg'..." [10]=> string(43) "Success: compilation successfully completed" } Using grace note slashes with normal heads - LilyPond wiki Jump to content

Using grace note slashes with normal heads

From LilyPond wiki

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)
}