]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/nested-groups.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / test / nested-groups.ly
index 23b5c12c8702b8afe02f6cf9b5797d61b3e56839..1fe75165a7185e4c1923f812c3e22f6a770e2711 100644 (file)
@@ -1,47 +1,43 @@
-\header{
-texidoc="
-In InnerStaffGroup and InnerChoirStaff, the brackets should be shiftet leftwards.
-"
-filename =      "nested-groups.ly"
-description =   "Test of nested staff groups and choirstaves"
-enteredby =     "RZ"
-copyright =     "public domain"
-Tested =        "Nested StaffGroups"
-}
+\version "1.9.4" 
+
+\header{ texidoc="@cindex Nested Staff Groups
+LilyPond can print nested groups of staffs. "
 
-\version "1.7.16" % rz1
+%   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 %%
+