]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando-consecutive.ly
resolve merge
[lilypond.git] / input / regression / glissando-consecutive.ly
diff --git a/input/regression/glissando-consecutive.ly b/input/regression/glissando-consecutive.ly
new file mode 100644 (file)
index 0000000..41f9873
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.14.0"
+%% This should really be 2.15.0, because the glissando code
+%% hasn't been backported -- this is a git-only test at this point
+
+\header {
+
+  texidoc = "Lilypond prints consecutive glissandi."
+
+}
+
+\relative c' {
+  c1 \glissando d1 \glissando e1
+}