]> git.donarmstrong.com Git - lilypond.git/commitdiff
set hsize for plain tex, but only for
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 20 Sep 2002 23:52:59 +0000 (23:52 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 20 Sep 2002 23:52:59 +0000 (23:52 +0000)
positive line widths.

ChangeLog
tex/lilyponddefs.tex

index 07f48938224d701cc9839edd214b67b4dd9c9162..6180f9699fbc6f714cb56ee5b81408527ccd1acd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,8 @@
 
        * 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>
 
index 60d779795f90a1d6c092a7fec4d4401b506cdec0..ee34af8bbaf19cfc1eb5773ab91c1d0387f075a4 100644 (file)
 \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