Thanks for the bug report, Eluze. On Mon, Aug 20, 2012 at 02:16:45AM -0700, Eluze wrote: > running the command > lilypond -dread-file-list "read-file-list.txt" (without the equal sign (=) > which probably is not correct)
Yes, it is correct. See my response to your other email. > where file "read-file-list.txt" contains: > > "ab.ly" > ab > a.ly > > results in: > > GNU LilyPond 2.15.95 > 'arning: cannot find file: `"ab.ly" > 'arning: cannot find file: `ab.ly > Processing `a.ly' > Parsing... > > Interpreting music... > Preprocessing graphical objects... > Finding the ideal number of pages... > Fitting music on 1 page... > Drawing systems... > Layout output to `a.ps'... > Converting to `./a.pdf'... > fatal error: failed files: "ab.ly\x0d \"ab.ly\"\x0d" > > --> only the last ly file is compiled The text \x0d is a clue. I tried creating the "read-file-list.txt" file on Linux and then copying it over to Windows and it works just fine. I suspect the only reason it processes the last file is because there is no blank line at the end of your "read-file-list.txt" and Lilypond manages to detect the last line as a filename. > maybe an incorrect entry? a bug under windows? I would say it is a bug, and here is the tracker. http://code.google.com/p/lilypond/issues/detail?id=2765 Cheers, Colin. -- Colin Hall _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
