Reported on lilypond-user:
Hi all,
I don't know if I should report this to the bug squad or simply point it our
here in the user list, but there is a broken link in the main website. In
the page about the Google Summer of Code
http://lilypond.org/google-summer-of-code.html , section "Improve default
beam positioning", a link to a book named Repository of Music Notation
Mistakes is given. The link address is actually incorrect, missing the last
words. The correct link should be:
http://imslp.org/wiki/Repository_of_Music-Notation_Mistakes_%28Coulon,_Jean-Pierre%29
Are any of you reading this able to fix it? Else, would you know whom should
I contact for fixes in the website?
Cheers,
Gilberto
The link in community.itexi is correct.
I guess that the comma in the URL should be escaped for texinfo to work?
issue 4848: replace comma in URL with %2C entity
otherwise texinfo considers it as a comma delimiter of @uref
http://codereview.appspot.com/294660043
Passes make, make check and a full make doc
Patch on countdown for June 5th
Patch counted down - please push.
commit 58d22c26c9ed6f1845ebb5a7f36bdba8edf1b03b
Author: Federico Bruni <...>
Date: Tue May 31 12:34:08 2016 +0200
For the records, on texinfo mailing list it was eventually suggested to use @comma{}:
I haven't tested it, but it might be good to remember.