From: Graham Percival Date: Mon, 28 Feb 2011 07:47:11 +0000 (+0000) Subject: Clarify makelsr.py "do not edit" message. X-Git-Tag: release/2.13.52-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=69793a6cc5fbe5d29f07922c765fecb55a9b4ec5;p=lilypond.git Clarify makelsr.py "do not edit" message. --- diff --git a/scripts/auxiliar/makelsr.py b/scripts/auxiliar/makelsr.py index a7d89eb4da..adf8681638 100755 --- a/scripts/auxiliar/makelsr.py +++ b/scripts/auxiliar/makelsr.py @@ -21,13 +21,19 @@ If a snippet is present in both directories, the one from %(NEW_LYS)s is preferred. ''' % vars () -LY_HEADER_LSR = '''%% Do not edit this file; it is automatically +LY_HEADER_LSR = '''%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. ''' -LY_HEADER_NEW = '''%% Do not edit this file; it is automatically +LY_HEADER_NEW = '''%% DO NOT EDIT this file manually; it is automatically %% generated from %s +%% Make any changes in Documentation/snippets/new/ +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. ''' % NEW_LYS