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 wrote:
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 {
\secondmusic
\header {
breakbefore = ##t
}
}
...
}
--- end of "book" file ---
each of the piece is a file with this structure :
--- firstscore.ly ---
firstmusic = {
%the notes
}
--- end of "firstscore.ly" ---
My problem is :
How can I tell Lily that I want to use the "ragged-bottom" function fore some
of the scores and not for the others ?ยจ
Thanks
Adrien
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user