]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-change-autobeam.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / staff-change-autobeam.ly
diff --git a/input/regression/staff-change-autobeam.ly b/input/regression/staff-change-autobeam.ly
new file mode 100644 (file)
index 0000000..8a11a84
--- /dev/null
@@ -0,0 +1,14 @@
+\header {
+  texidoc = "Staves stay alive long enough to complete an automatic beam."
+}
+
+\version "2.16.0"
+
+<<
+  {
+    g'2 g'8 g'
+    \change Staff = "down"
+    b' b'
+  }
+  \context Staff = "down" s1
+>>