bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2224 in lilypond: LM: clickable examples in the docs have stop


From: lilypond
Subject: Re: Issue 2224 in lilypond: LM: clickable examples in the docs have stopped working.
Date: Wed, 18 Jan 2012 01:04:02 +0000


Comment #2 on issue 2224 by address@hidden: LM: clickable examples in the docs have stopped working.
http://code.google.com/p/lilypond/issues/detail?id=2224

Investigating points to this commit:

http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=blobdiff;f=python/book_texinfo.py;h=939945164743be1c9c21ac2ce0639654f04a6b8a;hp=03f723754a43619cf055d82d9f89601ffeda3356;hb=81b5ad4f11cdb296c69fcd2259effbc75a3c9054;hpb=f9b28c30a3badc92aaacbb70c56e5114fc1d77ab

which changes an explicit ".ly" to %(ext)s, but %(ext)s is the empty string if we look at the code in python/book_texinfo.py:
            # URG, makeinfo implicitly prepends dot to extension.
            # Specifying no extension is most robust.
            rep1['ext'] = ''

So I suppose we could revert that part of the commit.


reply via email to

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