On Sun, 14 Sep 2003 13:34:46 +0200
Rune Zedeler <[EMAIL PROTECTED]> wrote:
> Wouldn't it be a good idea, before 2.0 to change the file extension
> convensions so that you could distinguish files to be compiled from
> files to be included?

The problem is that, AFAIK, there is no difference in the file format
between include-files and non-include files.  (apart from the lack
of a \score{} section in include files)

> It would be nice to be able to do something like "lilypond *.ly" without
> getting errors about include-files.

You can already do this with files names:

piece/piece.ly
piece/sc-piece.ly

more ~/bin/pap
#!/bin/sh
ly2dvi -P sc-*.ly
xdvi sc-*.dvi &

Whenever I want to compile scores, I go to that dir and type "pap".

Cheers,
- Graham


_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to