[EMAIL PROTECTED] writes:
> So I tried changing the line width to 400 pt instead of 390 with the
> geometry package, and lilypond-book crashed on me:
> 
[..]
> NameError: There is no variable named 'dim'
>

Thanks for the report, try this

--- lilypond-book.py~  Thu May 17 11:37:54 2001
+++ lilypond-book.py   Tue Jun 12 10:31:26 2001
@@ -192,7 +192,7 @@
   def __setattr__(self, name, value):
       if type(value) == type("") and \
             dimension_conversion_dict.has_key (value[-2:]):
-                                               f =
dimension_conversion_dict[dim]
+                       f = dimension_conversion_dict[value[-2:]]
                            self.__dict__[name] = f(float(value[:-2]))
                                                else:
                                                                self.__dict__[name] = 
value



-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to