Re: Non-breakable vertical space

2023-03-14 Thread Volodymyr Prokopyuk
Hello Jean and Valentin, Thank you very much for your responses. The \noPageBreak is exactly what I was looking for. Another solution is to place \pageBreak just before the section title, so a page break never occurs after the section title at the top of a page. The \bookpart solution is very

Re: Non-breakable vertical space

2023-03-14 Thread Valentin Petzel
Hi Vlad, personally I’d do Sections using bookparts like this: \paper { print-all-headers = ##t bookTitleMarkup = \markup \column { #bookTitleMarkup \vspace #1.5 } } \bookpart { \header { title = "Section I" } \score { \header { title = "Piece I" } c

Re: Cues and Rest Collision Warning

2023-03-14 Thread Archer Endrich
Thank you, Jean, for these very detailed explanations about how the voices are to be used -- and the alternate way to achieve the same result.  I hugely appreciate your input. Archer On 14/03/2023 19:09, Jean Abou Samra wrote: Le mardi 14 mars 2023 à 14:36 +, Archer Endrich a écrit :

Re: Cues and Rest Collision Warning

2023-03-14 Thread Jean Abou Samra
Le mardi 14 mars 2023 à 14:36 +, Archer Endrich a écrit : > Thank you Xavier and Jean.  The warnings have disappeared and the > MMrest with #-6 is perfectly placed on the E line of the staff. > The revised version looks like this: > \score { > >   \new Staff { >   

Re: Non-breakable vertical space

2023-03-14 Thread Jean Abou Samra
Le mardi 14 mars 2023 à 19:42 +0100, Volodymyr Prokopyuk a écrit : > Hi, > > Is there a way in Lilypond to **insert a non-breakable vertical space** to > avoid page break between a section title and piece title? > > **Code with an undesired page break** > >   \markup \column { >    

Non-breakable vertical space

2023-03-14 Thread Volodymyr Prokopyuk
Hi, Is there a way in Lilypond to *insert a non-breakable vertical space* to avoid page break between a section title and piece title? *Code with an undesired page break* \markup \column { \fill-line { \fontsize #5 \bold \caps Section } \vspace #1 % <= this vertical space should be

Re: Cues and Rest Collision Warning

2023-03-14 Thread Archer Endrich
Thank you Xavier and Jean.  The warnings have disappeared and the MMrest with #-6 is perfectly placed on the E line of the staff. The revised version looks like this: \score {   \new Staff {     \time 4/4     \clef treble     g'1^\markup{Fl 1} |   <<   { \voiceTwo   \once

Re: Cues and Rest Collision Warning

2023-03-14 Thread Jean Abou Samra
Le mardi 14 mars 2023 à 13:13 +0100, Xavier Scheuer a écrit : > On Tue, 14 Mar 2023 at 12:55, Archer Endrich > <[archer...@gmail.com](mailto:archer...@gmail.com)> wrote: > > > > The reason I used c'1\rest was so that the rest would be placed on the > > bottom line of the Staff.  I would

Re: Cues and Rest Collision Warning

2023-03-14 Thread Xavier Scheuer
On Tue, 14 Mar 2023 at 12:55, Archer Endrich wrote: > > The reason I used c'1\rest was so that the rest would be placed on the > bottom line of the Staff. I would really like a centered rest (R1) but > this automatically places it on the 2nd line from the top, which does > conflict with the

Cues and Rest Collision Warning

2023-03-14 Thread Archer Endrich
Dear Lilypond User Group, First of all, thanks for the great discussion about variables and Bookpart.  I had very recently come across that problem, though in simpler form:  just putting a variable definition directly into a file that used \book (for assembling several short scores). Placing