Re: Creating book of separate pieces

2021-10-07 Thread Jogchum Reitsma
Op 06-10-2021 om 15:30 schreef Leo Correia de Verdier: Hi Leo, I used the example Carlos Martinez posted 22d of September on this list, so I have learned a lot. It is the same procedure you gave in your previous mail, thanks! Only one question remains: how can I guarantee that each new pi

Re: Creating book of separate pieces

2021-10-06 Thread Leo Correia de Verdier
If you for some reason want to avoid bookparts, what you’re looking for could be print-all-headers, like: \version "2.22.1" \paper { print-all-headers = ##t ragged-right = ##f markup-system-spacing.stretchability = #2 } \score { \header { title = "song" composer = "me"} c'1 } \pageBrea

Re: Creating book of separate pieces

2021-10-06 Thread Leo Correia de Verdier
I would use bookpart, like this: %%% \version "2.22.1" \paper { ragged-right = ##f } \bookpart { \header { title = "song" composer = "me" } \score {c'1} } \bookpart { \header { title = "other song" composer = "someone else" } \score {f'1} } \bookpart { \header { title = "thir

Re: Creating book of separate pieces

2021-10-06 Thread Jogchum Reitsma
Op 06-10-2021 om 10:45 schreef Jefferson Felix: Did you try lilypond-book? You can create separated .ly with full scores and all headers and then join everything in a TeX file. You may also add title page, and other stuff. I did take a look at it, but it's been years since I used Tex, so i'd

Re: Creating book of separate pieces

2021-10-06 Thread Jefferson Felix
Did you try lilypond-book? You can create separated .ly with full scores and all headers and then join everything in a TeX file. You may also add title page, and other stuff. Em qua., 6 de out. de 2021 02:24, Jogchum Reitsma escreveu: > Hi, > > I want to create a songbook of different songs, fro

Creating book of separate pieces

2021-10-05 Thread Jogchum Reitsma
Hi, I want to create a songbook of different songs, from various composers.Eacht piece should begin at a new page, with an own, compete, header I've looked at a number of places in the doc's, e.g. http://lilypond.org/doc/v2.22/Documentation/notation/multiple-scores-in-a-book, bu no luck so