X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fbar.cc;h=05a855714861d389d68f24b6ad50eff4f3e5f31a;hb=86d86173c41d3a4b832ce67768d58c6416c71d4e;hp=43811f88c63fd8ccf9a788c4046b89fa35bb9cd3;hpb=64e929d5cdbad03f79efb2b6bbce63eaf8f15d61;p=lilypond.git diff --git a/lily/bar.cc b/lily/bar.cc index 43811f88c6..05a8557148 100644 --- a/lily/bar.cc +++ b/lily/bar.cc @@ -34,7 +34,7 @@ Molecule* Bar::brew_molecule_p() const { Paper_def *p = paper(); - Symbol s = p->lookup_l()->bar (type_str_, + Atom s = p->lookup_l()->bar (type_str_, p->get_var ("bar_size")); Molecule*output = new Molecule (Atom (s)); return output;