]> git.donarmstrong.com Git - lilypond.git/commitdiff
makelsr.py: Normalize titles when updating locally.
authorNeil Puttock <n.puttock@gmail.com>
Mon, 21 Dec 2009 21:41:58 +0000 (21:41 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 21 Dec 2009 23:03:53 +0000 (23:03 +0000)
scripts/auxiliar/makelsr.py

index 001106d32753384dc2aaa73aab2be8033d98578a..a31468bfd1136316076c455228ef4e715e70f317 100755 (executable)
@@ -209,6 +209,7 @@ def update_ly_in_place (snippet_path):
                 texidoc_translation = open (texidoc_path).read ()
                 texidoc_translation = texidoc_translation.replace ('\\', '\\\\')
                 contents = begin_header_re.sub ('\\g<0>\n' + texidoc_translation, contents, 1)
+    contents = doctitle_re.sub (doctitle_sub, contents)
     open (snippet_path, 'w').write (contents)
 
 if in_dir: