I've never used lilypond-book before tonight, and I'm not much of a python hacker, but the following changes worked for me to get it to work with an html file (1.7.28):
# diff lilypond-book.old lilypond-book.new 379c379 < %(pageimages)s''', --- > %(htmlimages)s''', 1253c1253 < preview = base + ".png" --- > preview = base + ".preview.png" 1261c1261 < ly.make_ps_images (base) --- > ly.make_ps_images (base + '.ps') 1284c1284 < for p in string.split (page_files, '\n'): --- > for p in page_files: 1322c1322 < inline_menu = '<p/><a href="%s.html"><img src="%s"><p/></a>' % (base, original_name, preview) --- > inline_menu = '<p/><a href="%s.html"><img alt="%s" src="%s"></a><p/>' > % (base, original_name, preview)
pgp00000.pgp
Description: PGP signature
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
