Next: Staff symbol, Previous: Unmetered music, Up: Staff notation
Many scores consist of more than one staff. These staves can be joined in four different ways
\new GrandStaff
\relative <<
\new Staff { c1 c }
\new Staff { c c }
>>
\new StaffGroup
\relative <<
\new Staff { c1 c }
\new Staff { c c }
>>
\new ChoirStaff
\relative <<
\new Staff { c1 c }
\new Staff { c c }
>>
\relative <<
\new Staff { c1 c }
\new Staff { c c }
>>
The bar lines at the start of each system are
SystemStartBar, SystemStartBrace, and
SystemStartBracket. Only one of these types is created
in every context, and that type is determined by the property
systemStartDelimiter.
System start delimiters may be deeply nested,
\new StaffGroup
\relative <<
\set StaffGroup.systemStartDelimiterHierarchy
= #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d)
\new Staff { c1 }
\new Staff { c1 }
\new Staff { c1 }
\new Staff { c1 }
\new Staff { c1 }
>>
Next: Staff symbol, Previous: Unmetered music, Up: Staff notation
This page is for LilyPond-2.11.31 (development-branch).
Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.