From: Han-Wen Nienhuys Date: Thu, 8 Aug 2002 08:31:18 +0000 (+0000) Subject: conv-ly X-Git-Tag: release/1.5.72~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8ae8ef8a13a6d01dbdc9d5ea903bb09a49876b72;p=lilypond.git conv-ly --- diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index 1ecb381f5a..bcdd1f261c 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -933,7 +933,8 @@ if 1: props = re.sub (k, v, props) return "breakAlignOrder = #'(%s)" % props - str = re.sub (r"breakAlignOrder *= *#'\(([a-z_A-Z ]+)\)", func, str) + str = re.sub ("breakAlignOrder *= *#'\\(([a-z_\n\tA-Z ]+)\\)", + func, str) return str # 40 ?