]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/span-bar-articulation.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / span-bar-articulation.ly
diff --git a/input/regression/span-bar-articulation.ly b/input/regression/span-bar-articulation.ly
new file mode 100644 (file)
index 0000000..22e070c
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Articulations on cross-staff stems do not collide with
+span bars."
+}
+
+\new GrandStaff <<
+  \new Staff = "a" {g1 R s }
+  \new Staff = "b" {
+    \clef bass R1 r2. g8( b |
+    d'\prall\espressivo \change Staff="a" b') g'2.}
+>>