lilypond-user
[Top][All Lists]
Advanced

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

Re: No Parts


From: Paul Scott
Subject: Re: No Parts
Date: Sat, 13 Dec 2003 08:20:08 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

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






reply via email to

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