return str
- conversions.append (((1,9,2), conv, """\newcontext -> \new"""))
+ conversions.append (((1,9,2), conv, """\\newcontext -> \\new"""))
if 1:
def conv (str):
return str
conversions.append (((1,9,3), conv,
- """\acciaccatura misspelling, fingerHorizontalDirection -> fingeringOrientations"""))
+ """\\acciaccatura misspelling, fingerHorizontalDirection -> fingeringOrientations"""))
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):