X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-spacing.cc;h=0a90b2ddf769f7b892a74a57a8a3e503edf86420;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=a21543ed3dd1ca59a0b4186b2e61a31a1fa5e6f7;hpb=0b544cfb7332615ef809b71b57ab656741311ae1;p=lilypond.git diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index a21543ed3d..0a90b2ddf7 100644 --- a/lily/note-spacing.cc +++ b/lily/note-spacing.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2001--2014 Han-Wen Nienhuys + Copyright (C) 2001--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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)