lilypond-user
[Top][All Lists]
Advanced

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

pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimite


From: Patrick Karl
Subject: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters
Date: Fri, 9 Aug 2019 11:34:30 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

The following snippet generates a StaffGroup with two staves followed by a second similar StaffGroup on a second page:

\score {
    {
      \new StaffGroup <<
          \new Staff c''1
          \new Staff c''1  >>
      \new StaffGroup <<
          \new Staff {  \pageBreak d''1 }
          \new Staff d''1 >>
   }
}

Here is an image of the beginning of the second system generated by the above snippet:

Unfortunately, the second StaffGroup has not one but two System Start Delimiters.  If a third such StaffGroup were generated, it would have three System Start Delimiters, etc., etc.,  The same problem occurs with ChoirStaff and appears to happen no matter what the System Start Delimiter is.

Does anyone have a workaround for this problem?


Above image also attached.






Attachment: Screen Shot 2019-08-09 at 11.19.38 AM.png
Description: PNG image


reply via email to

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