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
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
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.