Originally created by: *anonymous
Originally created by: ColinPKC...@gmail.com
Reported by Patrick Schmidt:
"In case this is not a known issue: all examples on http://www.lilypond.org/doc/v2.17/input/regression/musicxml/collated-files#top lead to a 404 Not Found Error. It says e.g.
The requested URL /doc/v2.17/input/regression/musicxml/19/lily-4197d4c2.xml was not found on this server.
The link should actually point to the LilyPond input that was used to generate that image – and not to an .xml file. There is something wrong here!"
Only the extension is wrong: replace .xml with .ly and it works:
http://www.lilypond.org/doc/v2.17/input/regression/musicxml/19/lily-4197d4c2.ly
So the anchor to the .ly file generated by musicxml2ly is getting the same extension of its xml source. I guess that the problem is in book-musicxml-testsuite.py
This used to work until version 2.14, when the linked file had the .ly extension. The last 2.15 has .xml extension.
But I cannot find any xml file in the out-www directory. This is an example of a directory where I should find a .xml file:
The following commit was added before 2.15.27 release:
And this is before 2.15.9: