]> git.donarmstrong.com Git - lilypond.git/blob - input/test/nested-groups.ly
update syntax in .ly files.
[lilypond.git] / input / test / nested-groups.ly
1 \header{
2 texidoc="
3 In InnerStaffGroup and InnerChoirStaff, the brackets should be shiftet leftwards.
4 "
5 filename =       "nested-groups.ly"
6 description =    "Test of nested staff groups and choirstaves"
7 enteredby =      "RZ"
8 copyright =      "public domain"
9 Tested =         "Nested StaffGroups"
10 }
11
12 \version "1.7.6" % rz1
13
14 \score { \notes
15 <
16   \context StaffGroup = ga < 
17   \context Staff = sb {c' d' e' f'}
18   \context InnerStaffGroup = isga <
19    \context Staff = sd {c' d' e' f'}
20    \context GrandStaff=gs <
21      \context Staff = sgsa {c' d' e' f'}
22      \context Staff = sgsb {c' d' e' f'}
23    >
24   \context Staff = sc {c' d' e' f'}
25   >
26   \context ChoirStaff = csa <
27    \context Staff = sd {c' d' e' f'}
28     \context InnerStaffGroup=gc <
29      \context Staff = sq {c' d' e' f'}
30     >
31    \context Staff = se {c' d' e' f'}
32   >
33   >
34   \context ChoirStaff = csb < 
35    \context Staff = sg {c' d' e' f'}
36    \context InnerStaffGroup = isgb <
37     \context Staff = sh {c' d' e' f'}
38     \context Staff = si {c' d' e' f'}
39    >
40    \context Staff = sj {c' d' e' f'}
41   >
42
43 >
44
45  \paper { linewidth = -1 }
46 }
47 %% new-chords-done %%