]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lys-to-tely.py
Change Snippets compilation
[lilypond.git] / buildscripts / lys-to-tely.py
index 22aff30be503cc4a72839f286538556fdd046c49..e2df5a6bc3fbb2f282d755bd54f17a7f1fa8d8d3 100644 (file)
@@ -81,7 +81,6 @@ for opt in options:
         raise Exception ('unknown option: ' + o)
 
 def name2line (n):
-    # UGR
     s = r"""
 @ifhtml
 @html
@@ -89,7 +88,8 @@ def name2line (n):
 @end html
 @end ifhtml
 
-@lilypondfile[%s]{%s}""" % (os.path.basename (n), fragment_options, n)
+@lilypondfile[%s]{%s}
+""" % (os.path.basename (n), fragment_options, n)
     return s
 
 if files: