]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/new/using-grace-note-slashes-with-normal-heads.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / using-grace-note-slashes-with-normal-heads.ly
1 \version "2.17.6"
2
3 \header {
4   lsrtags = "rhythms"
5
6   texidoc = "
7 The slash through the stem found in acciaccaturas can be applied in
8 other situations.
9
10 "
11   doctitle = "Using grace note slashes with normal heads"
12 }
13
14 \relative c'' {
15   \override Flag.stroke-style = #"grace"
16   c8( d2) e8( f4)
17 }
18