MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / context-nested-staffgroup.ly
blobc22007fe5182a7bae10368c85124e02ba8d4e2dc
1 \version "2.12.0"
2 \header {
3 texidoc = "Contexts of the same type can be nested."
6 \new StaffGroup \relative c' <<
7 \new Staff { c1 }
8 \new StaffGroup <<
9 \new Staff { c1 }
10 \new StaffGroup <<
11 \new Staff { c1 }
12 \new Staff { c1 }