3 \header{ texidoc="@cindex Nested Staff Groups
4 Staffs can be nested in various combinations. Here, @code{StaffGroup}
5 and @code{ChoirStaff} produce similar straight brackets, whereas
6 @code{GrandStaff} produces curly brackets. In @code{InnerStaffGroup}
7 and @code{InnerChoirStaff}, the brackets are shifted leftwards.
15 \new Staff {c' d' e' f'}
16 \new InnerStaffGroup <<
17 \new Staff {c' d' e' f'}
19 \new Staff {c' d' e' f'}
20 \new Staff {c' d' e' f'}
22 \new Staff {c' d' e' f'}
25 \new Staff {c' d' e' f'}
26 \new InnerStaffGroup <<
27 \new Staff {c' d' e' f'}
29 \new Staff {c' d' e' f'}
33 \new Staff {c' d' e' f'}
34 \new InnerChoirStaff <<
35 \new Staff {c' d' e' f'}
36 \new Staff {c' d' e' f'}
38 \new Staff {c' d' e' f'}
43 \layout { raggedright = ##t}