bug-lilypond
[Top][All Lists]
Advanced

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

lilypond-book diff 1.7.28


From: Michael Ossmann
Subject: lilypond-book diff 1.7.28
Date: Thu, 24 Jul 2003 23:01:17 -0600
User-agent: Mutt/1.5.4i

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)

Attachment: pgpb0TNEZJuMT.pgp
Description: PGP signature


reply via email to

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