From 61b173547403865789a66df19d57c5ec54a4edf0 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 21 Sep 2002 00:08:05 +0000 Subject: [PATCH] set hsize for plain tex, but only for positive line widths. --- tex/lilyponddefs.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tex/lilyponddefs.tex b/tex/lilyponddefs.tex index 5cef0c11dd..cf7bf1f791 100644 --- a/tex/lilyponddefs.tex +++ b/tex/lilyponddefs.tex @@ -42,8 +42,11 @@ \input lilypond-plaintex %% make plain work ok Out Of The Box - \ifdim0pt<\lilypondpaperlinewidth\lilypondpaperunit - \hsize=\lilypondpaperlinewidth\lilypondpaperunit + \ifundefined{lilypondpaperunit} + \else + \ifdim0pt<\lilypondpaperlinewidth\lilypondpaperunit + \hsize=\lilypondpaperlinewidth\lilypondpaperunit + \fi \fi \else \input lilypond-latex -- 2.39.5