lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Repeated messages during compilation


From: Cameron Horsburgh
Subject: Re: Repeated messages during compilation
Date: Mon, 26 Feb 2007 21:50:44 +1100
User-agent: Mutt/1.5.13 (2006-08-11)

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 ..." correspond to \score blocks with only 
> MIDI output, i.e. without any \layout block.
> 
>  /Mats
> 
> Quoting Cameron Horsburgh <address@hidden>:
> 
> >Hi folks,
> >
> >I have a couple os lilypond files which repeat some of the usual
> >messages during compilation. A normal run might look like this:
> >
> >GNU LilyPond 2.10.16
> >Processing foo.ly'
> >Parsing...
> >Interpreting music... [3]
> >Preprocessing graphical objects...
> >Layout output to foo.ps'...
> >Converting to foo.pdf'...
> >
> >
> >However, one file does this:
> >
> >GNU LilyPond 2.10.16
> >Processing foo.ly'
> >Parsing...
> >Interpreting music...
> >Interpreting music...
> >Interpreting music... [3]
> >Preprocessing graphical objects...
> >Layout output to foo.ps'...
> >Converting to foo.pdf'...
> >
> >Notice the extra two 'Interpreting music...' lines?

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
       \partcombine 
       \relative c'' {
         a4 c4.(g8) a4 |
         g4 e' g(f) | 
         b, a c2
        }
       \relative c'' {
         g4 e4.(d8) c4 |
         g'4 c, e(f) |
         d2 a
       }
   >>

This produces 3 consecutive 'Interpreting music...' lines.

Is this a problem, or is it just the partcombiner getting up to its
old tricks again?

--
=============================================
Cameron Horsburgh

=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]