]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lys-to-tely.py
update PO file to 1.6.
[lilypond.git] / buildscripts / lys-to-tely.py
index 55becc827578c9e2bf7f1ed3562934422c4dddcb..24884f6dbb08d95c0db042dcf1cdaeb0ff44a2d4 100644 (file)
@@ -63,6 +63,10 @@ if files:
 @settitle %s
 @finalout @c we do not want black boxes.
 
+@iftex
+@afourpaper
+@end iftex
+  
 @c fool ls-latex
 @ignore
 @author Han-Wen Nienhuys and Jan Nieuwenhuizen
@@ -82,7 +86,7 @@ if files:
 @end ifhtml
 """ % n
                
-               s += "@lilypondfile[printfilename]{%s}" % n
+               s += "\n\n@lilypondfile[printfilename]{%s}" % n
                return s
        files.sort ()
        s = s + string.join (map (lambda x: name2line (x), files), "\n")