lilypond-user
[Top][All Lists]
Advanced

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

RE: pageBreak causes multiple ChoirStaff or StaffGroup System Start Deli


From: Mark Stephen Mrotek
Subject: RE: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters
Date: Sat, 10 Aug 2019 10:06:16 -0700

Patrick,

 

Regret any error my deficient reading caused.

Allow me to inquire. Do you want an entirely new staff group on the second page?

 

Mark

 

From: Patrick Karl [mailto:address@hidden]
Sent: Saturday, August 10, 2019 7:58 AM
To: Mark Stephen Mrotek <address@hidden>; 'lilypond-user' <address@hidden>
Subject: Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

 

On 8/9/19 11:40 AM, Mark Stephen Mrotek wrote:

Patrick,

 

Not sure about the page break.

Is this what you want?

Well, not really.  If you'll reread the subject I wrote, I'm looking to get a second ChoirStaff or StaffGroup on a new page with only a single System Start Delimiter.  Your response doesn't seem very responsive.

 

I guess I have to ask:  does my original submission illustrate a bug in LilyPond? 

 

\version "2.19.81"

\score {

    { <<

      \new PianoStaff <<

          \new Staff c''1

          \new Staff c''1  >>

      \new PianoStaff <<

          \new Staff { d''1 }

          \new Staff d''1 >>

      >>

   }

}

 

From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=address@hidden] On Behalf Of Patrick Karl
Sent: Friday, August 09, 2019 9:35 AM
To: lilypond-user <address@hidden>
Subject: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

 

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.

 

 

 

 

 

 


reply via email to

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