MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / hara-kiri-alive-with.ly
bloba916c017862b0dcb1713c2c5dcce85898e916f4c
1 \version "2.13.29"
3 \header {
4 texidoc = "Staves in a PianoStaff remain alive as long as any of
5 the staves has something interesting."
8 \layout {
9 \context {
10 \Staff
11 \RemoveEmptyStaves
12 \override VerticalAxisGroup #'remove-first = ##t
17 \new Staff { c'1 \break c'1 \break c'1 }
18 \new PianoStaff
20 \new Staff { d'1 R1 R1 }
21 \new Staff { R1 e'1 R1 }