"Timothy S. Nelson" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss
  • bug? Jens Glaser
    • bug? Han-Wen Nienhuys
    • Re: bug? Han-Wen Nienhuys
    • Bug? Paulo da Silva
    • Bug? Timothy S. Nelson
      • Jan Nieuwenhuizen

Reply via email to