3 \header{ texidoc="@cindex Nested Staff Groups
4 LilyPond can print nested groups of staffs. "
6 % old texidoc; it sounds like a testing comment, rather than an "example" comment.
7 %In InnerStaffGroup and InnerChoirStaff, the brackets should be shiftet leftwards.
13 \new Staff {c' d' e' f'}
14 \new InnerStaffGroup <<
15 \new Staff {c' d' e' f'}
17 \new Staff {c' d' e' f'}
18 \new Staff {c' d' e' f'}
20 \new Staff {c' d' e' f'}
23 \new Staff {c' d' e' f'}
24 \new InnerStaffGroup <<
25 \new Staff {c' d' e' f'}
27 \new Staff {c' d' e' f'}
31 \new Staff {c' d' e' f'}
32 \new InnerStaffGroup <<
33 \new Staff {c' d' e' f'}
34 \new Staff {c' d' e' f'}
36 \new Staff {c' d' e' f'}
41 \paper { raggedright = ##t}