lilypond-user
[Top][All Lists]
Advanced

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

Re: Changed bracket behaviour


From: Valentin Petzel
Subject: Re: Changed bracket behaviour
Date: Mon, 24 Jan 2022 21:10:47 +0100

Hello Jogchum,

You have a GrandStaff on the top level (I guess for spanned barlines?). This 
will add a brace by default. This brace cannot get arbitrarily large, so it 
only spans part of the System.

Two solutions:
Just get rid of the GrandStaff (if you do not in fact want spanned barlines, 
which is usually the case with choral music as they make lyrics placement 
harder), or change the start delimiter to a barline by doing
\new StaffGroup \with
{
  systemStartDelimiter = #'SystemStartBar
}
Instead.

Cheers,
Valentin

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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