]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-spacing.cc
Preliminaries for `make grand-replace'.
[lilypond.git] / lily / note-spacing.cc
index a21543ed3dd1ca59a0b4186b2e61a31a1fa5e6f7..7e17027cb20fcad5693f7e1a4ba21429c796965f 100644 (file)
@@ -49,7 +49,7 @@ Note_spacing::get_spacing (Grob *me, Item *right_col,
   for (vsize i = 0; i < note_columns.size (); i++)
     {
       SCM r = note_columns[i]->get_object ("rest");
-      Grob *g = unsmob_grob (r);
+      Grob *g = Grob::unsmob (r);
       Grob *col = note_columns[i]->get_column ();
 
       if (!g)