From dae18be5145ed55d9b1c19e5fe63611b1dd2d4e9 Mon Sep 17 00:00:00 2001 From: matsb Date: Thu, 19 Feb 2004 09:13:49 +0000 Subject: [PATCH] Correct some missing escaped slashes in the documentation strings. --- scripts/convert-ly.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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): -- 2.39.5