]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/context-nested-staffgroup.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / context-nested-staffgroup.ly
1 \version "2.12.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 >>