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
.
This page is for LilyPond-2.6.3 (stable-branch).