|
From: | Simon Albrecht |
Subject: | Re: Multiple scores in a single document |
Date: | Tue, 22 Sep 2015 20:06:22 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
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.
Yours, Simon
[Prev in Thread] | Current Thread | [Next in Thread] |