ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henning Hraban Ramm <hraban@fiee.net>
Subject: Re: LilyPond module for LilyPond 2.9.x
Date: Tue, 26 Sep 2006 22:12:55 +0200	[thread overview]
Message-ID: <B1E0BF39-2732-42BD-90D9-B3139E5A4EB9@fiee.net> (raw)
In-Reply-To: <670FE057-FCF8-45F7-AADC-B1B7C947DFF3@fiee.net>

Am 2006-09-26 um 20:34 schrieb Henning Hraban Ramm:

> Yeah, I finally got it working with recent versions of LilyPond!

No, it doesn't. :-(
And it's strange: the external command for lilypond gets called, but  
not that for epstopdf:

% I tried different methods to convert the LilyPond EPS to PDF:
	\def\LP{/usr/local/bin/lilypond -b eps -f eps -dno-gs-load-fonts - 
dinclude-eps-fonts }
	%\def\TU{/usr/local/teTeX/bin/powerpc-apple-darwin-current/texutil }
	\def\TU{perl /usr/local/teTeX/share/texmf.local/scripts/context/perl/ 
texutil.pl }
	%\def\PDF{/usr/local/teTeX/bin/powerpc-apple-darwin-current/epstopdf }
	\def\PDF{\TU --figures --epstopdf } % --figures  not yet in Ruby  
version
	
    \ifeof18
    	\installprogram{\LP \bufferprefix lilypond-\the\lily!figures.tmp}%
	   \doif\jobsuffix{pdf}{%
	      \installprogram{\PDF \bufferprefix lilypond-\the\lily! 
figures.eps}%
	   }%
    \else
       \executesystemcommand{\LP \bufferprefix lilypond-\the\lily! 
figures.tmp}%
       \doif\jobsuffix{pdf}{%
	\executesystemcommand{\PDF \bufferprefix lilypond-\the\lily! 
figures.eps}%
	}%
    \fi


I thought it would work, because I already had a PDF of my score EPS  
from a previous test.
If I call one of the above epstopdf commands manually, it works, i.e.  
the notes appear in my PDF after the next texexec run.

Somewhere in the output it says "system commands are disabled" - but  
the LilyPond call works, and write18 is enabled in my texexec.ini

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://contextgarden.net
http://www.cacert.org (I'm an assurer)

  reply	other threads:[~2006-09-26 20:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-26 18:34 Henning Hraban Ramm
2006-09-26 20:12 ` Henning Hraban Ramm [this message]
2006-09-26 20:23   ` Hans Hagen
2006-09-26 20:52     ` Henning Hraban Ramm
2006-09-27  7:55       ` Hans Hagen
2006-09-27 20:26         ` Henning Hraban Ramm
2006-09-27 22:22           ` Henning Hraban Ramm
2006-10-03 21:37             ` Henning Hraban Ramm
2006-10-03 21:59               ` Mojca Miklavec
2006-10-04  0:18                 ` Henning Hraban Ramm
2006-09-26 21:41 ` Willi Egger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B1E0BF39-2732-42BD-90D9-B3139E5A4EB9@fiee.net \
    --to=hraban@fiee.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).