On 22.09.2015 19:53, T. Michael Sommers wrote:
Is it possible to have multiple independent scores in a single document,
Of course it’s possible: just use more than one \score {} block.
with each score having its own title, composer, arranger, and so
forth? From what I can see, if a score has those items in its header,
they are ignored.
A score can contain its own \header {} block, but settings from a
top-level \header {} block will override those specific to one score. So
you need to remove the respective definition from the top-level header
block in order to change it score-wise.
See
<http://lilypond.org/doc/v2.18/Documentation/notation/creating-titles-headers-and-footers>
for comprehensive documentation.