]> git.donarmstrong.com Git - lilypond.git/blob - input/test/nested-groups.ly
Added texinfo index.
[lilypond.git] / input / test / nested-groups.ly
1 \version "1.7.18" 
2
3 \header{ texidoc="@cindex Nested Staff Groups
4 Lilypond can print nested groups of staffs. "
5
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.
8 }
9
10 \score { \notes
11 <
12   \context StaffGroup = ga < 
13   \context Staff = sb {c' d' e' f'}
14   \context InnerStaffGroup = isga <
15    \context Staff = sd {c' d' e' f'}
16    \context GrandStaff=gs <
17      \context Staff = sgsa {c' d' e' f'}
18      \context Staff = sgsb {c' d' e' f'}
19    >
20   \context Staff = sc {c' d' e' f'}
21   >
22   \context ChoirStaff = csa <
23    \context Staff = sd {c' d' e' f'}
24     \context InnerStaffGroup=gc <
25      \context Staff = sq {c' d' e' f'}
26     >
27    \context Staff = se {c' d' e' f'}
28   >
29   >
30   \context ChoirStaff = csb < 
31    \context Staff = sg {c' d' e' f'}
32    \context InnerStaffGroup = isgb <
33     \context Staff = sh {c' d' e' f'}
34     \context Staff = si {c' d' e' f'}
35    >
36    \context Staff = sj {c' d' e' f'}
37   >
38
39 >
40
41  \paper { raggedright = ##t}
42 }
43 %% new-chords-done %%