]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-tie-control-points.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / slur-tie-control-points.ly
diff --git a/input/regression/slur-tie-control-points.ly b/input/regression/slur-tie-control-points.ly
new file mode 100644 (file)
index 0000000..5aa59a0
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Slurs and ties should never share extremal control points.
+"
+}
+\paper { ragged-right = ##f }
+
+\relative c'' {
+  c1~( c2 g)
+}