lilypond-user
[Top][All Lists]
Advanced

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

Re: Do one thing well...


From: Matthew Probst
Subject: Re: Do one thing well...
Date: Tue, 12 Jun 2012 10:31:09 -0500

On Tue, Jun 12, 2012 at 8:29 AM, Jeff Barnes <address@hidden> wrote:
Apparently, we can't do the following now because Lilypond needs a file to process. (?) But the following looks like a nice feature to consider. And it could mean some really cool scripts for a particular purpose could be written. Or template files. Or (name your feature)...

$ cat 'my-melody-in-lily-note-syntax.txt' | ~/bin/fourwayclose.pl | lilypond


In addition, using an external macro processor is made slightly more difficult by the fact that includes won't be processed.  It would be nice to be able to include from a pipe:

\include "foo.ly|gema -f rulefile"

or some other way to define a preprocessor for includes.  I know that the Lilypond devs are against including their own preprocessor, but something like this would help make it easier for other people to do so on their own.

I was thinking of trying to delve into the Scheme code, if that is indeed handled in the Sceme code.

reply via email to

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