Comment #6 on issue 3777 by [email protected]: Code improvements to satb.ly built-in template
http://code.google.com/p/lilypond/issues/detail?id=3777

OK - it looks like it's dist-check.py that checks for version strings. The relevant lines appear to be:

ly_files  = [f for f in files
                 if re.search (r'\.ly$', f)]

ly_file_str = ' '.join (ly_files)
no_version = popen (r"cd %(dir)s && grep '\\version' -L %(ly_file_str)s" % locals ()).readlines ()

So I think we can conclude that either suggestion would work. I think using a commented version may be better, since it could be uncommented and have convert-ly run on it if necessary?


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to