X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmulti-measure-rest.cc;h=e25dffbbc6d9d9788762ab4ec52be1af4f0fd146;hb=bb36bac02a64770871780231ecc709cb18b20932;hp=72a23f5b589c7bdf08569d59834ee713527592c3;hpb=74ee52246b9a7571a2d697df7aeaf3aa3bd09f45;p=lilypond.git diff --git a/lily/multi-measure-rest.cc b/lily/multi-measure-rest.cc index 72a23f5b58..e25dffbbc6 100644 --- a/lily/multi-measure-rest.cc +++ b/lily/multi-measure-rest.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--1999 Jan Nieuwenhuizen + (c) 1998--2000 Jan Nieuwenhuizen */ @@ -90,7 +90,7 @@ Multi_measure_rest::do_brew_molecule_p () const mol_p->add_molecule (s); Real staff_space - = staff_symbol_referencer_interface (this).staff_space (); + = staff_symbol_referencer (this).staff_space (); if (measures_i_ == 1 && rest_symbol) { mol_p->translate_axis (staff_space, Y_AXIS);