From: Mats Bengtsson Date: Thu, 19 Feb 2004 09:13:49 +0000 (+0000) Subject: Correct some missing escaped slashes in the documentation strings. X-Git-Tag: release/2.1.26~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a3d4c69504aaaa101150e15db1459aa976af7597;p=lilypond.git Correct some missing escaped slashes in the documentation strings. --- diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index 0a173719ef..0726352e11 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -1467,7 +1467,7 @@ if 1: return str - conversions.append (((1,9,2), conv, """\newcontext -> \new""")) + conversions.append (((1,9,2), conv, """\\newcontext -> \\new""")) if 1: def conv (str): @@ -1487,7 +1487,7 @@ if 1: return str conversions.append (((1,9,3), conv, - """\acciaccatura misspelling, fingerHorizontalDirection -> fingeringOrientations""")) + """\\acciaccatura misspelling, fingerHorizontalDirection -> fingeringOrientations""")) def conv (str): @@ -1812,7 +1812,7 @@ def conv (str): return str -conversions.append (((2,1,19), conv, """Drum notation changes, Removing \chordmodifiers, \notenames. +conversions.append (((2,1,19), conv, """Drum notation changes, Removing \\chordmodifiers, \\notenames. Harmonic notes. Thread context removed. Lyrics context removed.""")) def conv (str):