bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1663 in lilypond: Images missing on web site


From: lilypond
Subject: Re: Issue 1663 in lilypond: Images missing on web site
Date: Fri, 27 May 2011 14:14:59 +0000


Comment #5 on issue 1663 by address@hidden: 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.




reply via email to

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