X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-spacing.cc;h=7e17027cb20fcad5693f7e1a4ba21429c796965f;hb=62dddf43ef5990c6efc5944aadcab3ead9423f29;hp=4f5713c14a1cc6d01567417fd215360492191906;hpb=50e45591ccb79a49a738af09e692df64d343c951;p=lilypond.git diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index 4f5713c14a..7e17027cb2 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--2012 Han-Wen Nienhuys + Copyright (C) 2001--2014 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)