On Mon, Aug 20, 2012 at 10:52:24AM +0200, David Kastrup wrote: > eluze <elu...@gmail.com> writes: > > > running the command > > > > lilypond -dseparate-log-files a.ly ab.ly > > > > results in: > > > > GNU LilyPond 2.15.95 > > C:/Program Files > > (x86)/LilyPond/usr/share/lilypond/current/scm/lily.scm:807:15: In procedure > > open-file in expression (open-file (if # # ...) "a"): > > C:/Program Files > > (x86)/LilyPond/usr/share/lilypond/current/scm/lily.scm:807:15: No such file > > or directory: "/dev/stderr" > > > > workaround (for windows): > > > > FOR %x IN (*.ly) DO lilypond %x [1>"%~nx.out"] 2>"%~nx.log" > > > > did I use this command/option incorrectly? > > I don't think so.
Works fine on Linux. Looks like this is a bug, Eluze. Cheers, Colin. -- Colin Hall _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond