* scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
- * tex/lilyponddefs.tex: set hsize for plain tex.
+ * tex/lilyponddefs.tex: set hsize for plain tex, but only for
+ positive line widths.
2002-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
\ifundefined{documentclass}
\input lilypond-plaintex
-%% make plain work ok Out Of The Box
+%% make plain work ok Out Of The Box
+ \ifnum0<\lilypondpaperlinewidth
\hsize=\lilypondpaperlinewidth\lilypondpaperunit
+ \fi
\else
\input lilypond-latex
\fi