]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-vestigial-outside-staff-callback.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / slur-vestigial-outside-staff-callback.ly
diff --git a/input/regression/slur-vestigial-outside-staff-callback.ly b/input/regression/slur-vestigial-outside-staff-callback.ly
new file mode 100644 (file)
index 0000000..2388777
--- /dev/null
@@ -0,0 +1,19 @@
+
+\version "2.16.0"
+
+\header {
+  texidoc = "Outside staff callbacks that no longer apply to grobs
+because they are outside the X boundary of a slur should terminate
+early.  The example below should generate no warnings about Bezier
+curves and there should be no change in StrokeFinger position between
+the first and second examples.
+"
+}
+
+\relative c'' {
+  \set strokeFingerOrientations = #'(up)
+  \override StrokeFinger #'avoid-slur = #'outside
+  \autoBeamOff
+  <a-\rightHandFinger #2 >16 b
+  <a-\rightHandFinger #2 >16( b)
+}