]> git.donarmstrong.com Git - lilypond.git/blob - input/test/nested-groups.ly
remove file.
[lilypond.git] / input / test / nested-groups.ly
1 \version "1.7.18" 
2
3 \header{
4 texidoc="
5 In InnerStaffGroup and InnerChoirStaff, the brackets should be shiftet leftwards.
6 "
7 }
8
9 \score { \notes
10 <
11   \context StaffGroup = ga < 
12   \context Staff = sb {c' d' e' f'}
13   \context InnerStaffGroup = isga <
14    \context Staff = sd {c' d' e' f'}
15    \context GrandStaff=gs <
16      \context Staff = sgsa {c' d' e' f'}
17      \context Staff = sgsb {c' d' e' f'}
18    >
19   \context Staff = sc {c' d' e' f'}
20   >
21   \context ChoirStaff = csa <
22    \context Staff = sd {c' d' e' f'}
23     \context InnerStaffGroup=gc <
24      \context Staff = sq {c' d' e' f'}
25     >
26    \context Staff = se {c' d' e' f'}
27   >
28   >
29   \context ChoirStaff = csb < 
30    \context Staff = sg {c' d' e' f'}
31    \context InnerStaffGroup = isgb <
32     \context Staff = sh {c' d' e' f'}
33     \context Staff = si {c' d' e' f'}
34    >
35    \context Staff = sj {c' d' e' f'}
36   >
37
38 >
39
40  \paper { raggedright = ##t}
41 }
42 %% new-chords-done %%