]> git.donarmstrong.com Git - lilypond.git/commitdiff
set hsize for plain tex, but only for
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Sep 2002 00:45:26 +0000 (00:45 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Sep 2002 00:45:26 +0000 (00:45 +0000)
positive line widths.

ChangeLog
tex/lilypond-plaintex.tex
tex/lilyponddefs.tex

index 6180f9699fbc6f714cb56ee5b81408527ccd1acd..5e43d7bbd7d4740f94a39a7893ece0ddc1ca8cf6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -74,6 +74,8 @@
 
 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * VERSION: 1.6.3 released.
+
        * Documentation/user/refman.itely: patch by Graham Percival
 
        * scripts/lilypond-book.py (make_pixmap): let gs write to
index 7d7e3b802757105161e359e672bf10d2fd839977..b269993355ebaf5d4736150439b195af2b45d958 100644 (file)
   }
 }
 
+
+%% make plain work ok Out Of The Box
+
+\ifundefined{lilypondpaperunit}
+\def\lhsize{\hsize} 
+\else
+\def\lhsize{\lilypondpaperlinewidth\lilypondpaperunit}
+\fi
+
+\ifdim0pt<\lhsize
+\hsize=\lhsize
+\fi
+
 \advance\hoffset by -.6in
 
 \def\nolilyfooterPlainTeX{\nopagenumbers}
index cf7bf1f791aea5424f06d233966d3a18f25b72e9..acacba8e3db41ce8396528a2815d9e2015c026c6 100644 (file)
 
 \ifundefined{documentclass}
   \input lilypond-plaintex
-
-%% make plain work ok Out Of The Box
-  \ifundefined{lilypondpaperunit}
-  \else
-    \ifdim0pt<\lilypondpaperlinewidth\lilypondpaperunit
-      \hsize=\lilypondpaperlinewidth\lilypondpaperunit
-    \fi
-  \fi
 \else
   \input lilypond-latex
 \fi