Great start! There's a problem but I think I found out why.
1) (not the problem) could you print a blank line before+after the "Please see" block? That would help it to "stand out" more. 2) (problem) I added a mistake to something in tutorial.itely, and then got this: Child returned 1 Error ignored by lilylib Error trapped by lilypond-book Please see /main/src/lilypond/build/out/lybook-db/snippet-names--8702389846796748212.log make[2]: *** [out-www/learning.texi] Error 1 make[2]: Leaving directory `/main/src/lilypond/build/Documentation' make[1]: *** [WWW-1] Error 2 make[1]: Leaving directory `/main/src/lilypond/build' make: *** [doc-stage-1] Error 2 gperciva@chikara:~/src/lilypond/build$ more /main/src/lilypond/build/out/lybook-db/snippet-names--8702389846796748212.log /main/src/lilypond/build/out/lybook-db/snippet-names--8702389846796748212.log: No such file or directory http://codereview.appspot.com/5453046/diff/1/python/lilylib.py File python/lilylib.py (right): http://codereview.appspot.com/5453046/diff/1/python/lilylib.py#newcode196 python/lilylib.py:196: stderr_filename = ' '.join([log_file, '.log']) I think this should be: stderr_filename = ''.join([log_file, '.log']) or just stderr_filename = llog_file + '.log' I mean, we don't want a space in the filename, right? http://codereview.appspot.com/5453046/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel