]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/makelsr.py
makelsr.py: Normalize titles when updating locally.
[lilypond.git] / 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: