[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Two \partCombine pairs on one staff ] | [ Up : Staff notation ] | [ Using autochange with more than one voice > ] |
Use square bracket at the start of a staff group
The system start delimiter SystemStartSquare
can be used by
setting it explicitly in a StaffGroup
or ChoirStaff
context.
\score { \new StaffGroup { << \set StaffGroup.systemStartDelimiter = #'SystemStartSquare \new Staff { c'4 d' e' f' } \new Staff { c'4 d' e' f' } >> } }