]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hara-kiri-alive-with.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / hara-kiri-alive-with.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Staves in a PianoStaff remain alive as long as any of
5 the staves has something interesting."
6 }
7
8 \layout {
9   \context {
10     \Staff
11     \RemoveEmptyStaves
12     \override VerticalAxisGroup #'remove-first = ##t
13   }
14 }
15
16 <<
17   \new Staff { c'1 \break c'1 \break c'1 }
18   \new PianoStaff
19   <<
20     \new Staff { d'1 R1 R1 }
21     \new Staff { R1 e'1 R1 }
22   >>
23 >>