From: fred Date: Sun, 24 Mar 2002 19:57:21 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3911 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=87ee85bc8735de9e2046bc7ccb7edc61a639f03e;p=lilypond.git lilypond-0.1.14 --- diff --git a/lily/bar.cc b/lily/bar.cc index 7ba3f2d77b..43811f88c6 100644 --- a/lily/bar.cc +++ b/lily/bar.cc @@ -35,7 +35,7 @@ Bar::brew_molecule_p() const { Paper_def *p = paper(); Symbol s = p->lookup_l()->bar (type_str_, - p->get_var ("bar_size")); + p->get_var ("bar_size")); Molecule*output = new Molecule (Atom (s)); return output; }