]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-spacing-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / note-spacing-engraver.cc
index b3d60bb7bf51aa5b4f75a3f2f794bd910781def7..7a7ca7275fc832a0ee978e30400eb0a4ba754d48 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2014 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2006--2015 Han-Wen Nienhuys <hanwen@lilypond.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -101,7 +101,7 @@ Note_spacing_engraver::finalize ()
   Grob *last_spacing = last_spacings_[parent];
 
   if (last_spacing
-      && !Grob_array::unsmob (last_spacing->get_object ("right-items")))
+      && !Grob_array::is_smob (last_spacing->get_object ("right-items")))
     {
       Grob *col = Grob::unsmob (get_property ("currentCommandColumn"));