lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond crashing with cue notes


From: Daniel Hulme
Subject: Re: Lilypond crashing with cue notes
Date: Thu, 2 Apr 2009 18:26:13 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Apr 01, 2009 at 01:36:24PM -0700, northofscotland wrote:
> All the parts seem to work perfectly as stand-alone, un-cued but as I added
> the cue notes, building up with a series of \include statements at the head
> of the file, \cueDuring in the notes and \addQuote before the \score
> statement it all seemed to go pear shaped and hang - seemingly in some
> indefinite loop.

It sounds like you might have done something like this. In a file a.ly
you have

    \include "b.ly"

and in the file b.ly you have

    \include "a.ly"

So, when you run Lilypond on a.ly, it finds the \include command, and
immediately goes to read b.ly. While it's doing this, it finds that
\include command, and immediately goes to read a.ly. While it's doing
that, it sees the first \include again, goes to read b.ly, and so on.
Lilypond is in an infinite loop because that's exactly what you told it
to do.

Guessing from your description, what you want to do is have the notes
that will appear in cues defined in a file called (for example)
"cues.ly", then include this file from each part's file so you can use
the notes it defines in that part's cues and in the part itself.

-- 
"Follow the enemy and try to prevent  the enemy carrying away the guns."
On 25th Oct 1854, Lord Raglan, on a hill, can see one set of guns;  Lord
Lucan, down in the valley,  sees a different, better defended,  set, and
leads the Light Brigade in its fateful charge. http://surreal.istic.org/

Attachment: signature.asc
Description: Digital signature


reply via email to

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