lilypond-user
[Top][All Lists]
Advanced

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

No Parts


From: Will Oram
Subject: No Parts
Date: Sat, 13 Dec 2003 00:57:46 -0500

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
address@hidden // address@hidden // AIM spamguy21





reply via email to

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