]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lys-to-tely.py
(postscript->png): space before
[lilypond.git] / buildscripts / lys-to-tely.py
index 8069deaba8a8de86f1fae9a9e8ef0e8a08fc2cfb..defb546683afc23b326889eccb0bbdd8ae794688 100644 (file)
@@ -62,11 +62,12 @@ if files:
        s = '''\input texinfo
 @setfilename %s.info
 @settitle %s
-@finalout @c we do not want black boxes.
 
 @iftex
 @afourpaper
 @end iftex
+
+@finalout @c we do not want black boxes.
   
 @c fool ls-latex
 @ignore
@@ -82,12 +83,12 @@ if files:
                s = r"""
 @ifhtml
 @html
-<A NAME="%s">
+<A NAME="%s"></A>
 @end html
 @end ifhtml
 """ % n
                
-               s += "\n\n@lilypondfile[printfilename]{%s}" % n
+               s += "\n\n@lilypondfile[printfilename,texidoc]{%s}" % n
                return s
        files.sort ()
        s = s + string.join (map (lambda x: name2line (x), files), "\n")