Paul Scott wrote:
I finally read that section as well as the section on multiple
movements. From the examples I *might* infer that only piece and
opus can be changed in a new score.
That is correct. If it isn't clear, I'll look at making it more
clear. (or ideally, you could tell me how to make it more clear. :)
However, the manual for version 2.7 also tells how to include
all headers for every movement, by setting the printallheaders
variable.
Is there a way to have a movement title centered above the new
movement which is the way most orchestral parts I read are done?
The easiest way is to simply stick them in separate ly files.
Can separate ly files be put on the same page without using LilyPond
Book?
The most interesting way is to redefine scoreTitleMarkup. (I think
that's the right name -- take a look at the bottom of "Creating
titles".)
It's not clear how that will solve the problem of centered movement
names over individual movements *on the same page* (which I hadn't
made clear before).
With printallheaders=##t, you can use the ordinary title or
subtitle fields, otherwise you can redefine how the titles for
each subsequent score is printed, for example by
\paper {
bookTitleMarkup = \markup {
\fill-line {
\fromproperty #'header:piece
}
}
}
which should center the "piece" field if I'm not mistaken.
/Mats
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user