lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to remove brackettips


From: Nathan
Subject: Re: How to remove brackettips
Date: Mon, 8 Jul 2013 10:55:42 -0700

On Mon, Jul 8, 2013 at 10:12 AM, Rachael Thomas Carlson
<address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]