Re: Repeated messages during compilation

2007-02-26 Thread Mats Bengtsson
Cameron Horsburgh wrote: Hmm. I've had a look through the files concerned and multiple \score blocks seem to be the culprit. However, the partcombiner seems to be able to produce something similar. Consider this file: \version "2.10.10" \score{ \context Staff << \time 4/4 \par

Re: Repeated messages during compilation

2007-02-26 Thread Cameron Horsburgh
On Fri, Feb 16, 2007 at 01:38:27PM +0100, Mats Bengtsson wrote: > You normally get one set of > > Interpreting music... > Preprocessing graphical objects... > > for each \score{...} block in your .ly. My guess is that the > "Interpreting music..." without > a following "Preprocessing ..." corres

Re: Repeated messages during compilation

2007-02-16 Thread Mats Bengtsson
You normally get one set of Interpreting music... Preprocessing graphical objects... for each \score{...} block in your .ly. My guess is that the "Interpreting music..." without a following "Preprocessing ..." correspond to \score blocks with only MIDI output, i.e. without any \layout block.