1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
5 lsrtags
= "staff-notation,tweaks-and-overrides"
6 texidoc
= "If there is only one staff in one of the staff types
7 @code{ChoirStaff}, @code{InnerChoirStaff}, @code{InnerStaffGroup}
8 or @code{StaffGroup}, the bracket and the starting bar line will not
9 be displayed as standard behavior. This can be changed by overriding
10 the relevant properties, as demonstrated in this example.
12 Note that in contexts such as @code{PianoStaff} and @code{GrandStaff}
13 where the systems begin with a brace instead of a bracket, another
14 property has to be set, as shown on the second system in the example.
16 doctitle
= "Display bracket with only one staff in a system"
22 % Must be lower than the actual number of staff lines
23 \override StaffGroup
.SystemStartBracket
#'collapse-height
= #1
24 \override Score
.SystemStartBar
#'collapse-height
= #1
33 \override PianoStaff
.SystemStartBrace
#'collapse-height
= #1
34 \override Score
.SystemStartBar
#'collapse-height
= #1