]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hara-kiri-alive-with.ly
resolve merge
[lilypond.git] / input / regression / hara-kiri-alive-with.ly
diff --git a/input/regression/hara-kiri-alive-with.ly b/input/regression/hara-kiri-alive-with.ly
new file mode 100644 (file)
index 0000000..770f9e9
--- /dev/null
@@ -0,0 +1,23 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Staves in a PianoStaff remain alive as long as any of
+the staves has something interesting."
+}
+
+\layout {
+  \context {
+    \Staff
+    \RemoveEmptyStaves
+    \override VerticalAxisGroup #'remove-first = ##t
+  }
+}
+
+<<
+  \new Staff { c'1 \break c'1 \break c'1 }
+  \new PianoStaff
+  <<
+    \new Staff { d'1 R1 R1 }
+    \new Staff { R1 e'1 R1 }
+  >>
+>>