lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond drum problem(?)


From: Jan Nieuwenhuizen
Subject: Re: lilypond drum problem(?)
Date: Tue, 28 May 2002 12:20:29 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

Joerg Anders <address@hidden> writes:

> Almost all examples which have a sufficient long drum staff crash the with:
>
>   GNU LilyPond 1.5.54
>   Running LaTeX...
>   error: latex: command exited with value 256
>   Traceback (most recent call last):
>     File "/usr/local/bin/ly2dvi", line 852, in ?
>       run_latex (files, outbase, extra_init)
>     File "/usr/local/bin/ly2dvi", line 631, in run_latex
>       system (cmd)
>     File "/usr/local/bin/ly2dvi", line 229, in system
>       error (msg)
>     File "/usr/local/bin/ly2dvi", line 127, in error
>       raise _ ("Exiting ... ")
>   Exiting ...
>
> What's the problem here?

If you run ly2dvi -V (verbose), you'll see:

    ! TeX capacity exceeded, sorry [main memory size=1263001].

This often is caused by too many ledger lines.  If you make note heads
transparent, you can easily spot the problem, 


 \score {
        <
                % transparent note head for debugging:
                \property Score.NoteHead \override #'transparent = ##t
            
                \property Score.skipBars = ##t
                \context Staff="drum2" \drumA
        >
 }

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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