bug-lilypond
[Top][All Lists]
Advanced

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

updated lilypond-book patches


From: John Williams
Subject: updated lilypond-book patches
Date: Tue, 19 Apr 2005 20:12:14 -0600 (MDT)

> can you have a look at the lilypond-book.py in 2.5.20 to see what parts
> are still missing, and which you need? I added meaningful error messages
> (including file and line numbers for input snippets) to lilypond-book
> recently.

Upgrading guile fixed the segfaults.

Here are updated patches, in order of application and importance:

htmlquote.patch2 -- This can be considered a bugfix, since real html
attributes cannot be parsed with a simple split.

filename.patch2 -- Allows snippets to be given distinct filenames. This
makes managing and (re)using your snippets easier, as I have explained
elsewhere.

alt.patch2 -- Mostly cosmetic, allows the default alt text to be
overridden.  Note: do_options must be called in order for
default_ly_options to take effect.

inline.patch2 -- adds inline option to remove <p> and <a> tags from around
the music image.  This is also one way to achieve my goal of being able to
link to a .midi file or have no link at all.

An alternative to inline.patch2 would be to remove the <p> tags by
default, as you suggest.  I would then propose a link=[midi|ly|none]
option to control the link.  I still need to figure out how to get it to
generate the midi file on demand though.

~ John Williams

Attachment: inline.patch2
Description: Text document

Attachment: htmlquote.patch2
Description: Text document

Attachment: filename.patch2
Description: Text document

Attachment: alt.patch2
Description: Text document


reply via email to

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