]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/multi-measure-rest.cc
release: 1.3.19
[lilypond.git] / lily / multi-measure-rest.cc
index 72a23f5b589c7bdf08569d59834ee713527592c3..e25dffbbc6d9d9788762ab4ec52be1af4f0fd146 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
   
  */
 
@@ -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);