lilypond-user
[Top][All Lists]
Advanced

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

Re: bookparts


From: Valentin Petzel
Subject: Re: bookparts
Date: Thu, 04 Mar 2021 20:58:46 +0100

Hello Lydia.

To achieve what you want you should not use bookparts. Instead just simply use 
multiple \score blocks and you’ll get what you want.

To get the titles working you need to understand the difference between the 
bookTitleMarkup (a markup printed at the begin of every bookpart) and the 
scoreTitleMarkup (the markup printed at the begin of every score).

So the idea is: Set printAllHeader to true, so that the bookTitleMarkup is 
used. Then change the scoreTitlemarkup to give you what you want.

And finally you need to understand the difference between a global header 
block, which will affect all scores, and a header block within a score, which 
will only affect that one score. Thus you need to put the value of piece 
inside the score blocks.

I’ve applied those changes to your example. Look out for
→ Removal of bookparts
→ Shifting of header blocks inside the scores
→ The title stuff in the paper block

Cheers,
Valentin

Attachment: Practice.ly
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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