]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lys-to-tely.py
release: 1.5.8
[lilypond.git] / buildscripts / lys-to-tely.py
index eac92934e8fb8eccadad1d52b5f600df188c880b..22343a77a7f3a413d652f91c774ac0fb48640694 100644 (file)
@@ -65,7 +65,7 @@ if files:
                if string.find (n, '+') >= 0:
                        s = "@lilypondfile{%s}" % n
                else:
-                       s = "@lilypondfile[printfilename]{%s}" % n
+                       s = "@lilypondfile[printfilename,verbatim]{%s}" % n
                return s
 
        s = s + string.join (map (lambda x: name2line (x), files), "\n")
@@ -76,4 +76,8 @@ if files:
        h.write (s)
        h.close ()
        sys.stderr.write ('\n')
-       
+else:
+       # not Unix philosophy, but hey, at least we notice when
+       # we don't distribute any .ly files.
+       sys.stderr.write ("No files specified. Doing nothing")
+