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: Patrick Karl
Subject: Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters
Date: Sat, 10 Aug 2019 11:19:44 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/10/19 10:34 AM, David Wright wrote:
On Sat 10 Aug 2019 at 09:58:21 (-0500), Patrick Karl wrote:
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.
Ouch.

I guess I have to ask:  does my original submission illustrate a bug
in LilyPond?
That seems like an odd question because it focuses on what you don't
want rather than what you do. Expressed in positive terms, what you
seem to be asking is "Can I get LP to print a score which is taller
than the page, so that the System Start Delimiter extends out of the
bottom of the first page and into the top of the second? If so, how
is it done?"

Is that what you want? If not, it might be sensible to attach a
hand-drawn sketch of what it is that you want.
Actually, the image I submitted with my original post was almost perfect, and would be perfect if the second StaffGroup had only a single System Start Delimiter (SSD).  Where does that second SSD come from?  It doesn't seem to me that the second StaffGroup in my MWE is within the first StaffGroup, so it's not as if the second StaffGroup is part of the first StaffGroup.  So the second SSD can't be related to the first StaffGroup, no?

\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.
Cheers,
David.



reply via email to

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