X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fhara-kiri-alive-with.ly;fp=input%2Fregression%2Fhara-kiri-alive-with.ly;h=770f9e9842459a8cd68e32b13276dfe023748e92;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/hara-kiri-alive-with.ly b/input/regression/hara-kiri-alive-with.ly new file mode 100644 index 0000000000..770f9e9842 --- /dev/null +++ b/input/regression/hara-kiri-alive-with.ly @@ -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 } + >> +>>