Will Oram 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?

Don't append anything. You need a separate ly file with a separate \score for each instrument and another \score for the conductor's score. \score does not mean conductor's score. A part is a also a score.

notes.ly has *all* the music as in 'flute = \notes\relative{ ... } and oboe = notes\relative{ ... }, etc.
flute.ly has \score { ... \flute }
oboe.ly has \score { ... \oboe }
score.ly has \score { \context StaffGroup << ... \flute ... \oboe ..., etc }


HTH,

Paul




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

Reply via email to