]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/context-nested-staffgroup.ly
59aa604eedfe743bfaea06bb09cbccf235121239
[lilypond.git] / input / regression / context-nested-staffgroup.ly
1 \version "2.16.0"
2 \header {
3   texidoc = "Contexts of the same type can be nested."
4 }
5
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 }
13     >>
14   >>
15 >>