%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.18.0" \header { lsrtags = "contexts-and-engravers, staff-notation" texidoc = " The system start delimiter @code{SystemStartSquare} can be used by setting it explicitly in a @code{StaffGroup} or @code{ChoirStaff} context. " doctitle = "Use square bracket at the start of a staff group" } % begin verbatim \score { \new StaffGroup { << \set StaffGroup.systemStartDelimiter = #'SystemStartSquare \new Staff { c'4 d' e' f' } \new Staff { c'4 d' e' f' } >> } }