From 8747a105a955062d3866940d2f1ac0d572ae1210 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 25 Oct 1996 11:45:14 +0000 Subject: [PATCH] lilypond-0.0.5 --- lookupsyms.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lookupsyms.cc b/lookupsyms.cc index 66cbd6db08..14b3ab11e3 100644 --- a/lookupsyms.cc +++ b/lookupsyms.cc @@ -68,8 +68,8 @@ struct Meter_sym:Parametric_symbol { Symbol eval(svec a) const{ Symbol s; - s.dim.x = Interval(0, convert_dimen(10,"pt")); - s.dim.y = Interval(0, convert_dimen(10,"pt") ); + s.dim.x = Interval( convert_dimen(-5,"pt"), convert_dimen(10,"pt")); + s.dim.y = Interval(0, convert_dimen(10,"pt") ); // todo String src = the_sym_tables("param")->lookup("meter").tex; s.tex = substitute_args(src,a); return s; -- 2.39.5