From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: [PATCH] Lilypond: added PDF output Date: Tue, 29 Nov 2011 12:38:08 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVMxX-0004RF-U9 for emacs-orgmode@gnu.org; Tue, 29 Nov 2011 07:38:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVMxR-0004x6-Vu for emacs-orgmode@gnu.org; Tue, 29 Nov 2011 07:38:51 -0500 Received: from lo.gmane.org ([80.91.229.12]:35915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVMxR-0004x1-OW for emacs-orgmode@gnu.org; Tue, 29 Nov 2011 07:38:45 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RVMxO-0007c3-LX for emacs-orgmode@gnu.org; Tue, 29 Nov 2011 13:38:42 +0100 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Nov 2011 13:38:42 +0100 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Nov 2011 13:38:42 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Torsten Torsten Anders writes: > Dear all, > > The current implementation how org-babel calls Lilypond hard-wires the > supported output file formats to EPS and PNG. Attached is a very > simple patch that adds support for PDF as well, so that resulting PDF > files can be directly integrated in the PDF files generated by Latex > and Latex Beamer support. > > Thanks! > > Best wishes, > Torsten Doesn't :cmdline " --pdf " work for you? --8<---------------cut here---------------start------------->8--- #+begin_src lilypond :file ionian.pdf :noweb yes :cmdline " --pdf " <> \relative c' { c d e f g a b c b a g f e d c d e f g a b c b a g f e d c1 } #+end_src --8<---------------cut here---------------end--------------->8--- If you have an example of how you are exporting we could maybe add it to the examples in Worg? It is not a use-case I have considered. Best, Martyn