]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarify makelsr.py "do not edit" message.
authorGraham Percival <graham@percival-music.ca>
Mon, 28 Feb 2011 07:47:11 +0000 (07:47 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 28 Feb 2011 07:49:43 +0000 (07:49 +0000)
scripts/auxiliar/makelsr.py

index a7d89eb4da9b6e8dca25c1e1d6a2f97891cf0a60..adf8681638f72781bbb915979403ff47ad613668 100755 (executable)
@@ -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