Re: Making LilyPond quickly

2017-06-28 Thread Charles Winston
Thanks for the help! The -j option is what I need. Charles > On Jun 27, 2017, at 11:31 AM, David Kastrup wrote: > > Charles Winston writes: > >> Hi developers, >> >> So far for my chords project, I’ve only been editing Scheme files, so >> I haven’t needed to build lilypond at all to test. No

Re: Making LilyPond quickly

2017-06-27 Thread David Kastrup
Charles Winston writes: > Hi developers, > > So far for my chords project, I’ve only been editing Scheme files, so > I haven’t needed to build lilypond at all to test. Now I’m working on > C++ files, so I need to compile in order to test my changes. It’s > frustrating that compiling takes such a

Re: Making LilyPond quickly

2017-06-27 Thread Phil Holmes
make automatically only re-compiles files that depend on changed files. Do you have a multi-core computer, and if so are you using the -jN option? How long does it take to run make from scratch on your machine? -- Phil Holmes - Original Message - From: "Charles Winston" To: Sent:

Re: Making LilyPond quickly

2017-06-27 Thread Federico Bruni
Il giorno mar 27 giu 2017 alle 16:58, Charles Winston ha scritto: So far for my chords project, I’ve only been editing Scheme files, so I haven’t needed to build lilypond at all to test. Now I’m working on C++ files, so I need to compile in order to test my changes. It’s frustrating that compi