I tested makelsr without arguments. I kinda works, but I'd like the snippet-list files to be updated when a tag is added or removed from a snippet.
I'm working on a patch for this. http://codereview.appspot.com/6416045/diff/4001/scripts/auxiliar/makelsr.py File scripts/auxiliar/makelsr.py (right): http://codereview.appspot.com/6416045/diff/4001/scripts/auxiliar/makelsr.py#newcode162 scripts/auxiliar/makelsr.py:162: tags.sort() Good. In case of a local update (i.e. if not len (args)), I'd get the tag list from the snippets list files. http://codereview.appspot.com/6416045/diff/4001/scripts/auxiliar/makelsr.py#newcode313 scripts/auxiliar/makelsr.py:313: This is an improvement, but with this change, if you delete or move a snippet in Documentation/snippets/new, the old snippet file will persist in Documentation/snippets. I suggest to delete all files in Documentation/snippets that contain ("generated from %s" % new_lys) in case of a local update. http://codereview.appspot.com/6416045/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
