X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=buildscripts%2Fmf-to-table.py;h=4d4b505197d1469b1b98914af14595ac21b90224;hb=1e7180500336cb41a34525d5f363e3828e7c51a5;hp=3f85164681692f84c6a49c46e5ff9ecc37d36a48;hpb=e99a6533b0a5cfdf1d8ec5b00ed4010459285deb;p=lilypond.git diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 3f85164681..4d4b505197 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -59,6 +59,7 @@ class Feta_file(File): if begin_autometric_re.search(line) == -1: line = '' line = line + regsub.sub('\n','', suf) + line = regsub.sub('\r','', line) if self.eof(): return ''