On Fri, Oct 3, 2008 at 1:45 PM, Anthony <[EMAIL PROTECTED]> wrote: >> No, lilypond will only use one core. That said, you would be able >> to compile multiple scores at once. > >> -djob-count=[number of cores] >> >> Regards, >> Neil > > I don't think that job count changes things when you process a single > input file though. If you specify multiple input files to process > then lilypond will fork off into different jobs to get the work done.
this option is mainly for lilypond-book use: it halves the time to build the lilypond documentation on my dual core notebook. To use, $ cat local.make CPU_COUNT=2 -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
