From: hanwen Date: Thu, 8 Aug 2002 08:31:18 +0000 (+0000) Subject: conv-ly X-Git-Tag: release/1.7.25~934 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f3a1bea79a2378f4ac43689c63b4930814beb5cc;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 ?