On Mon, Jul 8, 2013 at 10:12 AM, Rachael Thomas Carlson
<rachael.thomas.carl...@gmail.com> wrote:
> Hello!
>
> I am wondering if it is possible to remove the brackettips.up and the
> brackettips.down from the SystemStartBar.  What would be left would be a
> strong/bold thick line.  I can't seem to think of any way to do this.  Any
> ideas?
>
> Rachael

This seems to work:

\new StaffGroup \with {
  systemStartDelimiter = #'SystemStartBar
  \override SystemStartBar #'thickness = #5
  \override SystemStartBar #'X-offset = #-1
} <<
  \new Staff { c'1 }
  \new Staff { c'1 }
>>

Regards,
Nathan

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to