gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug?


From: Jan Nieuwenhuizen
Subject: Re: Bug?
Date: 26 Feb 2001 10:46:02 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

"Timothy S. Nelson" <address@hidden> writes:

>       Am I doing something dumb?  I upgraded from 1.3.118 to 1.3.130, and
> now I get:

No, you found a bug.  Try this patch:

--- scripts/lilypond-book.py~   Sat Feb 24 22:06:31 2001
+++ scripts/lilypond-book.py    Mon Feb 26 10:44:59 2001
@@ -212,8 +212,10 @@
                if not self.m_use_geometry:
                        return 
latex_linewidths[self.m_papersize][self.m_fontsize]
                else:
-                       geo_opts = (a == None, b == None, c == None)
-                       
+                       geo_opts = (self.m_geo_lmargin == None,
+                                   self.m_geo_width == None,
+                                   self.m_geo_rmargin == None)
+
                        if geo_opts == (1, 1, 1):
                                if self.m_geo_textwidth:
                                        return self.m_geo_textwidth

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]