]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-ly.py
release commit
[lilypond.git] / scripts / convert-ly.py
index 2211b25055bb557a2885a6f9fa79b7b51a77fdea..50bfefca46c0fba02a3f998b9cd887874091a6a6 100644 (file)
@@ -1558,7 +1558,7 @@ Please hand-edit, using
 as a substitution text.""" % (m.group (1), m.group (2)) )
                raise FatalConversionError ()
 
-       if re.search ("ly:(make-pitch|ly:pitch-alteration)", str):
+       if re.search ("ly:(make-pitch|pitch-alteration)", str):
                sys.stderr.write (
 """The alteration field of Scheme pitches was multiplied by 2
 to support quarter tone accidentals. Please edit ly:make-pitch and