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: David Wright
Subject: Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters
Date: Sat, 10 Aug 2019 14:05:56 -0500
User-agent: NeoMutt/20170113 (1.7.2)

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 << … >>
>   }
> }
> 
> \bookpart {
>   \score {
>     \new StaffGroup << … >>
>   }
> }

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
line \break, it's easy to use \set Score.currentBarNumber and \firstBar
firstBar = {
  \once \override Score.BarNumber.break-visibility = #end-of-line-invisible
  \bar "" % don't print a bar line
}
to run the scores all together.

That's why I asked what the OP actually wanted to do, but the response
didn't seem very responsive.

Cheers,
David.



reply via email to

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