On Sat, 13 Dec 2003 02:36:18 -0500
Will Oram <[EMAIL PROTECTED]> wrote:

> Ah, this works.
> 
> But, if I append \score { \theInstrument } to a given .ly file, the 
> resulting printed score ends up appended to the end of the orchestral 
> score PS/PDF. What for separating parts into separate outputs?

Stick those appended \score{} sections into seperate files.  I use the
abbreviation "sc-" to denote a score file.  So for example...

sonata/
sonata/cello.ly
sonata/sc-cello.ly
sonata/piano.ly
sonata/sc-score.ly

(piano gets full score, since that's the tradition.)

I can simply do:
for x in sc-*; do lilypond $x; done;

to compile all the parts.  (not so useful in this simple example, but
very useful for a large ensemble)

Everybody has their own way of organizing these things, but the \score{}
files must be in seperate files.

HTH,
- Graham


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to