The score I'm writing only generates one .pdf/.ps output, the orchestral score. What do I need to add to churn out parts for each instrument?

I just heard about sly now (still don't quite get it), so it might be too late for that since everything's already written out.

The basic format of my score:

[include file for each instrument]
[orch score header]

\score {
[many, many instruments...an example:]
\context StaffGroup ="timpani_group" <<
\property StaffGroup.InstrumentName \set #'font-magnification = #1.25
\context Staff ="timpani" <<
\property Staff.midiInstrument = #"timpani"
\property Staff.instrument = \markup { \center < "Timpani in E-H" > }
\theTimpani
>>
>>


\midi { [stuff] }
\paper { [adjustments] }
}

For each instrument, it's essentially 'myLabel = \notes \relative X { NOTES }.

What's missing? Thanks.

Will Oram
[EMAIL PROTECTED] // [EMAIL PROTECTED] // AIM spamguy21



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

Reply via email to