On Tue, Jun 12, 2012 at 8:29 AM, Jeff Barnes <jbarnes...@yahoo.com> 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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to