]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-height-capping.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / slur-height-capping.ly
diff --git a/input/regression/slur-height-capping.ly b/input/regression/slur-height-capping.ly
new file mode 100644 (file)
index 0000000..0d9a6a8
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Slur shaping is not adapted to accommodate objects
+towards the edges of slur.  Said objects are thus ignored,
+which should make the slur in this regtest flat.  Objects towards
+the edges are not, however, ignored in the slur scoring.
+"
+}
+
+\relative c {
+  \clef bass
+  c8( d' a d c, d' a d)
+  c,8( des' as des c, des' as des) |
+}