+2004-05-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * scripts/convert-ly.py (FatalConversionError.func): handle + in
+ font-size. (backportme)
+
2004-05-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
* lily/paper-outputter.cc (output_stencil): dump font definitions
def func(match):
return "#'font-size = #%d" % (2*string.atoi (match.group (1)))
- str =re.sub (r"#'font-relative-size\s*=\s*#([0-9-]+)", func, str)
+ str =re.sub (r"#'font-relative-size\s*=\s*#\+?([0-9-]+)", func, str)
str =re.sub (r"#'font-family\s*=\s*#'ancient",
r"#'font-family = #'music", str)