The only method I know of to get two output PDF files from one and
the same .ly file is to include two \book{...} blocks in the .ly file.
Each \book{...} will result in one separate output file. Example

\version "2.6.0"
\book{
% The score of the first output file
\score{
  \relative c'{c d e f | g1}
}
}

\book{
% The score of the second output file
\score{
  \relative c'{c e g e | c1}
}
}


   /Mats

Aaron Mehl wrote:
Hi all,

I have a lily file that with png output I ended up
with two documents.
however the pdf ouput gives me a multipage pdf which I
don't want  how do I force the ps2pdf output to be two
documents?

thanks
Aaron

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to