lilypond-devel
[Top][All Lists]
Advanced

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

Patch to fix failure of lilypond-book in CVS


From: Bernard Hurley
Subject: Patch to fix failure of lilypond-book in CVS
Date: Mon, 28 Nov 2005 22:53:37 +0000

Hi,

Current CVS version of lilypond-book fails when processing lytex files
with the error:

  File "/home/invisible/bin/lilypond-book", line 1686, in ?
    main ()
  File "/home/invisible/bin/lilypond-book", line 1652, in main
    chunks = do_file (file)
  File "/home/invisible/bin/lilypond-book", line 1532, in do_file
    if (c.is_plain () and
  File "/home/invisible/bin/lilypond-book", line 725, in is_plain
    return true
NameError: global name 'true' is not defined

The attached patch substitues 1 for 'true' it also substitutes 0 for
'false' which is likewise undefined

-- 
Bernard Hurley <address@hidden>

Attachment: patch
Description: Text Data


reply via email to

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