eluze <[email protected]> writes: > running the command > > lilypond -dlog-file="my special.log" a.ly > > GNU LilyPond 2.15.95 > <unnamed port>:1:7: While evaluating arguments to cons in expression (cons > (quote log-file) (quote my) ...): > <unnamed port>:1:7: Unbound variable: special.log > > did I use this command/option incorrectly?
You did. It must be something like -dlog-file='"my special.log"' in typical shells. Check out how to pass string arguments to options. -- David Kastrup _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
