Comment #5 on issue 1663 by philehol...@googlemail.com: Images missing on web site
http://code.google.com/p/lilypond/issues/detail?id=1663

I have been looking into the build system, and to a first approximation it's the same for web, notation, etc. However, the web files are the ONLY files that use the 2 macros @imageId and @imageFloat. The definitions of these include:

@html
<img class="float-\POSITION\" src="../pictures/\IMAGE-FILE\.\EXT\" alt="\IMAGE-FILE\">
@end html

and

@html
<div id="\ID\">
  <img src="../pictures/\IMAGE-FILE\.\EXT\" alt="\ALT\">
</div>
@end html

See the ../pictures? That's _exactly_ the error above. I think you can compile docs about 100 times faster than me? Delete the ../ from the 2 defs in common-macros.itexi and I'll wager an excess postage charge that the problem will disappear.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to