From: fred Date: Fri, 25 Oct 1996 11:45:14 +0000 (+0000) Subject: lilypond-0.0.5 X-Git-Tag: release/1.5.59~7026 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8747a105a955062d3866940d2f1ac0d572ae1210;p=lilypond.git lilypond-0.0.5 --- 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;