]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-book: Don't replace @@lilypondversion...
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 16 Nov 2008 20:28:48 +0000 (21:28 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 16 Nov 2008 20:29:21 +0000 (21:29 +0100)
scripts/lilypond-book.py

index d42a77a78760c551d5b5ec76d38766ee35be878b..c2941d1d5e5a4cab350afc3867b090c00e87f564 100644 (file)
@@ -537,7 +537,7 @@ snippet_res = {
 
         'lilypondversion':
          r'''(?mx)
-         (?P<match>
+         [^@](?P<match>
           @lilypondversion)[^a-zA-Z]''',
 
     },