]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
Run `make grand-replace'.
[lilypond.git] / scripts / lilypond-book.py
index d42a77a78760c551d5b5ec76d38766ee35be878b..5a6565bc58c6d9a4390e872b72d747e4110e8358 100644 (file)
@@ -112,7 +112,7 @@ def warranty ():
 
 %s
 %s
-''' % ( _ ('Copyright (c) %s by') % '2001--2007',
+''' % ( _ ('Copyright (c) %s by') % '2001--2008',
         ' '.join (authors),
         _ ("Distributed under terms of the GNU General Public License."),
         _ ("It comes with NO WARRANTY.")))
@@ -537,7 +537,7 @@ snippet_res = {
 
         'lilypondversion':
          r'''(?mx)
-         (?P<match>
+         [^@](?P<match>
           @lilypondversion)[^a-zA-Z]''',
 
     },