This was discussed recently on the mailing list and I think the
conclusion was
that it's not directly supported in version 2.8.3.
I know that the page breaking support has been completely reworked in the
latest 2.9.x versions, but I don't know any details about its capabilities.
/Mats
Adrien
version 2.8.3
Hello,
I'm making a book wich contains a lot of different scores :
--- the "book" file : ---
\include "firstscore.ly"
\include "secondscore.ly"
...
\book {
\header {}
\score {
\firstmusic
\header {
breakbefore = ##t
}
}
\score {
\seco