summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorMike Solomon <mike@apollinemike.com>2012-02-15 08:12:03 +0100
committerMike Solomon <mike@apollinemike.com>2012-02-15 08:12:03 +0100
commit832857653060b17464516f6b65fd68e73724e3e8 (patch)
treea24c9414e1a242467ab4240218bd65511b20b87a /input
parent73aa07d06cefeed6c521d78feb6ce3b904a97081 (diff)
Correctly determines if glissandi are cross-staff
Diffstat (limited to 'input')
-rw-r--r--input/regression/glissando-cross-staff.ly20
1 files changed, 20 insertions, 0 deletions
diff --git a/input/regression/glissando-cross-staff.ly b/input/regression/glissando-cross-staff.ly
new file mode 100644
index 0000000000..2e687e618a
--- /dev/null
+++ b/input/regression/glissando-cross-staff.ly
@@ -0,0 +1,20 @@
+\version "2.15.29"
+\header {
+ texidoc = "Cross staff glissandi reach their endpoints correctly.
+"
+}
+
+\new PianoStaff <<
+\new Staff = "right" {
+ e'''2\glissando
+ \change Staff = "left"
+
+ a,,\glissando
+ \change Staff = "right"
+ b''8
+}
+\new Staff = "left" {
+ \clef bass
+ s1 s8
+}
+>>