[EMAIL PROTECTED] 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 | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen/
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user