lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No Parts


From: Graham Percival
Subject: Re: No Parts
Date: Sat, 13 Dec 2003 01:33:13 -0800

On Sat, 13 Dec 2003 02:36:18 -0500
Will Oram <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]