lilypond-user
[Top][All Lists]
Advanced

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

Re: Output Combined Parts


From: Graham Percival
Subject: Re: Output Combined Parts
Date: Wed, 16 Jun 2004 21:43:50 -0700

On 16-Jun-04, at 9:25 PM, Joshua Koo wrote:
I put each of my instrument notes is inside a separate file, so lets say all cellos notes are inside cello.ly and violin notes are inside violin.ly In each of these files, they have a \score{} so I can print out the indiviual parts. Then I have a score.ly which have a huge staff which combine all the parts together. however, while is parsing the individual instruments like cello.ly, it will render the \score{} inside, causing the score.pdf not only to contain the combined parts, and it has the separate parts.

Is there anyway I can control when to print the indiviual parts, and when to print all parts as a group?

notes-cello.ly  : like cello.ly, but without the \score{}
notes-violin.ly
score-cello.ly : contains \include "notes-cello.ly", \score{ \CelloStaff } (where cellostaff is defined in notes-cello)
score-violin.ly
score-all.ly

Something like that.

Cheers,
- Graham





reply via email to

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