Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Kieren MacMillan
Hi David, > Well, I was wondering whether Patrick was trying to do, in one score, > what I sometimes do with more than one. It's where you have a choral > piece which can be set on two staves where it's homophonic, but it has > a polyphonic section where it needs four. By starting a new score at a

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread David Wright
On Sat 10 Aug 2019 at 14:39:19 (-0400), Kieren MacMillan wrote: > Hi David (and Patrick), > > > That's just two scores with a page break in between. > > Is that what you really want? > > If so, there are more appropriate ways to code it, e.g., > > \bookpart { > \score { > \new StaffGroup <

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Kieren MacMillan
Hi David (and Patrick), > That's just two scores with a page break in between. > Is that what you really want? If so, there are more appropriate ways to code it, e.g., \bookpart { \score { \new StaffGroup << … >> } } \bookpart { \score { \new StaffGroup << … >> } } Best, Kieren

RE: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Mark Stephen Mrotek
Very welcome! From: Patrick Karl [mailto:jpk...@gmail.com] Sent: Saturday, August 10, 2019 11:02 AM To: Mark Stephen Mrotek ; 'lilypond-user' Subject: Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters On 8/10/19 12:10 PM, Mark Stephen Mr

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread David Wright
On Sat 10 Aug 2019 at 13:01:45 (-0500), Patrick Karl wrote: > On 8/10/19 12:10 PM, Mark Stephen Mrotek wrote: > > > > \version "2.19.81" > > > > \score { > > > >     { > > > >   \new StaffGroup << > > > >   \new Staff c''1 > > > >   \new Staff c''1  >>} > > > > } > > > >

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Patrick Karl
On 8/10/19 12:10 PM, Mark Stephen Mrotek wrote: \version "2.19.81" \score {     {   \new StaffGroup <<   \new Staff c''1   \new Staff c''1  >>} } \pageBreak     {   \new StaffGroup <<   \new Staff   d''1   \new Staff d''1 >>} Yes, that's perf

RE: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Mark Stephen Mrotek
\new Staff d''1 >>} From: Patrick Karl [mailto:jpk...@gmail.com] Sent: Saturday, August 10, 2019 7:58 AM To: Mark Stephen Mrotek ; 'lilypond-user' Subject: Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters On 8/9/19 11:40

RE: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Mark Stephen Mrotek
ubject: 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

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Patrick Karl
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 se

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread David Wright
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 ChoirS

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Kieren MacMillan
Hi Patrick, > I guess I have to ask: does my original submission illustrate a bug in > LilyPond? I don’t believe so: \version "2.19.82" \score { << \new StaffGroup << \new Staff { c''1 1 } \new Staff { c''1 1 } >> \new StaffGroup << \new Staff {

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Patrick Karl
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

RE: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-09 Thread Mark Stephen Mrotek
Patrick, Not sure about the page break. Is this what you want? \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 >> >> }