Re: Setting SystemStartBracket style to 'brace failing

2020-04-13 Thread Thomas Morley
Am Sa., 11. Apr. 2020 um 14:01 Uhr schrieb Thomas Morley : > > Hi, > > consider the following code: > > mus = > \relative c'' > << > \new Staff { c1 } > \new Staff { c1 } > >> > > \new StaffGroup > \with { > \override SystemStartBracket #'style = #'brace > } > \mus >

Setting SystemStartBracket style to 'brace failing

2020-04-11 Thread Thomas Morley
Hi, consider the following code: mus = \relative c'' << \new Staff { c1 } \new Staff { c1 } >> \new StaffGroup \with { \override SystemStartBracket #'style = #'brace } \mus \new StaffGroup \with { \override SystemStartBracket #'style = #'bar-line } \mus