lilypond-user
[Top][All Lists]
Advanced

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

Re: tex is running out of room for \dimen


From: Han-Wen Nienhuys
Subject: Re: tex is running out of room for \dimen
Date: Thu, 30 Aug 2001 16:08:40 +0200

address@hidden writes:
> lilyponddefs.tex wich contains many of the general settings.
> The silly thing is that \newdimen\outputscale declaration
> isn't done within that file but in the generated tex file
> for each score. 
> 
> Try the patch below (untested)

Yes, the \outputscale reflects settings in the paper block, which
means that your patch will mess up when there are scores with
different staff sizes in the book.

Laura, can you try if this patch helps?

--- lilypond-book.py~   Fri Jul 13 22:10:12 2001
+++ lilypond-book.py    Thu Aug 30 16:06:11 2001
@@ -365,7 +365,7 @@
                'output-default-pre': "\\def\preLilypondExample{}\n",
                'usepackage-graphics': '\\usepackage{graphics}\n',
                'output-eps': 
'\\noindent\\parbox{\\lilypondepswidth{%(fn)s.eps}}{\includegraphics{%(fn)s.eps}}',
-               'output-tex': '\\preLilypondExample \\input %(fn)s.tex 
\\postLilypondExample\n',
+               'output-tex': '{\\preLilypondExample \\input %(fn)s.tex 
\\postLilypondExample\n}',
                'pagebreak': r'\pagebreak',
                },
        'texi' : {'output-lilypond': """@lilypond[%s]


-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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