]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/using-grace-note-slashes-with-normal-heads.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / new / using-grace-note-slashes-with-normal-heads.ly
diff --git a/Documentation/snippets/new/using-grace-note-slashes-with-normal-heads.ly b/Documentation/snippets/new/using-grace-note-slashes-with-normal-heads.ly
new file mode 100644 (file)
index 0000000..024c95d
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.16.0"
+
+\header {
+  lsrtags = "rhythms"
+
+  texidoc = "
+The slash through the stem found in acciaccaturas can be applied in
+other situations.
+
+"
+  doctitle = "Using grace note slashes with normal heads"
+}
+
+\relative c'' {
+  \override Flag #'stroke-style = #"grace"
+  c8( d2) e8( f4)
+}
+