lilypond-user
[Top][All Lists]
Advanced

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

Re: pdf pickle


From: Mats Bengtsson
Subject: Re: pdf pickle
Date: Tue, 20 Sep 2005 20:38:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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