]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-slashed-no-slur.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / grace-slashed-no-slur.ly
diff --git a/input/regression/grace-slashed-no-slur.ly b/input/regression/grace-slashed-no-slur.ly
new file mode 100644 (file)
index 0000000..17456f0
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.16.0"
+
+\header
+{
+  texidoc = "Create grace notes with slashed stem, but no slur. That can be used
+  when the grace note is tied to the next note.
+"
+}
+\relative {
+  \slashedGrace c16~ c1
+}