Comment #2 on issue 2224 by julien.r...@gmail.com: 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.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond