]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-grace.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / slur-grace.ly
diff --git a/input/regression/slur-grace.ly b/input/regression/slur-grace.ly
new file mode 100644 (file)
index 0000000..eeebe45
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.14.2"
+
+\header {
+  texidoc = "Appoggiatura and acciaccaturas use a different slur than the
+default, so they produce a nested slur without warnings."
+}
+
+\relative c'' {
+  c4( \acciaccatura e8 d4 e4 f) |
+  c4( \appoggiatura e8 d4 e4 f) |
+  c4  \appoggiatura e8 d4 e4 f |
+}