]> git.donarmstrong.com Git - lilypond.git/commitdiff
Correct some missing escaped slashes in the documentation strings.
authormatsb <matsb>
Thu, 19 Feb 2004 09:13:49 +0000 (09:13 +0000)
committermatsb <matsb>
Thu, 19 Feb 2004 09:13:49 +0000 (09:13 +0000)
scripts/convert-ly.py

index 0a173719ef9283672a00f1c1f6d989817bbe0f2b..0726352e11002579f954bdc45ecb1236a690125a 100644 (file)
@@ -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):