Do you have any particular reason to use \book{...}?
I don't have a running LilyPond available for the moment, but as
far as I recall, you should get exactly the same result even if you
remove the \book{...}.
/Mats
Graham Percival wrote:
I'm working on a \book that contains distinct pieces; as such, I've created
a separate title page.
1) If you're interested in using it, here's the code.
2) If you're really interested in using it, I could investigate making
this
part of LilyPond. And clean it up, of course. :)
3) Currently the bottom part of the title page is really bare; I'm
thinking of
making an .eps that could go there. I know that we talked about logos
for lilypond a few months ago; if anything else has happened along those
lines, I'd be interested to hear about it.
Cheers,
- Graham
\version "2.6.1"
tpTitle=\markup{This is the \caps Title}
tpSubTitle="Sub-Title"
tpComposer="Composer Name"
\book{
\markup{
\override #'(baseline-skip . 8)
\column {
\hspace #1
\hspace #1
\hspace #1
\override #'(baseline-skip . 1)
\column {
\fill-line {
\override #'(font-size . 6)
\bold
\tpTitle }
\hspace #1
\fill-line {
\override #'(font-size . 4)
\tpSubTitle }
\hspace #1
\hspace #1
\fill-line {
\override #'(font-size . 2)
\italic
\tpComposer }
}
}
}
\score{
{c'4\f } % first piece goes here
\header {
breakbefore = ##t
piece = " "
}
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user