From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22566 Path: news.gmane.org!not-for-mail From: Christopher Creutzig Newsgroups: gmane.comp.tex.context Subject: Re: lilypond inclusion Date: Fri, 16 Sep 2005 20:51:23 +0200 Message-ID: <432B142B.6060006@creutzig.de> References: <432943A2.1040008@creutzig.de> <6faad9f0050916095647d8671b@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126896827 18353 80.91.229.2 (16 Sep 2005 18:53:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2005 18:53:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 16 20:53:45 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EGLJC-0001zF-Q2 for gctc-ntg-context-518@m.gmane.org; Fri, 16 Sep 2005 20:51:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 757471286C; Fri, 16 Sep 2005 20:51:38 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32473-07-6; Fri, 16 Sep 2005 20:51:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5E8CC12858; Fri, 16 Sep 2005 20:51:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4184412858 for ; Fri, 16 Sep 2005 20:51:32 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32473-07-5 for ; Fri, 16 Sep 2005 20:51:31 +0200 (CEST) Original-Received: from mailgate.uni-paderborn.de (mailgate.uni-paderborn.de [131.234.22.32]) by ronja.ntg.nl (Postfix) with ESMTP id 5FFCF127EA for ; Fri, 16 Sep 2005 20:51:31 +0200 (CEST) Original-Received: from p548b092a.dip0.t-ipconnect.de ([84.139.9.42] helo=[192.168.1.2]) by mailgate.uni-paderborn.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.43) id 1EGLJz-0001nk-8s for ntg-context@ntg.nl; Fri, 16 Sep 2005 20:52:27 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <6faad9f0050916095647d8671b@mail.gmail.com> X-Enigmail-Version: 0.92.0.0 X-UNI-PB_FAK-EIM-MailScanner-Information: Please see http://imap.uni-paderborn.de for details X-UNI-PB_FAK-EIM-MailScanner: Found to be clean X-UNI-PB_FAK-EIM-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.208, required 4, AUTH_EIM_USER -5.00, RCVD_IN_NJABL_DUL 1.66, RCVD_IN_SORBS_DUL 0.14) X-MailScanner-From: christopher@creutzig.de X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22566 Archived-At: Mojca Miklavec wrote: > Just a note: calling "epstopdf" is pretty optimistic, I'm affraid that Ok, I changed that to "texutil --figures --epstopdf". BTW, Hans, the log messages are flaky, the name of the pdf file is reported incorrectly: option : convert EPS to PDF eps file : lily-test-lilypond.eps pdf file : lily-test-lilypond.eps > it has some other name. I don't know about other versions, but under > windows lilypond has gs "built in" and can already output pdf files Yes, but those are not suitable for inclusion because they are full-size A4 pages. I tried using them first, but couldn't get the information needed to properly clip the A4 pages to the required part. > out-of-the-box, I don't know). If I delete "-b eps --ps" in > Christopher's module, it complains about "The postscript backend does > not support the 'classic' framework", whatever this means. I have no It means you can't include the header I copied from lilypond-book to get cropped output with the default backend. Christopher