| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Two \partCombine pairs on one staff ] | [ Up: Staff notation ] | [ Using autochange with more than one voice > ] |
Usare una parentesi quadra all’inizio di un gruppo di righi
Si può usare il segno SystemStartSquare (uno dei segni che delimitano
l’inizio del sistema) impostandolo esplicitamente in un contesto
StaffGroup o ChoirStaff.
\score { \new StaffGroup { << \set StaffGroup.systemStartDelimiter = #'SystemStartSquare \new Staff { c'4 d' e' f' } \new Staff { c'4 d' e' f' } >> } }
| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Two \partCombine pairs on one staff ] | [ Up: Staff notation ] | [ Using autochange with more than one voice > ] |