X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fnested-groups.ly;h=eabb1fa176162fd5d1291f492342eb7eceaeeda5;hb=4ef4476a60ebdb17cd963ed95ee2460f5278e85f;hp=480ffaff73d2853e378032aa0fb325e9d5b4bdf1;hpb=5b978d8155ad5e883ecc09787c09955f12fd6d27;p=lilypond.git diff --git a/input/test/nested-groups.ly b/input/test/nested-groups.ly index 480ffaff73..eabb1fa176 100644 --- a/input/test/nested-groups.ly +++ b/input/test/nested-groups.ly @@ -1,43 +1,43 @@ -\version "1.7.18" +\version "1.9.8" \header{ texidoc="@cindex Nested Staff Groups -Lilypond can print nested groups of staffs. " +LilyPond can print nested groups of staffs. " % old texidoc; it sounds like a testing comment, rather than an "example" comment. %In InnerStaffGroup and InnerChoirStaff, the brackets should be shiftet leftwards. } \score { \notes -< - \context StaffGroup = ga < - \context Staff = sb {c' d' e' f'} - \context InnerStaffGroup = isga < - \context Staff = sd {c' d' e' f'} - \context GrandStaff=gs < - \context Staff = sgsa {c' d' e' f'} - \context Staff = sgsb {c' d' e' f'} - > - \context Staff = sc {c' d' e' f'} - > - \context ChoirStaff = csa < - \context Staff = sd {c' d' e' f'} - \context InnerStaffGroup=gc < - \context Staff = sq {c' d' e' f'} - > - \context Staff = se {c' d' e' f'} - > - > - \context ChoirStaff = csb < - \context Staff = sg {c' d' e' f'} - \context InnerStaffGroup = isgb < - \context Staff = sh {c' d' e' f'} - \context Staff = si {c' d' e' f'} - > - \context Staff = sj {c' d' e' f'} - > +<< + \new StaffGroup << + \new Staff {c' d' e' f'} + \new InnerStaffGroup << + \new Staff {c' d' e' f'} + \new GrandStaff << + \new Staff {c' d' e' f'} + \new Staff {c' d' e' f'} + >> + \new Staff {c' d' e' f'} + >> + \new ChoirStaff << + \new Staff {c' d' e' f'} + \new InnerStaffGroup << + \new Staff {c' d' e' f'} + >> + \new Staff {c' d' e' f'} + >> + >> + \new ChoirStaff << + \new Staff {c' d' e' f'} + \new InnerStaffGroup << + \new Staff {c' d' e' f'} + \new Staff {c' d' e' f'} + >> + \new Staff {c' d' e' f'} + >> -> +>> \paper { raggedright = ##t} } -%% new-chords-done %% +